Searched refs:base64_encode_xmlrpc (Results 1 – 5 of 5) sorted by relevance
/PHP-7.0/ext/xmlrpc/libxmlrpc/ |
H A D | base64.h | 24 void base64_encode_xmlrpc(struct buffer_st *b, const char *source, int length);
|
H A D | base64.c | 56 void base64_encode_xmlrpc(struct buffer_st *b, const char *source, int length) in base64_encode_xmlrpc() function
|
H A D | xml_to_dandarpc.c | 230 … base64_encode_xmlrpc(&buf, XMLRPC_GetValueBase64(node), XMLRPC_GetValueStringLen(node)); in DANDARPC_to_xml_element_worker()
|
H A D | xml_to_xmlrpc.c | 244 … base64_encode_xmlrpc(&buf, XMLRPC_GetValueBase64(node), XMLRPC_GetValueStringLen(node)); in XMLRPC_to_xml_element_worker()
|
H A D | xml_to_soap.c | 532 base64_encode_xmlrpc(&buf, XMLRPC_GetValueBase64(node), XMLRPC_GetValueStringLen(node)); in SOAP_to_xml_element_worker()
|
Completed in 18 milliseconds