Searched defs:hs (Results 1 – 1 of 1) sorted by relevance
127 #define HTTP_IS_DYNAMIC_FILE(hs) ((hs)->buf != NULL) argument129 #define HTTP_IS_DYNAMIC_FILE(hs) 0 argument136 #define HTTP_IS_DATA_VOLATILE(hs) (HTTP_IS_DYNAMIC_FILE(hs) ? TCP_WRITE_FLAG_COPY : 0) argument140 #define HTTP_IS_HDR_VOLATILE(hs, ptr) 0 argument354 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() local410 #define http_add_connection(hs) argument411 #define http_remove_connection(hs) argument446 http_state_init(struct http_state *hs) in http_state_init()[all …]