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

/httpd/modules/http/
H A Dhttp_protocol.c641 static int cur_method_number = METHOD_NUMBER_FIRST; variable
654 * and reset the cur_method_number counter.
659 cur_method_number = METHOD_NUMBER_FIRST;
722 if (cur_method_number > METHOD_NUMBER_LAST) {
733 register_one_method(p, methname, cur_method_number);
734 return cur_method_number++;

Completed in 14 milliseconds