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

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.h79 int cgi_limit, cgi_count; member in struct:__anon18
H A Dlibhttpd.c303 hs->cgi_count = 0;
3603 if ( hc->hs->cgi_limit != 0 && hc->hs->cgi_count >= hc->hs->cgi_limit )
3610 ++hc->hs->cgi_count;

Completed in 44 milliseconds