Searched refs:iv_copy (Results 1 – 2 of 2) sorted by relevance
814 nghttp2_settings_entry *iv_copy; in nghttp2_frame_iv_copy() local821 iv_copy = nghttp2_mem_malloc(mem, len); in nghttp2_frame_iv_copy()823 if (iv_copy == NULL) { in nghttp2_frame_iv_copy()827 memcpy(iv_copy, iv, len); in nghttp2_frame_iv_copy()829 return iv_copy; in nghttp2_frame_iv_copy()
7037 nghttp2_settings_entry *iv_copy; in nghttp2_session_add_settings() local7065 iv_copy = nghttp2_frame_iv_copy(iv, niv, mem); in nghttp2_session_add_settings()7066 if (iv_copy == NULL) { in nghttp2_session_add_settings()7071 iv_copy = NULL; in nghttp2_session_add_settings()7078 nghttp2_mem_free(mem, iv_copy); in nghttp2_session_add_settings()7088 nghttp2_frame_settings_init(&frame->settings, flags, iv_copy, niv); in nghttp2_session_add_settings()
Completed in 17 milliseconds