Home
last modified time | relevance | path

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

/PHP-5.6/ext/soap/
H A Dphp_packet_soap.c262 sdlSoapBindingFunctionPtr fnb = (sdlSoapBindingFunctionPtr)fn->bindingAttributes; in parse_packet_soap() local
265 hdrs = fnb->output.headers; in parse_packet_soap()
272 if (fnb->style == SOAP_DOCUMENT) { in parse_packet_soap()
294 if (!cur && fnb->style == SOAP_RPC) { in parse_packet_soap()
298 if (fnb->style == SOAP_DOCUMENT) { in parse_packet_soap()
H A Dsoap.c3455 if (fnb->style == SOAP_DOCUMENT) {
3683 if (fnb->input.headers) {
3705 if (fnb->style == SOAP_RPC) {
3726 if (fnb->style == SOAP_RPC) {
3787 style = fnb->style;
3788 use = fnb->output.use;
4172 if (fnb->output.headers &&
4282 hdrs = fnb->input.headers;
4283 style = fnb->style;
4286 use = fnb->input.use;
[all …]

Completed in 23 milliseconds