Searched refs:Curl_nghttp2_malloc (Results 1 – 3 of 3) sorted by relevance
57 void *Curl_nghttp2_malloc(size_t size, void *user_data);
433 nghttp2_mem mem = {NULL, Curl_nghttp2_malloc, Curl_nghttp2_free, in h2_client_new()2918 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 19 milliseconds