Searched refs:first_byte_seen (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/loggers/
H A Dmod_logio.c52 unsigned int first_byte_seen:1; member in struct:logio_config_t
68 if (!cf->first_byte_seen) {
70 cf->first_byte_seen = 1;
138 if (!cf->first_byte_seen || !cf->ttfb) {
159 cf->first_byte_seen = 0;

Completed in 2158 milliseconds