Searched defs:hs (Results 1 – 2 of 2) sorted by relevance
124 #define HTTP_IS_DATA_VOLATILE(hs) ((hs)->ssi ? TCP_WRITE_FLAG_COPY : 0) argument127 #define HTTP_IS_DATA_VOLATILE(hs) (((hs->file != NULL) && (hs->handle != NULL) && (hs->file == \ argument135 #define HTTP_IS_HDR_VOLATILE(hs, ptr) 0 argument340 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() local396 #define http_add_connection(hs) argument397 #define http_remove_connection(hs) argument432 http_state_init(struct http_state* hs) in http_state_init()464 http_state_eof(struct http_state *hs) in http_state_eof()[all …]
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 …]