Home
last modified time | relevance | path

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

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.h437 #define XMLRPC_VectorGetValueWithID(vector, id) XMLRPC_VectorGetValueWithID_Case(vector, id, XMLRPC… macro
438 #define XMLRPC_VectorGetStringWithID(vector, id) XMLRPC_GetValueString(XMLRPC_VectorGetValueWithID(…
439 #define XMLRPC_VectorGetBase64WithID(vector, id) XMLRPC_GetValueBase64(XMLRPC_VectorGetValueWithID(…
440 …PC_VectorGetDateTimeWithID(vector, id) XMLRPC_GetValueDateTime(XMLRPC_VectorGetValueWithID(vector,…
441 #define XMLRPC_VectorGetDoubleWithID(vector, id) XMLRPC_GetValueDouble(XMLRPC_VectorGetValueWithID(…
442 #define XMLRPC_VectorGetIntWithID(vector, id) XMLRPC_GetValueInt(XMLRPC_VectorGetValueWithID(vector…
443 …LRPC_VectorGetBooleanWithID(vector, id) XMLRPC_GetValueBoolean(XMLRPC_VectorGetValueWithID(vector,…
H A Dxmlrpc_introspection.c129 xTypeList = XMLRPC_VectorGetValueWithID(server->xIntrospection, "typeList"); in xi_system_describe_methods_cb()
205 xSig = XMLRPC_VectorGetValueWithID(sm->desc, xi_token_signatures); in xi_system_method_signature_cb()
212XMLRPC_VectorGetValueWithID(xSigIter, xi_token_returns)), in xi_system_method_signature_cb()
220 xParams = XMLRPC_VectorGetValueWithID(xSigIter, xi_token_params); in xi_system_method_signature_cb()
500 XMLRPC_VALUE xNewTypes = XMLRPC_VectorGetValueWithID(desc, "typeList"); in XMLRPC_ServerAddIntrospectionData()
501 XMLRPC_VALUE xNewMethods = XMLRPC_VectorGetValueWithID(desc, "methodList"); in XMLRPC_ServerAddIntrospectionData()
502 XMLRPC_VALUE xServerTypes = XMLRPC_VectorGetValueWithID(server->xIntrospection, "typeList"); in XMLRPC_ServerAddIntrospectionData()
H A Dxml_to_soap.c169 if (XMLRPC_VectorGetValueWithID(node, TOKEN_XMLRPC_FAULTCODE) && in get_fault_type()
170 XMLRPC_VectorGetValueWithID(node, TOKEN_XMLRPC_FAULTSTRING)) { in get_fault_type()
173 else if (XMLRPC_VectorGetValueWithID(node, TOKEN_SOAP_FAULTCODE) && in get_fault_type()
174 XMLRPC_VectorGetValueWithID(node, TOKEN_SOAP_FAULTSTRING)) { in get_fault_type()
188 XMLRPC_VALUE xCode = XMLRPC_VectorGetValueWithID(xDup, TOKEN_XMLRPC_FAULTCODE); in gen_fault_xmlrpc()
189 XMLRPC_VALUE xStr = XMLRPC_VectorGetValueWithID(xDup, TOKEN_XMLRPC_FAULTSTRING); in gen_fault_xmlrpc()
H A Dsystem_methods.c326 XMLRPC_VALUE params = XMLRPC_VectorGetValueWithID(xMethodIter, "params"); in xsm_system_multicall_cb()
H A Dxml_to_xmlrpc.c199 …int bIsFault = (vtype == xmlrpc_vector_struct && XMLRPC_VectorGetValueWithID(node, ELEM_FAULTCODE)… in XMLRPC_to_xml_element_worker()
305 if (XMLRPC_VectorGetValueWithID(node, ELEM_FAULTCODE)) { in XMLRPC_to_xml_element_worker()
H A Dxmlrpc.c2834 if( XMLRPC_VectorGetValueWithID(value, "faultCode") && in XMLRPC_ValueIsFault()
2835 XMLRPC_VectorGetValueWithID(value, "faultString") ) { in XMLRPC_ValueIsFault()

Completed in 33 milliseconds