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