Searched refs:XMLRPC_SetValueBase64 (Results 1 – 5 of 5) sorted by relevance
/PHP-7.0/ext/xmlrpc/libxmlrpc/ |
H A D | xml_to_dandarpc.c | 108 XMLRPC_SetValueBase64(xCurrent, buf.data, buf.offset); in xml_element_to_DANDARPC_REQUEST_worker()
|
H A D | xmlrpc.h | 352 void XMLRPC_SetValueBase64(XMLRPC_VALUE value, const char* s, int len);
|
H A D | xml_to_xmlrpc.c | 143 XMLRPC_SetValueBase64(current_val, buf.data, buf.offset); in xml_element_to_XMLRPC_REQUEST_worker()
|
H A D | xml_to_soap.c | 367 XMLRPC_SetValueBase64(xCurrent, buf.data, buf.offset); in xml_element_to_SOAP_REQUEST_worker()
|
H A D | xmlrpc.c | 1799 void XMLRPC_SetValueBase64(XMLRPC_VALUE value, const char* s, int len) { in XMLRPC_SetValueBase64() function 1835 XMLRPC_SetValueBase64(val, s, len); in XMLRPC_CreateValueBase64()
|
Completed in 27 milliseconds