Home
last modified time | relevance | path

Searched refs:RSP_BUF_SIZE (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/http/example/
A Dhttp_example.c17 #define RSP_BUF_SIZE 2048 macro
18 static char rsp_buf[RSP_BUF_SIZE];
/AliOS-Things-master/components/py_engine/modules/mqtt/
A Dmqttclient.c19 #define RSP_BUF_SIZE 2048 macro
22 static char mqtt_buf[RSP_BUF_SIZE];
23 static char mqtt_readbuf[RSP_BUF_SIZE];
/AliOS-Things-master/components/ulog/include/
A Dulog_config.h48 #define RSP_BUF_SIZE 512 macro
/AliOS-Things-master/components/ulog/src/
A Dulog_session_file.c192 rsp_buf = (uint8_t *)aos_malloc(RSP_BUF_SIZE); in on_fs_upload()
193 req_buf = (uint8_t *)aos_malloc(RSP_BUF_SIZE); in on_fs_upload()
/AliOS-Things-master/components/py_engine/modules/network/http/
A Dhttpclient.c21 #define RSP_BUF_SIZE 2048 macro
22 static char rsp_buf[RSP_BUF_SIZE];

Completed in 12 milliseconds