Searched refs:header_count (Results 1 – 4 of 4) sorted by relevance
571 int header_count = 0; in IOT_HTTP2_Stream_Open() local624 header_count = in IOT_HTTP2_Stream_Open()633 h2_data.header_count = header_count; in IOT_HTTP2_Stream_Open()740 header_count = in IOT_HTTP2_Stream_Send_Message()749 h2_data.header_count = header_count; in IOT_HTTP2_Stream_Send_Message()839 h2_data.header_count = header_count; in IOT_HTTP2_Stream_Send()964 header_count = in IOT_HTTP2_Stream_Query()972 h2_data.header_count = header_count; in IOT_HTTP2_Stream_Query()1056 header_count = in IOT_HTTP2_FS_Close()1066 h2_data.header_count = header_count; in IOT_HTTP2_FS_Close()[all …]
558 int header_count = h2_data->header_count; in iotx_http2_client_send() local568 if (header != NULL && header_count != 0) { in iotx_http2_client_send()570 header_count); in iotx_http2_client_send()575 http2_nv_copy_nghttp2_nv(nva, nva_size, header, header_count); in iotx_http2_client_send()
133 int header_count; /* the count of header data. */ member
79 size_t header_count; member359 heap.header_count++; in buffer_alloc_calloc()360 if( heap.header_count > heap.maximum_header_count ) in buffer_alloc_calloc()361 heap.maximum_header_count = heap.header_count; in buffer_alloc_calloc()431 heap.header_count--; in buffer_alloc_free()449 heap.header_count--; in buffer_alloc_free()514 heap.header_count, heap.total_used, in mbedtls_memory_buffer_alloc_status()546 *cur_blocks = heap.header_count; in mbedtls_memory_buffer_alloc_cur_get()
Completed in 9 milliseconds