Home
last modified time | relevance | path

Searched refs:header_count (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/linkkit/http2/
A Dhttp2_api.c571 int header_count = 0; in IOT_HTTP2_Stream_Open() local
624 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 …]
A Diotx_http2.c558 int header_count = h2_data->header_count; in iotx_http2_client_send() local
568 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()
A Dhttp2_internal.h133 int header_count; /* the count of header data. */ member
/AliOS-Things-master/components/mbedtls/library/
A Dmemory_buffer_alloc.c79 size_t header_count; member
359 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