Home
last modified time | relevance | path

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

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1042 if(value->type == xmlrpc_vector) { in XMLRPC_SetIsVector()
1056 value->type = xmlrpc_vector; in XMLRPC_SetIsVector()
1151 if(target->type == xmlrpc_vector && target->v && in XMLRPC_AddValueToVector()
1163 case xmlrpc_vector: in XMLRPC_AddValueToVector()
1216 if(target->type == xmlrpc_vector) { in XMLRPC_AddValuesToVector()
1455 if(value->type == xmlrpc_vector) { in XMLRPC_CleanupValue()
1492 case xmlrpc_vector: in XMLRPC_CleanupValue()
1642 case xmlrpc_vector: in XMLRPC_DupValueNew()
2133 if(value && value->type == xmlrpc_vector && value->v) { in XMLRPC_VectorSize()
2273 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.c196 !(type == xmlrpc_vector && in XMLRPC_to_xml_element_worker()
244 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.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c548 case xmlrpc_vector: in PHP_to_XMLRPC_worker()
644 case xmlrpc_vector: in XMLRPC_to_PHP()
1216 str_mapping[xmlrpc_vector] = "vector"; in get_type_str_mapping()
1354 type = xmlrpc_vector; in get_zval_xmlrpc_type()
1359 type = xmlrpc_vector; in get_zval_xmlrpc_type()
1430 if (type == xmlrpc_vector) { in PHP_FUNCTION()

Completed in 28 milliseconds