Searched refs:SOAP_RPC (Results 1 – 8 of 8) sorted by relevance
19 'style' => SOAP_RPC,
43 "style" => SOAP_RPC,
32 SOAP_RPC = 1, enumerator
66 const SOAP_RPC = UNKNOWN; define
3376 if (fnb->style == SOAP_RPC) { in deserialize_function_call()3397 if (fnb->style == SOAP_RPC) { in deserialize_function_call()3459 if (style == SOAP_RPC) { in serialize_response_call2()3470 if (style == SOAP_RPC) { in serialize_response_call2()3489 if (style == SOAP_RPC) { in serialize_response_call2()3521 if (style == SOAP_RPC) { in serialize_response_call2()3965 if (style == SOAP_RPC) { in serialize_function_call()3978 style = SOAP_RPC; in serialize_function_call()3982 if (style == SOAP_RPC) { in serialize_function_call()4009 if (style == SOAP_RPC) { in serialize_function_call()[all …]
291 if (!cur && fnb->style == SOAP_RPC) { in parse_packet_soap()
242 REGISTER_LONG_CONSTANT("SOAP_RPC", SOAP_RPC, CONST_PERSISTENT); in register_soap_symbols()
822 soapBinding->style = SOAP_RPC; in load_wsdl()931 soapFunctionBinding->style = SOAP_RPC; in load_wsdl()
Completed in 40 milliseconds