Searched defs:l_count (Results 1 - 1 of 1) sorted by relevance

/httpd/server/mpm/event/
H A Devent.c1773 apr_uint32_t c_count, l_count, i_count; local
1948 > (l_count = apr_atomic_read32(&lingering_count))
1949 && (c_count - l_count
2116 >= (l_count = apr_atomic_read32(&lingering_count))
2118 && (c_count - l_count

Completed in 423 milliseconds