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

/freebsd-10.0-release/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c497 enum connection_handling_mode handling_mode = CONNECTION_DEFAULT;
597 handling_mode = connection_mode_single;
672 handling_mode = connection_mode_thread;
1008 if (handling_mode == connection_mode_thread)
1014 * (see "switch (handling_mode)" code further down).
1040 if (handling_mode == connection_mode_fork)
1094 switch (handling_mode)
496 enum connection_handling_mode handling_mode = CONNECTION_DEFAULT; local

Completed in 78 milliseconds