Searched refs:ret_buf (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/ |
A D | makefsdata.c | 513 u8_t* ret_buf; in get_file_data() local 537 ret_buf = (u8_t*)malloc(out_bytes); in get_file_data() 538 LWIP_ASSERT("ret_buf != NULL", ret_buf != NULL); in get_file_data() 539 memcpy(ret_buf, s_outbuf, out_bytes); in get_file_data() 550 …dec_status = tinfl_decompress(&inflator, (const mz_uint8 *)ret_buf, &dec_in_bytes, s_checkbuf, (mz… in get_file_data() 557 buf = ret_buf; in get_file_data()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/ |
A D | wifi_util.h | 79 int wext_private_command_with_retval(const char *ifname, char *cmd, char *ret_buf, int ret_len);
|
A D | wifi_util.c | 1031 int wext_private_command_with_retval(const char *ifname, char *cmd, char *ret_buf, int ret_len) in wext_private_command_with_retval() argument 1056 if(ret_buf){ in wext_private_command_with_retval() 1059 rtw_memcpy(ret_buf, (char *) iwr.u.data.pointer, ret_len); in wext_private_command_with_retval()
|
Completed in 10 milliseconds