Searched refs:Curl_nghttp2_malloc (Results 1 – 3 of 3) sorted by relevance
63 void *Curl_nghttp2_malloc(size_t size, void *user_data);
436 nghttp2_mem mem = {NULL, Curl_nghttp2_malloc, Curl_nghttp2_free, in h2_client_new()2965 void *Curl_nghttp2_malloc(size_t size, void *user_data) in Curl_nghttp2_malloc() function
280 nghttp2_mem mem = {NULL, Curl_nghttp2_malloc, Curl_nghttp2_free, in proxy_h2_client_new()
Completed in 20 milliseconds