Searched refs:sdlSoapBinding (Results 1 – 2 of 2) sorted by relevance
60 typedef struct _sdlSoapBinding sdlSoapBinding, *sdlSoapBindingPtr; typedef
845 soapBinding = emalloc(sizeof(sdlSoapBinding)); in load_wsdl()846 memset(soapBinding, 0, sizeof(sdlSoapBinding)); in load_wsdl()1676 sdlSoapBindingPtr soap_binding = binding->bindingAttributes = emalloc(sizeof(sdlSoapBinding)); in get_sdl_from_cache()2857 soap_binding = malloc(sizeof(sdlSoapBinding)); in make_persistent_sdl_binding()2858 memset(soap_binding, 0, sizeof(sdlSoapBinding)); in make_persistent_sdl_binding()
Completed in 13 milliseconds