Home
last modified time | relevance | path

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

/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c283 static int create_xml_escape(char *pString, unsigned char c) in create_xml_escape() argument
287 pString[counter++] = '&'; in create_xml_escape()
288 pString[counter++] = '#'; in create_xml_escape()
290 pString[counter++] = c / 100 + '0'; in create_xml_escape()
293 pString[counter++] = c / 10 + '0'; in create_xml_escape()
296 pString[counter++] = c + '0'; in create_xml_escape()
297 pString[counter++] = ';'; in create_xml_escape()

Completed in 6 milliseconds