Lines Matching refs:responseName
1032 function->responseName = emalloc(len + sizeof("Response")); in load_wsdl()
1033 memcpy(function->responseName, function->functionName, len); in load_wsdl()
1034 memcpy(function->responseName+len, "Response", sizeof("Response")); in load_wsdl()
1703 func->responseName = sdl_deserialize_string(&in); in get_sdl_from_cache()
2303 sdl_serialize_string((*tmp)->responseName, out); in add_sdl_to_cache()
2909 if (pfunc->responseName) { in make_persistent_sdl_function()
2910 pfunc->responseName = strdup(pfunc->responseName); in make_persistent_sdl_function()
3540 if (function->responseName) { in delete_function()
3541 efree(function->responseName); in delete_function()
3579 if (function->responseName) { in delete_function_persistent()
3580 free(function->responseName); in delete_function_persistent()