Home
last modified time | relevance | path

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

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c279 static int create_xml_escape(char *pString, unsigned char c) in create_xml_escape() argument
283 pString[counter++] = '&'; in create_xml_escape()
284 pString[counter++] = '#'; in create_xml_escape()
286 pString[counter++] = c / 100 + '0'; in create_xml_escape()
289 pString[counter++] = c / 10 + '0'; in create_xml_escape()
292 pString[counter++] = c + '0'; in create_xml_escape()
293 pString[counter++] = ';'; in create_xml_escape()

Completed in 7 milliseconds