Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/
A Dmakefsdata.c56 static uint8 s_outbuf[OUT_BUF_SIZE]; variable
518 void *next_out = s_outbuf; in get_file_data()
529 memset(s_outbuf, 0, sizeof(s_outbuf)); in get_file_data()
539 memcpy(ret_buf, s_outbuf, out_bytes); in get_file_data()

Completed in 4 milliseconds