Searched refs:nva_ptr (Results 1 – 2 of 2) sorted by relevance
897 int nghttp2_nv_array_copy(nghttp2_nv **nva_ptr, const nghttp2_nv *nva, in nghttp2_nv_array_copy() argument906 *nva_ptr = NULL; in nghttp2_nv_array_copy()923 *nva_ptr = nghttp2_mem_malloc(mem, buflen); in nghttp2_nv_array_copy()925 if (*nva_ptr == NULL) { in nghttp2_nv_array_copy()929 p = *nva_ptr; in nghttp2_nv_array_copy()930 data = (uint8_t *)(*nva_ptr) + sizeof(nghttp2_nv) * nvlen; in nghttp2_nv_array_copy()
534 int nghttp2_nv_array_copy(nghttp2_nv **nva_ptr, const nghttp2_nv *nva,
Completed in 6 milliseconds