Home
last modified time | relevance | path

Searched refs:xmlrpc_vector_struct (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dsystem_methods.c349 XMLRPC_VALUE xReturn = XMLRPC_CreateVector(0, xmlrpc_vector_struct); in xsm_system_get_capabilities_cb()
350 XMLRPC_VALUE xFaults = XMLRPC_CreateVector("faults_interop", xmlrpc_vector_struct); in xsm_system_get_capabilities_cb()
351 XMLRPC_VALUE xIntro = XMLRPC_CreateVector("introspection", xmlrpc_vector_struct); in xsm_system_get_capabilities_cb()
H A Dxml_to_xmlrpc.c76 XMLRPC_SetIsVector(current_val, xmlrpc_vector_struct); in xml_element_to_XMLRPC_REQUEST_worker()
107 XMLRPC_SetIsVector(current_val, xmlrpc_vector_struct); in xml_element_to_XMLRPC_REQUEST_worker()
199 …int bIsFault = (vtype == xmlrpc_vector_struct && XMLRPC_VectorGetValueWithID(node, ELEM_FAULTCODE)… in XMLRPC_to_xml_element_worker()
275 case xmlrpc_vector_struct: in XMLRPC_to_xml_element_worker()
318 else if (vtype == xmlrpc_vector_struct || vtype == xmlrpc_vector_mixed) { in XMLRPC_to_xml_element_worker()
H A Dxmlrpc_introspection.c121 XMLRPC_VALUE xResponse = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct); in xi_system_describe_methods_cb()
287 xParam = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct); in describeValue_worker()
371 …turn = XMLRPC_CreateVector(!strcmp(el->name, "signature") ? NULL : el->name, xmlrpc_vector_struct); in xml_element_to_method_description()
385 xReturn = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct); in xml_element_to_method_description()
525 server->xIntrospection = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct); in XMLRPC_ServerAddIntrospectionData()
H A Dxml_to_dandarpc.c119 XMLRPC_SetIsVector(xCurrent, xmlrpc_vector_struct); in xml_element_to_DANDARPC_REQUEST_worker()
244 case xmlrpc_vector_struct: in DANDARPC_to_xml_element_worker()
H A Dxml_to_soap.c217 XMLRPC_VALUE xReturn = XMLRPC_CreateVector(TOKEN_FAULT, xmlrpc_vector_struct); in gen_soap_fault()
372 XMLRPC_SetIsVector(xCurrent, xmlrpc_vector_struct); in xml_element_to_SOAP_REQUEST_worker()
H A Dxmlrpc.h99 xmlrpc_vector_struct /* all values must have key names */ enumerator
H A Dxmlrpc.c2277 case xmlrpc_vector_struct: in XMLRPC_GetValueTypeEasy()
2491 case xmlrpc_vector_struct: in type_to_str()
2803 xOutput = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct); in XMLRPC_UtilityCreateFault()
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c493 return bMixed ? xmlrpc_vector_mixed : (bStruct ? xmlrpc_vector_struct : xmlrpc_vector_array); in determine_vector_type()
1220 str_mapping[XMLRPC_TYPE_COUNT + xmlrpc_vector_struct] = "struct"; in get_type_str_mapping()

Completed in 27 milliseconds