Searched refs:nva_ptr (Results 1 - 4 of 4) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.c | 1035 int nghttp2_nv_array_copy(nghttp2_nv **nva_ptr, const nghttp2_nv *nva, in nghttp2_nv_array_copy() argument 1043 *nva_ptr = NULL; in nghttp2_nv_array_copy() 1060 *nva_ptr = nghttp2_mem_malloc(mem, buflen); in nghttp2_nv_array_copy() 1062 if (*nva_ptr == NULL) { in nghttp2_nv_array_copy() 1066 p = *nva_ptr; in nghttp2_nv_array_copy() 1067 data = (uint8_t *)(*nva_ptr) + sizeof(nghttp2_nv) * nvlen; in nghttp2_nv_array_copy()
|
H A D | nghttp2_frame.h | 591 * to |*nva_ptr|, which is dynamically allocated so that all items can 596 * The |*nva_ptr| must be freed using nghttp2_nv_array_del(). 604 int nghttp2_nv_array_copy(nghttp2_nv **nva_ptr, const nghttp2_nv *nva,
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.c | 1035 int nghttp2_nv_array_copy(nghttp2_nv **nva_ptr, const nghttp2_nv *nva, in nghttp2_nv_array_copy() argument 1043 *nva_ptr = NULL; in nghttp2_nv_array_copy() 1060 *nva_ptr = nghttp2_mem_malloc(mem, buflen); in nghttp2_nv_array_copy() 1062 if (*nva_ptr == NULL) { in nghttp2_nv_array_copy() 1066 p = *nva_ptr; in nghttp2_nv_array_copy() 1067 data = (uint8_t *)(*nva_ptr) + sizeof(nghttp2_nv) * nvlen; in nghttp2_nv_array_copy()
|
H A D | nghttp2_frame.h | 591 * to |*nva_ptr|, which is dynamically allocated so that all items can 596 * The |*nva_ptr| must be freed using nghttp2_nv_array_del(). 604 int nghttp2_nv_array_copy(nghttp2_nv **nva_ptr, const nghttp2_nv *nva,
|
Completed in 6 milliseconds