Searched refs:RSP_BUF_SIZE (Results 1 – 5 of 5) sorted by relevance
17 #define RSP_BUF_SIZE 2048 macro18 static char rsp_buf[RSP_BUF_SIZE];
19 #define RSP_BUF_SIZE 2048 macro22 static char mqtt_buf[RSP_BUF_SIZE];23 static char mqtt_readbuf[RSP_BUF_SIZE];
48 #define RSP_BUF_SIZE 512 macro
192 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()
21 #define RSP_BUF_SIZE 2048 macro22 static char rsp_buf[RSP_BUF_SIZE];
Completed in 12 milliseconds