Home
last modified time | relevance | path

Searched refs:syscalldepth (Results 1 – 2 of 2) sorted by relevance

/dports/net/dante/dante-1.4.3/dlib/
H A Dinterposition.c444 && socksfd.state.syscalldepth > 0)
480 ++(p->state.syscalldepth);
512 if (p->state.syscalldepth <= 0)
515 --(p->state.syscalldepth);
517 if (p->state.syscalldepth <= 0) { /* all finished. */
/dports/net/dante/dante-1.4.3/include/
H A Dcommon.h1983 int syscalldepth; member