Home
last modified time | relevance | path

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

/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1045 if(value->type == xmlrpc_vector) { in XMLRPC_SetIsVector()
1059 value->type = xmlrpc_vector; in XMLRPC_SetIsVector()
1154 if(target->type == xmlrpc_vector && target->v && in XMLRPC_AddValueToVector()
1166 case xmlrpc_vector: in XMLRPC_AddValueToVector()
1219 if(target->type == xmlrpc_vector) { in XMLRPC_AddValuesToVector()
1458 if(value->type == xmlrpc_vector) { in XMLRPC_CleanupValue()
1495 case xmlrpc_vector: in XMLRPC_CleanupValue()
1645 case xmlrpc_vector: in XMLRPC_DupValueNew()
2136 if(value && value->type == xmlrpc_vector && value->v) { in XMLRPC_VectorSize()
2276 case xmlrpc_vector: in XMLRPC_GetValueTypeEasy()
[all …]
H A Dxml_to_dandarpc.c188 elem_val->name = (type == xmlrpc_vector) ? estrdup(ATTR_VECTOR) : estrdup(ATTR_SCALAR); in DANDARPC_to_xml_element_worker()
232 case xmlrpc_vector: in DANDARPC_to_xml_element_worker()
H A Dxml_to_xmlrpc.c198 !(type == xmlrpc_vector && in XMLRPC_to_xml_element_worker()
246 case xmlrpc_vector: in XMLRPC_to_xml_element_worker()
H A Dxmlrpc.h80 xmlrpc_vector /* vector, aka list, array */ enumerator
H A Dxmlrpc_introspection.c143 else if(type == xmlrpc_vector) { in xi_system_describe_methods_cb()
/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c549 case xmlrpc_vector: in PHP_to_XMLRPC_worker()
646 case xmlrpc_vector: in XMLRPC_to_PHP()
1221 str_mapping[xmlrpc_vector] = "vector"; in get_type_str_mapping()
1362 type = xmlrpc_vector; in get_zval_xmlrpc_type()
1367 type = xmlrpc_vector; in get_zval_xmlrpc_type()
1434 if (type == xmlrpc_vector) { in PHP_FUNCTION()

Completed in 27 milliseconds