Home
last modified time | relevance | path

Searched refs:oldP (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dxmlparse.c6969 const PREFIX *oldP = (PREFIX *)hashTableIterNext(&iter); in dtdCopy()
6970 if (! oldP) in dtdCopy()
6972 name = poolCopyString(&(newDtd->pool), oldP->name); in dtdCopy()
6959 const PREFIX *oldP = (PREFIX *)hashTableIterNext(&iter); dtdCopy() local