Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c3012 int convLen; in doContent() local
3016 convLen = (int)(toPtr - (XML_Char *)tag->buf); in doContent()
3019 tag->name.strLen = convLen; in doContent()
3029 toPtr = (XML_Char *)temp + convLen; in doContent()