Lines Matching refs:NAMED
95 } NAMED; typedef
98 NAMED **v;
131 NAMED **p;
132 NAMED **end;
401 static NAMED *
409 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *);
5985 static NAMED *
5996 tsize = table->size * sizeof(NAMED *); in lookup()
5997 table->v = (NAMED **)table->mem->malloc_fcn(tsize); in lookup()
6025 size_t tsize = newSize * sizeof(NAMED *); in lookup()
6026 NAMED **newV = (NAMED **)table->mem->malloc_fcn(tsize); in lookup()
6055 table->v[i] = (NAMED *)table->mem->malloc_fcn(createSize); in lookup()
6101 static NAMED * FASTCALL
6105 NAMED *tem = *(iter->p)++; in hashTableIterNext()