Searched refs:xmlrpc_vector (Results 1 – 6 of 6) sorted by relevance
1045 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 …]
188 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()
198 !(type == xmlrpc_vector && in XMLRPC_to_xml_element_worker()246 case xmlrpc_vector: in XMLRPC_to_xml_element_worker()
80 xmlrpc_vector /* vector, aka list, array */ enumerator
143 else if(type == xmlrpc_vector) { in xi_system_describe_methods_cb()
544 case xmlrpc_vector: in PHP_to_XMLRPC_worker()640 case xmlrpc_vector: in XMLRPC_to_PHP()1211 str_mapping[xmlrpc_vector] = "vector"; in get_type_str_mapping()1349 type = xmlrpc_vector; in get_zval_xmlrpc_type()1354 type = xmlrpc_vector; in get_zval_xmlrpc_type()1421 if (type == xmlrpc_vector) { in PHP_FUNCTION()
Completed in 40 milliseconds