HomeSort by: relevance | last modified time | path
    Searched refs:re_s (Results 1 - 19 of 19) sorted by relevancy

  /src/external/bsd/openldap/dist/include/
ldap_rq.h 25 typedef struct re_s { struct
28 LDAP_STAILQ_ENTRY(re_s) tnext; /* it includes running */
29 LDAP_STAILQ_ENTRY(re_s) rnext;
38 LDAP_STAILQ_HEAD(l, re_s) task_list;
39 LDAP_STAILQ_HEAD(rl, re_s) run_list;
43 LDAP_F( struct re_s* )
53 LDAP_F( struct re_s* )
63 struct re_s* entry
66 LDAP_F( struct re_s* )
75 struct re_s* entr
    [all...]
  /src/external/bsd/openldap/dist/libraries/libldap/
rq.c 44 struct re_s *
54 struct re_s* entry;
56 entry = (struct re_s *) LDAP_CALLOC( 1, sizeof( struct re_s ));
71 struct re_s *
78 struct re_s* e;
90 struct re_s* entry
93 struct re_s* e;
102 LDAP_STAILQ_REMOVE( &rq->task_list, entry, re_s, tnext );
107 struct re_s*
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
back-mdb.h 67 struct re_s;
93 struct re_s *mi_txn_cp_task;
94 struct re_s *mi_index_task;
init.c 343 struct re_s *re = mdb->mi_index_task;
391 struct re_s *re = mdb->mi_txn_cp_task;
config.c 191 struct re_s *rtask = arg;
205 struct re_s *rtask = arg;
620 struct re_s *re = mdb->mi_txn_cp_task;
853 struct re_s *re = mdb->mi_txn_cp_task;
  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
back-wt.h 53 struct re_s *wi_index_task;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/kinit/
kinit.c 137 struct re_s *rtask = arg;
206 struct re_s *task = NULL;
270 struct re_s *task;
  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
thread.c 223 struct re_s *re;
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
refint.c 92 struct re_s *qtask;
774 struct re_s *rtask = arg;
accesslog.c 81 struct re_s *li_task;
698 struct re_s *rtask = arg;
905 struct re_s *re = li->li_task;
1008 struct re_s *re = li->li_task;
2395 struct re_s *rtask = arg;
2601 struct re_s *re = li->li_task;
dds.c 64 struct re_s *di_expire_task;
274 struct re_s *rtask = arg;
pcache.c 3519 struct re_s *rtask = arg;
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
back-asyncmeta.h 417 struct re_s *mi_task;
meta_result.c 1665 struct re_s* rtask = arg;
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
back-ldap.h 422 struct re_s* li_conn_expire_task;
bind.c 3069 struct re_s *rtask = arg;
  /src/external/bsd/openldap/dist/servers/lloadd/
monitor.c 1148 struct re_s *rtask = arg;
  /src/external/bsd/openldap/dist/servers/slapd/
syncrepl.c 124 struct re_s *si_re;
515 struct re_s* rtask = si->si_re;
558 struct re_s* rtask = sie->si_re;
2054 struct re_s* rtask = arg;
6052 struct re_s *re = sie->si_re;
7630 struct re_s *re = si->si_re;
daemon.c 2424 struct re_s *rtask = arg;
2679 struct re_s* rtask;

Completed in 53 milliseconds