Home
last modified time | relevance | path

Searched refs:Curl_http2_remove_child (Results 1 – 3 of 3) sorted by relevance

/external/curl/lib/
Dhttp2.h58 void Curl_http2_remove_child(struct Curl_easy *parent,
76 #define Curl_http2_remove_child(x, y) macro
Dhttp2.c2382 void Curl_http2_remove_child(struct Curl_easy *parent, struct Curl_easy *child) in Curl_http2_remove_child() function
2413 Curl_http2_remove_child(data, tmp); in Curl_http2_cleanup_dependencies()
2419 Curl_http2_remove_child(data->set.stream_depends_on, data); in Curl_http2_cleanup_dependencies()
Dsetopt.c2785 Curl_http2_remove_child(data->set.stream_depends_on, data); in Curl_vsetopt()