Home
last modified time | relevance | path

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

/bsp/efm32/
A Dhttpd.c89 static char indexdata[700]; variable
142 indexdata[counter] = indexdata1[i]; in http_recv()
146 indexdata[counter] = ' '; in http_recv()
150 indexdata[counter] = temp_var / 10 + 0x30; in http_recv()
154 indexdata[counter] = temp_var % 10 + 0x30; in http_recv()
162 indexdata[counter] = indexdata2[i]; in http_recv()
167 rt_sprintf(&indexdata[counter], "%1d.%02d", vdd / 100, vdd % 100); in http_recv()
172 indexdata[counter] = indexdata3[i]; in http_recv()
180 indexdata[counter] = '-'; in http_recv()
188 indexdata[counter] = indexdata4[i]; in http_recv()
[all …]

Completed in 7 milliseconds