Home
last modified time | relevance | path

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

/PHP-5.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1159 case xmlrpc_base64: in XMLRPC_AddValueToVector()
1488 case xmlrpc_base64: in XMLRPC_CleanupValue()
1635 case xmlrpc_base64: in XMLRPC_DupValueNew()
1800 value->type = xmlrpc_base64; in XMLRPC_SetValueBase64()
2037 return ((value && value->type == xmlrpc_base64) ? value->str.str : 0); in XMLRPC_GetValueBase64()
2475 case xmlrpc_base64: in type_to_str()
H A Dxml_to_dandarpc.c226 case xmlrpc_base64: in DANDARPC_to_xml_element_worker()
H A Dxmlrpc.h73 xmlrpc_base64, /* base64 value, eg binary data */ enumerator
H A Dxml_to_xmlrpc.c241 case xmlrpc_base64: in XMLRPC_to_xml_element_worker()
/PHP-5.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c530 case xmlrpc_base64: in PHP_to_XMLRPC_worker()
669 case xmlrpc_base64: in XMLRPC_to_PHP()
1279 str_mapping[xmlrpc_base64] = "base64"; in get_type_str_mapping()
1356 if (newtype == xmlrpc_base64 || newtype == xmlrpc_datetime) { in set_zval_xmlrpc_type()
1409 type = xmlrpc_base64; in get_zval_xmlrpc_type()
1455 if ((type == xmlrpc_base64 && Z_TYPE_P(value) != IS_NULL) || type == xmlrpc_datetime) { in get_zval_xmlrpc_type()

Completed in 34 milliseconds