Lines Matching refs:NAMED
230 } NAMED;
233 NAMED **v;
258 NAMED **p;
259 NAMED **end;
552 static NAMED *lookup(XML_Parser parser, HASH_TABLE *table, KEY name,
560 static NAMED *FASTCALL hashTableIterNext(HASH_TABLE_ITER *iter);
7193 static NAMED *
7203 tsize = table->size * sizeof(NAMED *);
7239 if (newSize > (size_t)(-1) / sizeof(NAMED *)) {
7243 size_t tsize = newSize * sizeof(NAMED *);
7244 NAMED **newV = table->mem->malloc_fcn(tsize);
7315 static NAMED *FASTCALL
7318 NAMED *tem = *(iter->p)++;