Home
last modified time | relevance | path

Searched refs:fnb (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/soap/
H A Dphp_packet_soap.c261 sdlSoapBindingFunctionPtr fnb = (sdlSoapBindingFunctionPtr)fn->bindingAttributes; in parse_packet_soap() local
264 hdrs = fnb->output.headers; in parse_packet_soap()
269 if (fnb->style == SOAP_DOCUMENT) { in parse_packet_soap()
291 if (!cur && fnb->style == SOAP_RPC) { in parse_packet_soap()
295 if (fnb->style == SOAP_DOCUMENT) { in parse_packet_soap()
H A Dsoap.c2978 if (fnb->style == SOAP_DOCUMENT) {
3211 if (fnb->input.headers) {
3233 if (fnb->style == SOAP_RPC) {
3254 if (fnb->style == SOAP_RPC) {
3314 style = fnb->style;
3315 use = fnb->output.use;
3696 if (fnb->output.headers &&
3816 hdrs = fnb->input.headers;
3817 style = fnb->style;
3820 use = fnb->input.use;
[all …]

Completed in 27 milliseconds