Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/apps/httpd/
A Dhttpd.c438 hs->hdr_index = NUM_FILE_HDR_STRINGS; in http_state_init()
856 hs->hdr_index = 0;
913 hs->hdr_index = NUM_FILE_HDR_STRINGS;
964 hs->hdr_index = 0;
992 hdrlen = (u16_t)strlen(hs->hdrs[hs->hdr_index]);
1006 if (hs->hdr_index < NUM_FILE_HDR_STRINGS - 1) {
1025 hs->hdr_index++;
1028 (hs->hdrs[hs->hdr_index] == NULL)) {
1029 hs->hdr_index++;
1540 if (hs->hdr_index < NUM_FILE_HDR_STRINGS) {
[all …]
/components/net/lwip/lwip-2.1.2/src/apps/http/
A Dhttpd.c452 hs->hdr_index = NUM_FILE_HDR_STRINGS; in http_state_init()
869 hs->hdr_index = 0;
926 hs->hdr_index = NUM_FILE_HDR_STRINGS;
942 hs->hdr_index = 0;
1019 hdrlen = (u16_t)strlen(hs->hdrs[hs->hdr_index]);
1033 if (hs->hdr_index < NUM_FILE_HDR_STRINGS - 1) {
1052 hs->hdr_index++;
1055 (hs->hdrs[hs->hdr_index] == NULL)) {
1056 hs->hdr_index++;
1587 if (hs->hdr_index < NUM_FILE_HDR_STRINGS) {
[all …]
/components/drivers/include/drivers/
A Ddev_can.h449 …rt_int32_t hdr_index : 8;/*Should be defined as:rx.FilterMatchIndex,which should be changed to rt_… member
/components/drivers/can/
A Ddev_can.c68 hdr = data->hdr_index; in _can_int_rx()
847 hdr = tmpmsg.hdr_index; in rt_hw_can_isr()

Completed in 46 milliseconds