Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_frame.c814 nghttp2_settings_entry *iv_copy; in nghttp2_frame_iv_copy() local
821 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()
A Dnghttp2_session.c7037 nghttp2_settings_entry *iv_copy; in nghttp2_session_add_settings() local
7065 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