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

/httpd/server/
H A Drequest.c1757 int prev_result = -1; local
1791 AP_DEBUG_ASSERT(prev_result != -1);
1792 if (prev_result == 1)
1803 prev_result = 0;
1806 prev_result = 1;
1809 prev_result = -1;

Completed in 1032 milliseconds