Searched refs:xmlrpc_vector_struct (Results 1 – 8 of 8) sorted by relevance
/PHP-5.6/ext/xmlrpc/libxmlrpc/ |
H A D | system_methods.c | 349 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 D | xml_to_xmlrpc.c | 81 XMLRPC_SetIsVector(current_val, xmlrpc_vector_struct); in xml_element_to_XMLRPC_REQUEST_worker() 112 XMLRPC_SetIsVector(current_val, xmlrpc_vector_struct); in xml_element_to_XMLRPC_REQUEST_worker() 204 …int bIsFault = (vtype == xmlrpc_vector_struct && XMLRPC_VectorGetValueWithID(node, ELEM_FAULTCODE)… in XMLRPC_to_xml_element_worker() 281 case xmlrpc_vector_struct: in XMLRPC_to_xml_element_worker() 324 else if (vtype == xmlrpc_vector_struct || vtype == xmlrpc_vector_mixed) { in XMLRPC_to_xml_element_worker()
|
H A D | xmlrpc_introspection.c | 124 XMLRPC_VALUE xResponse = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct); in xi_system_describe_methods_cb() 290 xParam = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct); in describeValue_worker() 374 …turn = XMLRPC_CreateVector(!strcmp(el->name, "signature") ? NULL : el->name, xmlrpc_vector_struct); in xml_element_to_method_description() 388 xReturn = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct); in xml_element_to_method_description() 528 server->xIntrospection = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct); in XMLRPC_ServerAddIntrospectionData()
|
H A D | xml_to_dandarpc.c | 122 XMLRPC_SetIsVector(xCurrent, xmlrpc_vector_struct); in xml_element_to_DANDARPC_REQUEST_worker() 247 case xmlrpc_vector_struct: in DANDARPC_to_xml_element_worker()
|
H A D | xml_to_soap.c | 222 XMLRPC_VALUE xReturn = XMLRPC_CreateVector(TOKEN_FAULT, xmlrpc_vector_struct); in gen_soap_fault() 377 XMLRPC_SetIsVector(xCurrent, xmlrpc_vector_struct); in xml_element_to_SOAP_REQUEST_worker()
|
H A D | xmlrpc.h | 98 xmlrpc_vector_struct /* all values must have key names */ enumerator
|
H A D | xmlrpc.c | 2283 case xmlrpc_vector_struct: in XMLRPC_GetValueTypeEasy() 2499 case xmlrpc_vector_struct: in type_to_str() 2811 xOutput = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct); in XMLRPC_UtilityCreateFault()
|
/PHP-5.6/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 516 return bMixed ? xmlrpc_vector_mixed : (bStruct ? xmlrpc_vector_struct : xmlrpc_vector_array); in determine_vector_type() 1298 str_mapping[XMLRPC_TYPE_COUNT + xmlrpc_vector_struct] = "struct"; in get_type_str_mapping()
|
Completed in 28 milliseconds