Home
last modified time | relevance | path

Searched defs:hs (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/
H A Dhttpd.c124 #define HTTP_IS_DATA_VOLATILE(hs) ((hs)->ssi ? TCP_WRITE_FLAG_COPY : 0) argument
127 #define HTTP_IS_DATA_VOLATILE(hs) (((hs->file != NULL) && (hs->handle != NULL) && (hs->file == \ argument
135 #define HTTP_IS_HDR_VOLATILE(hs, ptr) 0 argument
340 http_add_connection(struct http_state *hs) in http_add_connection()
348 http_remove_connection(struct http_state *hs) in http_remove_connection()
369 struct http_state *hs = http_connections; in http_kill_oldest_connection() local
396 #define http_add_connection(hs) argument
397 #define http_remove_connection(hs) argument
432 http_state_init(struct http_state* hs) in http_state_init()
464 http_state_eof(struct http_state *hs) in http_state_eof()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/
H A Dhttpd.c127 #define HTTP_IS_DYNAMIC_FILE(hs) ((hs)->buf != NULL) argument
129 #define HTTP_IS_DYNAMIC_FILE(hs) 0 argument
136 #define HTTP_IS_DATA_VOLATILE(hs) (HTTP_IS_DYNAMIC_FILE(hs) ? TCP_WRITE_FLAG_COPY : 0) argument
140 #define HTTP_IS_HDR_VOLATILE(hs, ptr) 0 argument
354 http_add_connection(struct http_state *hs) in http_add_connection()
362 http_remove_connection(struct http_state *hs) in http_remove_connection()
383 struct http_state *hs = http_connections; in http_kill_oldest_connection() local
410 #define http_add_connection(hs) argument
411 #define http_remove_connection(hs) argument
446 http_state_init(struct http_state *hs) in http_state_init()
[all …]