Home
last modified time | relevance | path

Searched refs:callbacks_ptr (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_callbacks.c29 int nghttp2_session_callbacks_new(nghttp2_session_callbacks **callbacks_ptr) { in nghttp2_session_callbacks_new() argument
30 *callbacks_ptr = calloc(1, sizeof(nghttp2_session_callbacks)); in nghttp2_session_callbacks_new()
32 if (*callbacks_ptr == NULL) { in nghttp2_session_callbacks_new()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_callbacks.c29 int nghttp2_session_callbacks_new(nghttp2_session_callbacks **callbacks_ptr) { in nghttp2_session_callbacks_new() argument
30 *callbacks_ptr = calloc(1, sizeof(nghttp2_session_callbacks)); in nghttp2_session_callbacks_new()
32 if (*callbacks_ptr == NULL) { in nghttp2_session_callbacks_new()
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h2135 nghttp2_session_callbacks_new(nghttp2_session_callbacks **callbacks_ptr);
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h2135 nghttp2_session_callbacks_new(nghttp2_session_callbacks **callbacks_ptr);