| /src/external/bsd/unbound/dist/edns-subnet/ |
| subnet-whitelist.h | 61 rbtree_type upstream; member in struct:ecs_whitelist
|
| /src/external/bsd/openldap/dist/servers/lloadd/ |
| bind.c | 97 LloadConnection *upstream, 102 ber_printf( upstream->c_pendingber, "t{titOtO}", LDAP_TAG_MESSAGE, 114 LloadConnection *upstream, 119 CONNECTION_LOCK(upstream); 120 ber_printf( upstream->c_pendingber, "t{tit{tst{{tOOtOtO}}}}", LDAP_TAG_MESSAGE, 125 LDAP_TAG_EXOP_VERIFY_CREDENTIALS_COOKIE, BER_BV_OPTIONAL( &upstream->c_vc_cookie ), 128 CONNECTION_UNLOCK(upstream); 137 * 2) there is one bind operation pending (waiting on an upstream response) 147 * upstreams, case 2a has client_reset send an anonymous bind to upstream to 151 * If c_pin_id is unset, we request an upstream connection assigned, otherwise 197 LloadConnection *upstream = NULL; local 601 LloadConnection *upstream; local 764 LloadConnection *upstream; local 886 LloadConnection *upstream; local [all...] |
| client.c | 38 static void client_unlink( LloadConnection *upstream ); 97 LloadConnection *upstream = NULL; local 172 upstream = client->c_linked_upstream; 173 assert( upstream ); 185 if ( upstream ) { 186 b = upstream->c_backend; 188 if ( !try_upstream( b, NULL, op, upstream, &res, &message ) ) { 189 upstream = NULL; 193 backend_select( b, op, &upstream, &res, &message ); 195 upstream_select( op, &upstream, &res, &message ) [all...] |
| operation.c | 238 LloadConnection *client, *upstream; local 245 "unlinking operation between client connid=%lu and upstream " 252 upstream = op->o_upstream; 258 assert( client || upstream ); 265 if ( upstream ) { 266 result |= operation_unlink_upstream( op, upstream ); 331 operation_unlink_upstream( LloadOperation *op, LloadConnection *upstream ) 338 "unlinking operation op=%p msgid=%d upstream connid=%lu\n", 341 CONNECTION_LOCK(upstream); 343 &upstream->c_ops, op, operation_upstream_cmp )) ) [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_private.h | 44 /* Taste the upstream filter to see if we handle this. */ 95 struct archive_read_filter *upstream; /* Who I read from. */ member in struct:archive_read_filter
|