XMLRPC_GetValueBase64 230 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c base64_encode_xmlrpc(&buf, XMLRPC_GetValueBase64(node), XMLRPC_GetValueStringLen(node)); XMLRPC_GetValueBase64 532 ext/xmlrpc/libxmlrpc/xml_to_soap.c base64_encode_xmlrpc(&buf, XMLRPC_GetValueBase64(node), XMLRPC_GetValueStringLen(node)); XMLRPC_GetValueBase64 245 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c base64_encode_xmlrpc(&buf, XMLRPC_GetValueBase64(node), XMLRPC_GetValueStringLen(node)); XMLRPC_GetValueBase64 362 ext/xmlrpc/libxmlrpc/xmlrpc.h const char* XMLRPC_GetValueBase64(XMLRPC_VALUE value); XMLRPC_GetValueBase64 438 ext/xmlrpc/libxmlrpc/xmlrpc.h #define XMLRPC_VectorGetBase64WithID(vector, id) XMLRPC_GetValueBase64(XMLRPC_VectorGetValueWithID(vector, id)) XMLRPC_GetValueBase64 670 ext/xmlrpc/xmlrpc-epi-php.c pStr = XMLRPC_GetValueBase64(el);