Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/apps/httpd/makefsdata/
A Dmakefsdata.c809 int response_type = HTTP_HDR_OK; in file_write_http_header() local
823 response_type = HTTP_HDR_OK_11; in file_write_http_header()
828 response_type = HTTP_HDR_NOT_FOUND; in file_write_http_header()
830 response_type = HTTP_HDR_NOT_FOUND_11; in file_write_http_header()
833 response_type = HTTP_HDR_BAD_REQUEST; in file_write_http_header()
835 response_type = HTTP_HDR_BAD_REQUEST_11; in file_write_http_header()
838 response_type = HTTP_HDR_NOT_IMPL; in file_write_http_header()
840 response_type = HTTP_HDR_NOT_IMPL_11; in file_write_http_header()
843 cur_string = g_psHTTPHeaderStrings[response_type]; in file_write_http_header()
/components/net/lwip/lwip-2.1.2/src/apps/http/makefsdata/
A Dmakefsdata.c1027 int response_type = HTTP_HDR_OK; in file_write_http_header() local
1041 response_type = HTTP_HDR_OK_11; in file_write_http_header()
1046 response_type = HTTP_HDR_NOT_FOUND; in file_write_http_header()
1048 response_type = HTTP_HDR_NOT_FOUND_11; in file_write_http_header()
1051 response_type = HTTP_HDR_BAD_REQUEST; in file_write_http_header()
1053 response_type = HTTP_HDR_BAD_REQUEST_11; in file_write_http_header()
1056 response_type = HTTP_HDR_NOT_IMPL; in file_write_http_header()
1058 response_type = HTTP_HDR_NOT_IMPL_11; in file_write_http_header()
1061 cur_string = g_psHTTPHeaderStrings[response_type]; in file_write_http_header()
/components/drivers/spi/
A Ddev_spi_msd.h115 }response_type; typedef
A Ddev_spi_msd.c142 response_type type, in _send_cmd()

Completed in 15 milliseconds