Searched refs:iNewBufLen (Results 1 – 1 of 1) sorted by relevance
323 int iNewBufLen=0; in xml_elem_entity_escape() local352 iNewBufLen += create_xml_escape(NewBuffer+iNewBufLen,*bufcopy); in xml_elem_entity_escape()355 NewBuffer[iNewBufLen++]=*bufcopy; in xml_elem_entity_escape()359 NewBuffer[iNewBufLen] = 0; in xml_elem_entity_escape()366 *newlen = iNewBufLen; in xml_elem_entity_escape()
Completed in 14 milliseconds