Home
last modified time | relevance | path

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

/PHP-8.1/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.c2964 if (fnb->style == SOAP_DOCUMENT) {
3197 if (fnb->input.headers) {
3219 if (fnb->style == SOAP_RPC) {
3240 if (fnb->style == SOAP_RPC) {
3300 style = fnb->style;
3301 use = fnb->output.use;
3682 if (fnb->output.headers &&
3802 hdrs = fnb->input.headers;
3803 style = fnb->style;
3806 use = fnb->input.use;
[all …]

Completed in 35 milliseconds