Searched refs:accepting (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sbin/devd/
H A Ddevd.cc981 int accepting; local
990 accepting = 1;
1012 * accepting new connections (don't put the listening sockets in
1021 if (!accepting) {
1024 accepting = 1;
1031 if (accepting) {
1034 accepting = 0;
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dkwset.c64 unsigned int accepting; /* Word index of accepted word, or zero. */ member in struct:trie
80 int mind; /* Minimum depth of an accepting node. */
109 kwset->trie->accepting = 0;
180 link->trie->accepting = 0;
266 /* Mark the node we finally reached as accepting, encoding the
268 if (!trie->accepting)
269 trie->accepting = 1 + 2 * kwset->words;
448 /* If the current node is accepting then the shift at the
451 if (curr->accepting && fail->maxshift > curr->depth - fail->depth)
640 if (trie->accepting)
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dlistener.c101 struct accepting_socket **accepting; member in struct:evconnlistener_iocp
715 struct accepting_socket *as = lev_iocp->accepting[i];
737 struct accepting_socket *as = lev_iocp->accepting[i];
852 lev->accepting = mm_calloc(lev->n_accepting,
854 if (!lev->accepting) {
859 lev->accepting[i] = new_accepting_socket(lev, ss.ss_family);
860 if (!lev->accepting[i]) {
861 event_warnx("Couldn't create accepting socket");
864 if (cb && start_accepting(lev->accepting[i]) < 0) {
865 event_warnx("Couldn't start accepting o
[all...]

Completed in 90 milliseconds