Lines Matching refs:NAMED
103 } NAMED; typedef
106 NAMED **v;
139 NAMED **p;
140 NAMED **end;
409 static NAMED *
417 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *);
6024 static NAMED *
6035 tsize = table->size * sizeof(NAMED *); in lookup()
6036 table->v = (NAMED **)table->mem->malloc_fcn(tsize); in lookup()
6064 size_t tsize = newSize * sizeof(NAMED *); in lookup()
6065 NAMED **newV = (NAMED **)table->mem->malloc_fcn(tsize); in lookup()
6094 table->v[i] = (NAMED *)table->mem->malloc_fcn(createSize); in lookup()
6140 static NAMED * FASTCALL
6144 NAMED *tem = *(iter->p)++; in hashTableIterNext()