Home
last modified time | relevance | path

Searched refs:option_ptr (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_option.c49 int nghttp2_option_new(nghttp2_option **option_ptr) in nghttp2_option_new() argument
51 *option_ptr = NGHTTP2_OPTION_MALLOC(sizeof(nghttp2_option)); in nghttp2_option_new()
53 if (*option_ptr == NULL) { in nghttp2_option_new()
57 memset(*option_ptr, 0, sizeof(nghttp2_option)); in nghttp2_option_new()
A Dnghttp2.h2463 NGHTTP2_EXTERN int nghttp2_option_new(nghttp2_option **option_ptr);

Completed in 9 milliseconds