Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp2.h59 void Curl_http2_remove_child(struct Curl_easy *parent,
77 #define Curl_http2_remove_child(x, y) macro
Dhttp2.c2368 void Curl_http2_remove_child(struct Curl_easy *parent, struct Curl_easy *child) in Curl_http2_remove_child() function
2399 Curl_http2_remove_child(data, tmp); in Curl_http2_cleanup_dependencies()
2405 Curl_http2_remove_child(data->set.stream_depends_on, data); in Curl_http2_cleanup_dependencies()
Dsetopt.c2609 Curl_http2_remove_child(data->set.stream_depends_on, data); in vsetopt()