Home
last modified time | relevance | path

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

/PHP-8.0/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.c3082 if (fnb->style == SOAP_DOCUMENT) {
3315 if (fnb->input.headers) {
3337 if (fnb->style == SOAP_RPC) {
3358 if (fnb->style == SOAP_RPC) {
3421 style = fnb->style;
3422 use = fnb->output.use;
3800 if (fnb->output.headers &&
3919 hdrs = fnb->input.headers;
3920 style = fnb->style;
3923 use = fnb->input.use;
[all …]

Completed in 32 milliseconds