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 *);
5969 static NAMED *
5980 tsize = table->size * sizeof(NAMED *); in lookup()
5981 table->v = (NAMED **)table->mem->malloc_fcn(tsize); in lookup()
6009 size_t tsize = newSize * sizeof(NAMED *); in lookup()
6010 NAMED **newV = (NAMED **)table->mem->malloc_fcn(tsize); in lookup()
6039 table->v[i] = (NAMED *)table->mem->malloc_fcn(createSize); in lookup()
6085 static NAMED * FASTCALL
6089 NAMED *tem = *(iter->p)++; in hashTableIterNext()