Searched defs:hd (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2.h | 941 nghttp2_frame_hd hd; member 1013 nghttp2_frame_hd hd; member 1046 nghttp2_frame_hd hd; member 1062 nghttp2_frame_hd hd; member 1094 nghttp2_frame_hd hd; member 1114 nghttp2_frame_hd hd; member 1148 nghttp2_frame_hd hd; member 1164 nghttp2_frame_hd hd; member 1197 nghttp2_frame_hd hd; member 1218 nghttp2_frame_hd hd; member [all …]
|
A D | nghttp2_frame.c | 37 void nghttp2_frame_pack_frame_hd(uint8_t *buf, const nghttp2_frame_hd *hd) in nghttp2_frame_pack_frame_hd() 46 void nghttp2_frame_unpack_frame_hd(nghttp2_frame_hd *hd, const uint8_t *buf) in nghttp2_frame_unpack_frame_hd() 55 void nghttp2_frame_hd_init(nghttp2_frame_hd *hd, size_t length, uint8_t type, in nghttp2_frame_hd_init() 292 nghttp2_frame_hd hd; in frame_pack_headers_shared() local 1029 int nghttp2_frame_add_pad(nghttp2_bufs *bufs, nghttp2_frame_hd *hd, in nghttp2_frame_add_pad()
|
A D | nghttp2_session.c | 3358 const nghttp2_frame_hd *hd) in session_call_on_begin_frame() 5420 nghttp2_frame_hd *hd) in inbound_frame_handle_pad()
|
/AliOS-Things-master/components/linkkit/http2/ |
A D | http2_api.c | 563 int IOT_HTTP2_Stream_Open(void *hd, stream_data_info_t *info, in IOT_HTTP2_Stream_Open() 683 int IOT_HTTP2_Stream_Send_Message(void *hd, const char *identify, in IOT_HTTP2_Stream_Send_Message() 768 int IOT_HTTP2_Stream_Send(void *hd, stream_data_info_t *info, in IOT_HTTP2_Stream_Send() 923 int IOT_HTTP2_Stream_Query(void *hd, stream_data_info_t *info, in IOT_HTTP2_Stream_Query() 1013 int IOT_HTTP2_FS_Close(void *hd, stream_data_info_t *info, in IOT_HTTP2_FS_Close() 1135 int IOT_HTTP2_Stream_Close(void *hd, stream_data_info_t *info) in IOT_HTTP2_Stream_Close() 1211 int IOT_HTTP2_Disconnect(void *hd) in IOT_HTTP2_Disconnect()
|
/AliOS-Things-master/components/cli/src/iobox/ |
A D | hexdump.c | 40 static int multi_hexdump(struct hd_struct *hd) in multi_hexdump() 105 struct hd_struct hd = {0}; in hexdump_do() local
|
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/ |
A D | ff.c | 423 #define MKCVTBL(hd, cp) MERGE_2STR(hd, cp) argument
|
/AliOS-Things-master/components/fatfs/src/ |
A D | ff.c | 405 #define MKCVTBL(hd, cp) MERGE_2STR(hd, cp) argument
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/ |
A D | quickjs_libc.c | 492 void *hd; in js_module_loader_so() local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs-libc.c | 479 void *hd; in js_module_loader_so() local
|
Completed in 55 milliseconds