NAMED              84 srclib/apr-util/xml/expat/lib/xmlparse.c   NAMED **v;
NAMED              92 srclib/apr-util/xml/expat/lib/xmlparse.c   NAMED **p;
NAMED              93 srclib/apr-util/xml/expat/lib/xmlparse.c   NAMED **end;
NAMED             308 srclib/apr-util/xml/expat/lib/xmlparse.c static NAMED *lookup(HASH_TABLE *table, KEY name, size_t createSize);
NAMED             314 srclib/apr-util/xml/expat/lib/xmlparse.c static NAMED *hashTableIterNext(HASH_TABLE_ITER *);
NAMED            4242 srclib/apr-util/xml/expat/lib/xmlparse.c NAMED *lookup(HASH_TABLE *table, KEY name, size_t createSize)
NAMED            4250 srclib/apr-util/xml/expat/lib/xmlparse.c     tsize = INIT_SIZE * sizeof(NAMED *);
NAMED            4272 srclib/apr-util/xml/expat/lib/xmlparse.c       size_t tsize = newSize * sizeof(NAMED *);
NAMED            4273 srclib/apr-util/xml/expat/lib/xmlparse.c       NAMED **newV = table->mem->malloc_fcn(tsize);
NAMED            4310 srclib/apr-util/xml/expat/lib/xmlparse.c     NAMED *p = table->v[i];
NAMED            4336 srclib/apr-util/xml/expat/lib/xmlparse.c NAMED *hashTableIterNext(HASH_TABLE_ITER *iter)
NAMED            4339 srclib/apr-util/xml/expat/lib/xmlparse.c     NAMED *tem = *(iter->p)++;