Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_sdl.h107 } sdlSoapBindingFunctionFault, *sdlSoapBindingFunctionFaultPtr; typedef
H A Dphp_sdl.c1088 binding = f->bindingAttributes = emalloc(sizeof(sdlSoapBindingFunctionFault)); in load_wsdl()
1089 memset(f->bindingAttributes, 0, sizeof(sdlSoapBindingFunctionFault)); in load_wsdl()
1759 …FunctionFaultPtr binding = fault->bindingAttributes = emalloc(sizeof(sdlSoapBindingFunctionFault)); in get_sdl_from_cache()
1760 memset(binding, 0, sizeof(sdlSoapBindingFunctionFault)); in get_sdl_from_cache()
2594 soap_binding = malloc(sizeof(sdlSoapBindingFunctionFault)); in make_persistent_sdl_function_faults()
2595 memset(soap_binding, 0, sizeof(sdlSoapBindingFunctionFault)); in make_persistent_sdl_function_faults()

Completed in 17 milliseconds