Home
last modified time | relevance | path

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

/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dbase64.h24 void base64_encode_xmlrpc(struct buffer_st *b, const char *source, int length);
H A Dbase64.c52 void base64_encode_xmlrpc(struct buffer_st *b, const char *source, int length) in base64_encode_xmlrpc() function
H A Dxml_to_dandarpc.c230base64_encode_xmlrpc(&buf, XMLRPC_GetValueBase64(node), XMLRPC_GetValueStringLen(node)); in DANDARPC_to_xml_element_worker()
H A Dxml_to_xmlrpc.c245base64_encode_xmlrpc(&buf, XMLRPC_GetValueBase64(node), XMLRPC_GetValueStringLen(node)); in XMLRPC_to_xml_element_worker()
H A Dxml_to_soap.c532 base64_encode_xmlrpc(&buf, XMLRPC_GetValueBase64(node), XMLRPC_GetValueStringLen(node)); in SOAP_to_xml_element_worker()

Completed in 24 milliseconds