Home | History | Annotate | Download | only in lib

Lines Matching refs:NAMED

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