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

  /src/external/bsd/openldap/dist/contrib/slapd-tools/
statslog 51 my %conns; # Hash (connection number -> output)
99 my \$lines = delete(\$conns{\$_[1]});
114 $conns{$conn} .= (BRIEF ? $line : $_);
126 if (%conns) {
127 for my $conn (sort keys %conns) {
130 die if %conns;
  /src/sys/net/npf/
npf_conf.c 134 npf_config_load(npf_t *npf, npf_config_t *nc, npf_conndb_t *conns, bool flush)
136 const bool load = conns != NULL;
160 npf_conn_load(npf, conns, !flush);
169 if (flush || conns) {
184 npf_conn_load(npf, conns, !flush);
npf_ctl.c 533 const nvlist_t * const *conns; local
543 conns = nvlist_get_nvlist_array(req, "conn-list", &nitems);
545 const nvlist_t *conn = conns[i];
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_lcidm.c 64 LHASH_OF(QUIC_LCIDM_CONN) *conns; /* (void *opaque) -> (QUIC_LCIDM_CONN *) */
129 if ((lcidm->conns = lh_QUIC_LCIDM_CONN_new(lcidm_conn_hash,
141 lh_QUIC_LCIDM_CONN_free(lcidm->conns);
176 lh_QUIC_LCIDM_CONN_set_down_load(lcidm->conns, 0);
178 lh_QUIC_LCIDM_CONN_doall_arg(lcidm->conns, lcidm_delete_conn_, lcidm);
181 lh_QUIC_LCIDM_CONN_free(lcidm->conns);
204 return lh_QUIC_LCIDM_CONN_retrieve(lcidm->conns, &key);
222 lh_QUIC_LCIDM_CONN_insert(lcidm->conns, conn);
223 if (lh_QUIC_LCIDM_CONN_error(lcidm->conns))
257 lh_QUIC_LCIDM_CONN_delete(lcidm->conns, conn)
    [all...]
  /src/external/bsd/libbind/dist/isc/
ev_connects.c 103 if (ctx->conns != NULL)
104 ctx->conns->prev = new;
106 new->next = ctx->conns;
107 ctx->conns = new;
147 if (ctx->conns != NULL)
148 ctx->conns->prev = new;
150 new->next = ctx->conns;
151 ctx->conns = new;
181 /* Unlink from ctx->conns. */
185 ctx->conns = this->next
    [all...]
eventlib_p.h 222 evConn *conns; member in struct:__anon7190
eventlib.c 86 ctx->conns = NULL;
160 while (revs-- > 0 && ctx->conns != NULL) {
163 id.opaque = ctx->conns;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_head.c 316 struct drm_connector_state *conns; local
322 for_each_new_connector_in_state(asyh->state.state, conn, conns, i) {
323 if (conns->crtc == crtc) {
324 asyc = nouveau_conn_atom(conns);
  /src/lib/libc/isc/
eventlib_p.h 222 evConn *conns; member in struct:__anon376
  /src/lib/libnpf/
npf.c 1520 const nvlist_t * const *conns; local
1530 conns = nvlist_get_nvlist_array(ncf->ncf_dict, "conn-list", &nitems);
1532 const nvlist_t *conn = conns[i];
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
bind.c 458 * used by avl stuff for delete of all conns with the same connid
3031 static struct berval conns[] = { local
3050 bv = &conns[ cid ];
  /src/sys/dev/hdaudio/
hdafg.c 2593 int i, j, conns = 0, rneed; local
2606 ++conns;
2614 if (depth > 0 && ctlable && (conns == 1 ||
2644 if (conns > 1)

Completed in 34 milliseconds