Home
last modified time | relevance | path

Searched refs:option_ptr (Results 1 - 4 of 4) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_option.c29 int nghttp2_option_new(nghttp2_option **option_ptr) { in nghttp2_option_new() argument
30 *option_ptr = calloc(1, sizeof(nghttp2_option)); in nghttp2_option_new()
32 if (*option_ptr == NULL) { in nghttp2_option_new()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_option.c29 int nghttp2_option_new(nghttp2_option **option_ptr) { in nghttp2_option_new() argument
30 *option_ptr = calloc(1, sizeof(nghttp2_option)); in nghttp2_option_new()
32 if (*option_ptr == NULL) { in nghttp2_option_new()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h2508 * Initializes |*option_ptr| with default values.
2519 NGHTTP2_EXTERN int nghttp2_option_new(nghttp2_option **option_ptr);
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h2503 * Initializes |*option_ptr| with default values.
2514 NGHTTP2_EXTERN int nghttp2_option_new(nghttp2_option **option_ptr);

Completed in 12 milliseconds