Home
last modified time | relevance | path

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

/NextBSD/contrib/expat/lib/
HDxmlparse.c447 #define poolStart(pool) ((pool)->start) macro
2824 appAtts[attIndex] = poolStart(&tempPool); in storeAtts()
2962 const XML_Char *s1 = poolStart(&tempPool); in storeAtts()
2985 s = poolStart(&tempPool); in storeAtts()
4136 attVal = poolStart(&dtd->pool); in doProlog()
4169 declEntity->textPtr = poolStart(&dtd->entityValuePool); in doProlog()
5433 prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool), in setElementTypePrefix()
5437 if (prefix->name == poolStart(&dtd->pool)) in setElementTypePrefix()
5495 id->prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool), in getAttributeId()
5497 if (id->prefix->name == poolStart(&dtd->pool)) in getAttributeId()
[all …]