Searched refs:KEEP_ALIVE (Results 1 – 3 of 3) sorted by relevance
12 const KEEP_ALIVE = 100; constant56 keepAliveMsecs: KEEP_ALIVE,
170 #define KEEP_ALIVE "keep-alive" macro1623 if (parser->index > sizeof(KEEP_ALIVE)-1 in http_parser_execute()1624 || c != KEEP_ALIVE[parser->index]) { in http_parser_execute()1626 } else if (parser->index == sizeof(KEEP_ALIVE)-2) { in http_parser_execute()
71 V(KEEP_ALIVE, "keep-alive") \