Lines Matching refs:responseName
1024 function->responseName = emalloc(len + sizeof("Response")); in load_wsdl()
1025 memcpy(function->responseName, function->functionName, len); in load_wsdl()
1026 memcpy(function->responseName+len, "Response", sizeof("Response")); in load_wsdl()
1697 func->responseName = sdl_deserialize_string(&in); in get_sdl_from_cache()
2295 sdl_serialize_string(tmp->responseName, out); in add_sdl_to_cache()
2881 if (pfunc->responseName) { in make_persistent_sdl_function()
2882 pfunc->responseName = strdup(pfunc->responseName); in make_persistent_sdl_function()
3504 if (function->responseName) { in delete_function()
3505 efree(function->responseName); in delete_function()
3543 if (function->responseName) { in delete_function_persistent()
3544 free(function->responseName); in delete_function_persistent()