Home
last modified time | relevance | path

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

/third_party/nghttp2/tests/
Dfailmalloc_test.c46 size_t data_source_length; member
95 if (len < ud->data_source_length) { in fixed_length_data_source_read_callback()
98 wlen = ud->data_source_length; in fixed_length_data_source_read_callback()
100 ud->data_source_length -= wlen; in fixed_length_data_source_read_callback()
101 if (ud->data_source_length == 0) { in fixed_length_data_source_read_callback()
140 ud.data_source_length = 64 * 1024; in run_nghttp2_session_send()
Dnghttp2_session_test.c67 size_t data_source_length; member
342 if (len < ud->data_source_length) { in fixed_length_data_source_read_callback()
345 wlen = ud->data_source_length; in fixed_length_data_source_read_callback()
347 ud->data_source_length -= wlen; in fixed_length_data_source_read_callback()
348 if (ud->data_source_length == 0) { in fixed_length_data_source_read_callback()
408 if (len < ud->data_source_length) { in no_copy_data_source_read_callback()
411 wlen = ud->data_source_length; in no_copy_data_source_read_callback()
414 ud->data_source_length -= wlen; in no_copy_data_source_read_callback()
418 if (ud->data_source_length == 0) { in no_copy_data_source_read_callback()
5213 ud.data_source_length = NGHTTP2_DATA_PAYLOADLEN * 2; in test_nghttp2_submit_data()
[all …]