Home
last modified time | relevance | path

Searched refs:xmlrpc_vector (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1048 if(value->type == xmlrpc_vector) { in XMLRPC_SetIsVector()
1062 value->type = xmlrpc_vector; in XMLRPC_SetIsVector()
1157 if(target->type == xmlrpc_vector && target->v && in XMLRPC_AddValueToVector()
1169 case xmlrpc_vector: in XMLRPC_AddValueToVector()
1222 if(target->type == xmlrpc_vector) { in XMLRPC_AddValuesToVector()
1461 if(value->type == xmlrpc_vector) { in XMLRPC_CleanupValue()
1498 case xmlrpc_vector: in XMLRPC_CleanupValue()
1648 case xmlrpc_vector: in XMLRPC_DupValueNew()
2139 if(value && value->type == xmlrpc_vector && value->v) { in XMLRPC_VectorSize()
2279 case xmlrpc_vector: in XMLRPC_GetValueTypeEasy()
[all …]
H A Dxml_to_dandarpc.c191 elem_val->name = (type == xmlrpc_vector) ? strdup(ATTR_VECTOR) : strdup(ATTR_SCALAR); in DANDARPC_to_xml_element_worker()
235 case xmlrpc_vector: in DANDARPC_to_xml_element_worker()
H A Dxml_to_xmlrpc.c201 !(type == xmlrpc_vector && in XMLRPC_to_xml_element_worker()
250 case xmlrpc_vector: in XMLRPC_to_xml_element_worker()
H A Dxmlrpc.h79 xmlrpc_vector /* vector, aka list, array */ enumerator
H A Dxmlrpc_introspection.c146 else if(type == xmlrpc_vector) { in xi_system_describe_methods_cb()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c567 case xmlrpc_vector: in PHP_to_XMLRPC_worker()
686 case xmlrpc_vector: in XMLRPC_to_PHP()
1294 str_mapping[xmlrpc_vector] = "vector"; in get_type_str_mapping()
1444 type = xmlrpc_vector; in get_zval_xmlrpc_type()
1449 type = xmlrpc_vector; in get_zval_xmlrpc_type()
1516 if (type == xmlrpc_vector) { in PHP_FUNCTION()

Completed in 48 milliseconds