Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c3134 int convLen; in doContent() local
3138 convLen = (int)(toPtr - (XML_Char *)tag->buf); in doContent()
3141 tag->name.strLen = convLen; in doContent()
3151 toPtr = (XML_Char *)temp + convLen; in doContent()