target_ns 466 ext/soap/php_encoding.c enc = get_encoder(SOAP_GLOBAL(sdl), SOAP_GLOBAL(sdl)->target_ns, ZSTR_VAL(type_name)); target_ns 360 ext/soap/php_sdl.c tmpsdl->target_ns = estrdup((char*)targetNamespace->children->content); target_ns 1585 ext/soap/php_sdl.c sdl->target_ns = sdl_deserialize_string(&in); target_ns 2131 ext/soap/php_sdl.c sdl_serialize_string(sdl->target_ns, out); target_ns 2938 ext/soap/php_sdl.c if (sdl->target_ns) { target_ns 2939 ext/soap/php_sdl.c psdl->target_ns = strdup(sdl->target_ns); target_ns 3118 ext/soap/php_sdl.c if (tmp->target_ns) { target_ns 3119 ext/soap/php_sdl.c free(tmp->target_ns); target_ns 3383 ext/soap/php_sdl.c if (tmp->target_ns) { target_ns 3384 ext/soap/php_sdl.c efree(tmp->target_ns); target_ns 62 ext/soap/php_sdl.h char *target_ns; target_ns 1240 ext/soap/soap.c if (service->sdl->target_ns) { target_ns 1241 ext/soap/soap.c service->uri = estrdup(service->sdl->target_ns); target_ns 2735 ext/soap/soap.c request = serialize_function_call(this_ptr, fn, NULL, sdl->target_ns, real_args, arg_count, soap_version, soap_headers);