Searched refs:HTTP2_STREAM_MALLOC (Results 1 – 4 of 4) sorted by relevance
58 #define HTTP2_STREAM_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "http2.stream") macro61 #define HTTP2_STREAM_MALLOC(size) HAL_Malloc(size)
200 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()
569 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()
341 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