HomeSort by: relevance | last modified time | path
    Searched defs:accepting (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
kwset.c 64 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)
638 if (trie->accepting)
    [all...]
  /src/external/gpl2/grep/dist/src/
kwset.c 64 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...]
  /src/external/bsd/libevent/dist/
listener.c 105 struct accepting_socket **accepting; member in struct:evconnlistener_iocp
728 struct accepting_socket *as = lev_iocp->accepting[i];
750 struct accepting_socket *as = lev_iocp->accepting[i];
865 lev->accepting = mm_calloc(lev->n_accepting,
867 if (!lev->accepting) {
872 lev->accepting[i] = new_accepting_socket(lev, ss.ss_family);
873 if (!lev->accepting[i]) {
874 event_warnx("Couldn't create accepting socket");
877 if (cb && start_accepting(lev->accepting[i]) < 0) {
878 event_warnx("Couldn't start accepting on socket")
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
listener.c 104 struct accepting_socket **accepting; member in struct:evconnlistener_iocp
727 struct accepting_socket *as = lev_iocp->accepting[i];
749 struct accepting_socket *as = lev_iocp->accepting[i];
864 lev->accepting = mm_calloc(lev->n_accepting,
866 if (!lev->accepting) {
871 lev->accepting[i] = new_accepting_socket(lev, ss.ss_family);
872 if (!lev->accepting[i]) {
873 event_warnx("Couldn't create accepting socket");
876 if (cb && start_accepting(lev->accepting[i]) < 0) {
877 event_warnx("Couldn't start accepting on socket")
    [all...]
  /src/external/bsd/openldap/dist/libraries/liblunicode/ure/
ure.c 178 ucs2_t accepting; member in struct:__anon7722
248 ucs2_t accepting; member in struct:__anon7726
1401 for (j = sp->accepting = syms = 0; j < b->stack.slist_used; j++) {
1418 sp->accepting = 1;
1609 if (ls->accepting != rs->accepting ||
1794 dsp->accepting = sp->accepting;
1906 if (sp->accepting) {
2087 if (stp->accepting == 0)
    [all...]
  /src/external/mpl/bind/dist/lib/isc/netmgr/
netmgr-int.h 646 bool accepting; member in struct:isc_nmsocket
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
netmgr-int.h 840 bool accepting; member in struct:isc_nmsocket

Completed in 32 milliseconds