Home
last modified time | relevance | path

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

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c326 const unsigned char *bufcopy; in xml_elem_entity_escape() local
330 bufcopy = (const unsigned char *) buf; in xml_elem_entity_escape()
332 while(*bufcopy) { in xml_elem_entity_escape()
333 if( should_escape(*bufcopy, flags) ) { in xml_elem_entity_escape()
335 iLength += entity_length(*bufcopy); in xml_elem_entity_escape()
338 bufcopy++; in xml_elem_entity_escape()
345 bufcopy = (const unsigned char *) buf; in xml_elem_entity_escape()
346 while(*bufcopy) { in xml_elem_entity_escape()
347 if(should_escape(*bufcopy, flags)) { in xml_elem_entity_escape()
351 NewBuffer[iNewBufLen++]=*bufcopy; in xml_elem_entity_escape()
[all …]

Completed in 8 milliseconds