Home
last modified time | relevance | path

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

/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.h436 #define XMLRPC_VectorGetValueWithID(vector, id) XMLRPC_VectorGetValueWithID_Case(vector, id, XMLRPC… macro
437 #define XMLRPC_VectorGetStringWithID(vector, id) XMLRPC_GetValueString(XMLRPC_VectorGetValueWithID(…
438 #define XMLRPC_VectorGetBase64WithID(vector, id) XMLRPC_GetValueBase64(XMLRPC_VectorGetValueWithID(…
439 …PC_VectorGetDateTimeWithID(vector, id) XMLRPC_GetValueDateTime(XMLRPC_VectorGetValueWithID(vector,…
440 #define XMLRPC_VectorGetDoubleWithID(vector, id) XMLRPC_GetValueDouble(XMLRPC_VectorGetValueWithID(…
441 #define XMLRPC_VectorGetIntWithID(vector, id) XMLRPC_GetValueInt(XMLRPC_VectorGetValueWithID(vector…
442 …LRPC_VectorGetBooleanWithID(vector, id) XMLRPC_GetValueBoolean(XMLRPC_VectorGetValueWithID(vector,…
H A Dxmlrpc_introspection.c132 xTypeList = XMLRPC_VectorGetValueWithID(server->xIntrospection, "typeList"); in xi_system_describe_methods_cb()
208 xSig = XMLRPC_VectorGetValueWithID(sm->desc, xi_token_signatures); in xi_system_method_signature_cb()
215XMLRPC_VectorGetValueWithID(xSigIter, xi_token_returns)), in xi_system_method_signature_cb()
223 xParams = XMLRPC_VectorGetValueWithID(xSigIter, xi_token_params); in xi_system_method_signature_cb()
503 XMLRPC_VALUE xNewTypes = XMLRPC_VectorGetValueWithID(desc, "typeList"); in XMLRPC_ServerAddIntrospectionData()
504 XMLRPC_VALUE xNewMethods = XMLRPC_VectorGetValueWithID(desc, "methodList"); in XMLRPC_ServerAddIntrospectionData()
505 XMLRPC_VALUE xServerTypes = XMLRPC_VectorGetValueWithID(server->xIntrospection, "typeList"); in XMLRPC_ServerAddIntrospectionData()
H A Dxml_to_soap.c174 if (XMLRPC_VectorGetValueWithID(node, TOKEN_XMLRPC_FAULTCODE) && in get_fault_type()
175 XMLRPC_VectorGetValueWithID(node, TOKEN_XMLRPC_FAULTSTRING)) { in get_fault_type()
178 else if (XMLRPC_VectorGetValueWithID(node, TOKEN_SOAP_FAULTCODE) && in get_fault_type()
179 XMLRPC_VectorGetValueWithID(node, TOKEN_SOAP_FAULTSTRING)) { in get_fault_type()
193 XMLRPC_VALUE xCode = XMLRPC_VectorGetValueWithID(xDup, TOKEN_XMLRPC_FAULTCODE); in gen_fault_xmlrpc()
194 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.c204 …int bIsFault = (vtype == xmlrpc_vector_struct && XMLRPC_VectorGetValueWithID(node, ELEM_FAULTCODE)… in XMLRPC_to_xml_element_worker()
311 if (XMLRPC_VectorGetValueWithID(node, ELEM_FAULTCODE)) { in XMLRPC_to_xml_element_worker()
H A Dxmlrpc.c2842 if( XMLRPC_VectorGetValueWithID(value, "faultCode") && in XMLRPC_ValueIsFault()
2843 XMLRPC_VectorGetValueWithID(value, "faultString") ) { in XMLRPC_ValueIsFault()

Completed in 20 milliseconds