Home
last modified time | relevance | path

Searched refs:sentc (Results 1 – 4 of 4) sorted by relevance

/dports/net/dante/dante-1.4.3/sockd/
H A Dsockd.c469 ++child->sentc;
496 ++child->sentc;
583 ++child->sentc;
745 ++child->sentc;
889 ++child->sentc;
1025 ++child->sentc;
1202 ++child->sentc;
1654 (unsigned long)child->sentc,
H A Dsockd_child.c293 || (*childv)[child].sentc >= minclientshandled
296 if (idlechild == NULL || (*childv)[child].sentc > idlechild->sentc)
323 (unsigned long)(idlechild->sentc),
324 idlechild->sentc == 1 ? "" : "s",
1373 && child->sentc >= sockscf.child.maxrequests) {
1381 (unsigned long)child->sentc,
H A Dmother_util.c1226 (unsigned long)child->sentc,
1227 (unsigned long)child->sentc == 1 ? "" : "s");
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h2451 size_t sentc; /* clients sent to this child. */ member