Home
last modified time | relevance | path

Searched refs:Connection (Results 1 – 25 of 143) sorted by relevance

123456

/netbsd-src/external/bsd/openldap/dist/tests/data/lloadd/
H A Dmonitor.ldif74 dn: cn=Connection 1,cn=first,cn=Backend Servers,cn=Load Balancer,cn=Backends,c
83 dn: cn=Connection 3,cn=first,cn=Backend Servers,cn=Load Balancer,cn=Backends,c
92 dn: cn=Connection 2,cn=first,cn=Backend Servers,cn=Load Balancer,cn=Backends,c
101 dn: cn=Connection 4,cn=first,cn=Backend Servers,cn=Load Balancer,cn=Backends,c
152 dn: cn=Connection 1,cn=first,cn=Backend Servers,cn=Load Balancer,cn=Backends,c
161 dn: cn=Connection 3,cn=first,cn=Backend Servers,cn=Load Balancer,cn=Backends,c
170 dn: cn=Connection 2,cn=first,cn=Backend Servers,cn=Load Balancer,cn=Backends,c
179 dn: cn=Connection 4,cn=first,cn=Backend Servers,cn=Load Balancer,cn=Backends,c
198 dn: cn=Connection 5,cn=server 2,cn=Backend Servers,cn=Load Balancer,cn=Backend
207 dn: cn=Connection 7,cn=server 2,cn=Backend Servers,cn=Load Balancer,cn=Backend
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dconnection.c55 static Connection *connections = NULL;
77 static Connection* connection_get( ber_socket_t s );
87 static int connection_input( Connection *c, conn_readinfo *cri );
88 static void connection_close( Connection *c );
92 static int connection_resched( Connection *conn );
93 static void connection_abandon( Connection *conn );
94 static void connection_destroy( Connection *c );
115 connections = (Connection *) ch_calloc( dtblsize, sizeof(Connection) ); in connections_init()
120 dtblsize, (long) sizeof(Connection) ); in connections_init()
211 Connection* c; in connections_timeout_idle()
[all …]
H A Dproto-slap.h397 LDAP_SLAPD_F (int) backend_connection_init LDAP_P((Connection *conn));
398 LDAP_SLAPD_F (int) backend_connection_destroy LDAP_P((Connection *conn));
782 LDAP_SLAPD_F (Connection *) connection_client_setup LDAP_P((
786 LDAP_SLAPD_F (void) connection_client_enable LDAP_P(( Connection *c ));
787 LDAP_SLAPD_F (void) connection_client_stop LDAP_P(( Connection *c ));
795 LDAP_SLAPD_F (Connection *) connection_init LDAP_P((
806 Connection *c, const char *why ));
808 LDAP_SLAPD_F (int) connection_valid LDAP_P(( Connection *c ));
814 LDAP_SLAPD_F (void) connection_write_resume LDAP_P((Connection *c));
821 LDAP_SLAPD_F (Connection *) connection_first LDAP_P(( ber_socket_t * ));
[all …]
H A Dsasl.c104 Connection *conn = context; in slap_sasl_log()
293 Connection *conn = NULL; in slap_auxprop_lookup()
530 Connection *conn = NULL; in slap_auxprop_store()
715 Connection *conn = (Connection *)context; in slap_sasl_canonicalize()
836 Connection *conn = (Connection *)context; in slap_sasl_authorize()
1144 Connection conn = {0}; in slapd_rw_apply()
1368 int slap_sasl_open( Connection *conn, int reopen ) in slap_sasl_open()
1474 Connection *conn, in slap_sasl_external()
1516 int slap_sasl_cbinding( Connection *conn, void *ssl ) in slap_sasl_cbinding()
1538 int slap_sasl_reset( Connection *conn ) in slap_sasl_reset()
[all …]
H A Dslapauth.c44 do_check( Connection *c, Operation *op, struct berval *id ) in do_check()
88 Connection conn = {0}; in slapauth()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h92 struct Connection { struct
96 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} in Connection() argument
109 std::vector<SmallVector<Connection, 4>> SubtreeConnections;
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daeregion.c253 Status = AcpiBufferToResource (MyContext->Connection, in AeRegionHandler()
261 MyContext->AccessLength, MyContext->Connection); in AeRegionHandler()
330 (UINT32) Address, Length, BitWidth, MyContext->Connection); in AeRegionHandler()
619 Status = AcpiBufferToResource (MyContext->Connection, in AeRegionHandler()
627 MyContext->AccessLength, MyContext->Connection); in AeRegionHandler()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/authzid/
H A Dauthzid.c40 Connection *conn;
74 authzid_conn_find( Connection *c ) in authzid_conn_find()
91 authzid_conn_get( Connection *c ) in authzid_conn_get()
113 authzid_conn_insert( Connection *c, char flag ) in authzid_conn_insert()
137 authzid_conn_remove( Connection *c ) in authzid_conn_remove()
/netbsd-src/external/bsd/openldap/dist/tests/data/
H A Dmonitor1.out1 dn: cn=Connection 1001,cn=Connections,cn=Monitor
14 entryDN: cn=Connection 1001,cn=Connections,cn=Monitor
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_ext.c70 *eblock = ((Connection *)object)->c_extensions; in get_extension_block()
240 peblock = &(((Connection *)object)->c_extensions); in slapi_int_create_object_extensions()
289 peblock = &(((Connection *)object)->c_extensions); in slapi_int_free_object_extensions()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DBIO_s_accept.pod198 fprintf(stderr, "Connection 1 established\n");
202 BIO_puts(cbio, "Connection 1: Sending out Data on initial connection\n");
211 fprintf(stderr, "Connection 2 established\n");
216 BIO_puts(cbio2, "Connection 2: Sending out Data on second\n");
219 BIO_puts(cbio, "Connection 1: Second connection established\n");
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dconn.c230 Connection *c; in monitor_subsys_conn_update()
271 Connection *c, in conn_create()
454 Connection *c; in monitor_subsys_conn_create()
494 Connection *c; in monitor_subsys_conn_create()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DBIO_s_accept.pod206 fprintf(stderr, "Connection 1 established\n");
210 BIO_puts(cbio, "Connection 1: Sending out Data on initial connection\n");
219 fprintf(stderr, "Connection 2 established\n");
224 BIO_puts(cbio2, "Connection 2: Sending out Data on second\n");
227 BIO_puts(cbio, "Connection 1: Second connection established\n");
/netbsd-src/distrib/syspkg/sets/man/man-uucp-info/
H A DDESCR1 texinfo documentation for the UUCP UNIX-to-UNIX Connection Protocol
H A DCOMMENT1 texinfo documentation for the UUCP UNIX-to-UNIX Connection Protocol
/netbsd-src/distrib/syspkg/sets/man/man-uucp-man/
H A DCOMMENT1 man pages source for the UUCP UNIX-to-UNIX Connection Protocol
H A DDESCR1 man pages source for the UUCP UNIX-to-UNIX Connection Protocol
/netbsd-src/distrib/syspkg/sets/man/man-uucp-catman/
H A DDESCR1 formatted man pages for the UUCP UNIX-to-UNIX Connection Protocol
H A DCOMMENT1 formatted man pages for the UUCP UNIX-to-UNIX Connection Protocol
/netbsd-src/external/bsd/libpcap/dist/rpcapd/
H A Drpcapd@.service2 Description=Rpcap Per-Connection Server
H A Drpcapd.socket2 Description=Rpcap Socket for Per-Connection Servers
/netbsd-src/libexec/httpd/testsuite/
H A Dt9.out9 Connection: close
H A Dt8.out9 Connection: close
H A Dt7.out9 Connection: close
/netbsd-src/external/mpl/bind/dist/bin/tests/system/statschannel/
H A Dtests.sh503 Connection: close
509 lines=$(grep -c "^Connection: Keep-Alive" nc.out$n || true)
511 lines=$(grep -c "^Connection: close" nc.out$n)
534 Connection: close
541 lines=$(grep -c "^Connection: Keep-Alive" nc.out$n || true)
543 lines=$(grep -c "^Connection: close" nc.out$n)
557 Connection: keep-alive
566 lines=$(grep -c "^Connection: Keep-Alive" nc.out$n || true)
568 lines=$(grep -c "^Connection: close" nc.out$n)
577 echo_i "Check inconsistent Connection
[all...]

123456