Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/http2/
A Dhttp2_internal.h58 #define HTTP2_STREAM_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "http2.stream") macro
61 #define HTTP2_STREAM_MALLOC(size) HAL_Malloc(size)
A Dhttp2_api.c200 node->channel_id = HTTP2_STREAM_MALLOC(valuelen + 1); in on_stream_header()
433 (http2_stream_node_t *)HTTP2_STREAM_MALLOC(sizeof(http2_stream_node_t)); in http2_stream_node_insert()
512 stream_handle = HTTP2_STREAM_MALLOC(sizeof(stream_handle_t)); in IOT_HTTP2_Connect()
616 nva = (http2_header *)HTTP2_STREAM_MALLOC(sizeof(http2_header) * in IOT_HTTP2_Stream_Open()
669 info->channel_id = HTTP2_STREAM_MALLOC(strlen(node->channel_id) + 1); in IOT_HTTP2_Stream_Open()
732 nva = (http2_header *)HTTP2_STREAM_MALLOC(sizeof(http2_header) * in IOT_HTTP2_Stream_Send_Message()
821 nva = (http2_header *)HTTP2_STREAM_MALLOC(sizeof(http2_header) * in IOT_HTTP2_Stream_Send()
956 nva = (http2_header *)HTTP2_STREAM_MALLOC(sizeof(http2_header) * in IOT_HTTP2_Stream_Query()
1047 nva = (http2_header *)HTTP2_STREAM_MALLOC(sizeof(http2_header) * in IOT_HTTP2_FS_Close()
A Diotx_http2.c569 nva = (nghttp2_nv *)HTTP2_STREAM_MALLOC(sizeof(nghttp2_nv) * in iotx_http2_client_send()
645 connection = HTTP2_STREAM_MALLOC(sizeof(http2_connection_t)); in iotx_http2_client_connect()
703 connection = HTTP2_STREAM_MALLOC(sizeof(http2_connection_t)); in iotx_http2_client_connect_with_cb()
A Dhttp2_upload_api.c341 send_ext_info.send_buffer = HTTP2_STREAM_MALLOC(FS_UPLOAD_PACKET_LEN); in _http2_fs_node_handle()
553 (http2_file_stream_t *)HTTP2_STREAM_MALLOC(sizeof(http2_file_stream_t)); in IOT_HTTP2_UploadFile_Request()

Completed in 11 milliseconds