bindingAttributes  262 ext/soap/php_packet_soap.c 			sdlSoapBindingFunctionPtr fnb = (sdlSoapBindingFunctionPtr)fn->bindingAttributes;
bindingAttributes  878 ext/soap/php_sdl.c 					tmpbinding->bindingAttributes = (void *)soapBinding;
bindingAttributes  958 ext/soap/php_sdl.c 						soapBinding = (sdlSoapBindingPtr)tmpbinding->bindingAttributes;
bindingAttributes  980 ext/soap/php_sdl.c 						function->bindingAttributes = (void *)soapFunctionBinding;
bindingAttributes 1006 ext/soap/php_sdl.c 								sdlSoapBindingFunctionPtr soapFunctionBinding = function->bindingAttributes;
bindingAttributes 1040 ext/soap/php_sdl.c 								sdlSoapBindingFunctionPtr soapFunctionBinding = function->bindingAttributes;
bindingAttributes 1084 ext/soap/php_sdl.c 											binding = f->bindingAttributes = emalloc(sizeof(sdlSoapBindingFunctionFault));
bindingAttributes 1085 ext/soap/php_sdl.c 											memset(f->bindingAttributes, 0, sizeof(sdlSoapBindingFunctionFault));
bindingAttributes 1684 ext/soap/php_sdl.c 			  sdlSoapBindingPtr soap_binding = binding->bindingAttributes = emalloc(sizeof(sdlSoapBinding));
bindingAttributes 1714 ext/soap/php_sdl.c 				sdlSoapBindingFunctionPtr binding = func->bindingAttributes = emalloc(sizeof(sdlSoapBindingFunction));
bindingAttributes 1722 ext/soap/php_sdl.c 				func->bindingAttributes = NULL;
bindingAttributes 1742 ext/soap/php_sdl.c 						sdlSoapBindingFunctionFaultPtr binding = fault->bindingAttributes = emalloc(sizeof(sdlSoapBindingFunctionFault));
bindingAttributes 1753 ext/soap/php_sdl.c 						fault->bindingAttributes = NULL;
bindingAttributes 2278 ext/soap/php_sdl.c 			if ((*tmp)->bindingType == BINDING_SOAP && (*tmp)->bindingAttributes != NULL) {
bindingAttributes 2279 ext/soap/php_sdl.c 				sdlSoapBindingPtr binding = (sdlSoapBindingPtr)(*tmp)->bindingAttributes;
bindingAttributes 2312 ext/soap/php_sdl.c 				if ((*tmp)->binding->bindingType == BINDING_SOAP && (*tmp)->bindingAttributes != NULL) {
bindingAttributes 2313 ext/soap/php_sdl.c 					sdlSoapBindingFunctionPtr binding = (sdlSoapBindingFunctionPtr)(*tmp)->bindingAttributes;
bindingAttributes 2335 ext/soap/php_sdl.c 					if ((*tmp)->binding->bindingType == BINDING_SOAP && (*fault)->bindingAttributes != NULL) {
bindingAttributes 2336 ext/soap/php_sdl.c 						sdlSoapBindingFunctionFaultPtr binding = (sdlSoapBindingFunctionFaultPtr)(*fault)->bindingAttributes;
bindingAttributes 2582 ext/soap/php_sdl.c 		if (func->binding->bindingType == BINDING_SOAP && pfault->bindingAttributes) {
bindingAttributes 2587 ext/soap/php_sdl.c 			*soap_binding = *(sdlSoapBindingFunctionFaultPtr)pfault->bindingAttributes;
bindingAttributes 2591 ext/soap/php_sdl.c 			pfault->bindingAttributes = soap_binding;
bindingAttributes 2885 ext/soap/php_sdl.c 	if (pbind->bindingType == BINDING_SOAP && pbind->bindingAttributes) {
bindingAttributes 2890 ext/soap/php_sdl.c 		*soap_binding = *(sdlSoapBindingPtr)pbind->bindingAttributes;
bindingAttributes 2891 ext/soap/php_sdl.c 		pbind->bindingAttributes = soap_binding;
bindingAttributes 2924 ext/soap/php_sdl.c 		if (pfunc->binding->bindingType == BINDING_SOAP && pfunc->bindingAttributes) {
bindingAttributes 2929 ext/soap/php_sdl.c 			*soap_binding = *(sdlSoapBindingFunctionPtr)pfunc->bindingAttributes;
bindingAttributes 2935 ext/soap/php_sdl.c 			pfunc->bindingAttributes = soap_binding;
bindingAttributes 3483 ext/soap/php_sdl.c 		sdlSoapBindingPtr soapBind = binding->bindingAttributes;
bindingAttributes 3503 ext/soap/php_sdl.c 		sdlSoapBindingPtr soapBind = binding->bindingAttributes;
bindingAttributes 3559 ext/soap/php_sdl.c 	if (function->bindingAttributes &&
bindingAttributes 3561 ext/soap/php_sdl.c 		sdlSoapBindingFunctionPtr soapFunction = function->bindingAttributes;
bindingAttributes 3598 ext/soap/php_sdl.c 	if (function->bindingAttributes &&
bindingAttributes 3600 ext/soap/php_sdl.c 		sdlSoapBindingFunctionPtr soapFunction = function->bindingAttributes;
bindingAttributes 3671 ext/soap/php_sdl.c 	if (fault->bindingAttributes) {
bindingAttributes 3672 ext/soap/php_sdl.c 		sdlSoapBindingFunctionFaultPtr binding = (sdlSoapBindingFunctionFaultPtr)fault->bindingAttributes;
bindingAttributes 3677 ext/soap/php_sdl.c 		efree(fault->bindingAttributes);
bindingAttributes 3692 ext/soap/php_sdl.c 	if (fault->bindingAttributes) {
bindingAttributes 3693 ext/soap/php_sdl.c 		sdlSoapBindingFunctionFaultPtr binding = (sdlSoapBindingFunctionFaultPtr)fault->bindingAttributes;
bindingAttributes 3698 ext/soap/php_sdl.c 		free(fault->bindingAttributes);
bindingAttributes   87 ext/soap/php_sdl.h 	void           *bindingAttributes; /* sdlSoapBindingPtr */
bindingAttributes  225 ext/soap/php_sdl.h 	void      *bindingAttributes;  /* sdlSoapBindingFunctionFaultPtr */
bindingAttributes  235 ext/soap/php_sdl.h 	void               *bindingAttributes;  /* sdlSoapBindingFunctionPtr */
bindingAttributes 2723 ext/soap/soap.c 					sdlSoapBindingFunctionPtr fnb = (sdlSoapBindingFunctionPtr)fn->bindingAttributes;
bindingAttributes 3390 ext/soap/soap.c 		    ((sdlSoapBindingFunctionPtr)function->bindingAttributes)->style == SOAP_DOCUMENT &&
bindingAttributes 3433 ext/soap/soap.c 		sdlSoapBindingFunctionPtr fnb = (sdlSoapBindingFunctionPtr)function->bindingAttributes;
bindingAttributes 3661 ext/soap/soap.c 					sdlSoapBindingFunctionPtr fnb = (sdlSoapBindingFunctionPtr)function->bindingAttributes;
bindingAttributes 3683 ext/soap/soap.c 						sdlSoapBindingFunctionPtr fnb = (sdlSoapBindingFunctionPtr)h->function->bindingAttributes;
bindingAttributes 3704 ext/soap/soap.c 		sdlSoapBindingFunctionPtr fnb = (sdlSoapBindingFunctionPtr)function->bindingAttributes;
bindingAttributes 3764 ext/soap/soap.c 		sdlSoapBindingFunctionPtr fnb = (sdlSoapBindingFunctionPtr)function->bindingAttributes;
bindingAttributes 3968 ext/soap/soap.c 				    fault->bindingAttributes) {
bindingAttributes 3969 ext/soap/soap.c 					sdlSoapBindingFunctionFaultPtr fb = (sdlSoapBindingFunctionFaultPtr)fault->bindingAttributes;
bindingAttributes 3984 ext/soap/soap.c 			    fault->bindingAttributes) {
bindingAttributes 3985 ext/soap/soap.c 				sdlSoapBindingFunctionFaultPtr fb = (sdlSoapBindingFunctionFaultPtr)fault->bindingAttributes;
bindingAttributes 4088 ext/soap/soap.c 			    function->bindingAttributes) {
bindingAttributes 4089 ext/soap/soap.c 				sdlSoapBindingFunctionPtr fnb = (sdlSoapBindingFunctionPtr)function->bindingAttributes;
bindingAttributes 4091 ext/soap/soap.c 				  if (fault->bindingAttributes) {
bindingAttributes 4092 ext/soap/soap.c 						sdlSoapBindingFunctionFaultPtr fb = (sdlSoapBindingFunctionFaultPtr)fault->bindingAttributes;
bindingAttributes 4149 ext/soap/soap.c 							sdlSoapBindingFunctionPtr fnb = (sdlSoapBindingFunctionPtr)function->bindingAttributes;
bindingAttributes 4259 ext/soap/soap.c 		sdlSoapBindingFunctionPtr fnb = (sdlSoapBindingFunctionPtr)function->bindingAttributes;
bindingAttributes 4557 ext/soap/soap.c 				sdlSoapBindingFunctionPtr fnb = (sdlSoapBindingFunctionPtr)(*tmp)->bindingAttributes;