Searched refs:clients (Results 1 - 25 of 81) sorted by relevance

1234

/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/checkconf/
H A Ddnssec.224 match-clients { any; };
29 match-clients { none; };
34 match-clients { none; };
H A Ddnssec.324 match-clients { any; };
29 match-clients { none; };
34 match-clients { none; };
39 match-clients { none; };
44 match-clients { none; };
H A Dgood.conf41 has-old-clients no;
65 recursive-clients 3000;
71 match-clients {
83 match-clients {
H A Dbad.conf30 has-old-clients no;
48 recursive-clients 3000;
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/t/
H A Dsessions.t124 my @clients = (
130 if (!$clients[0] or !$clients[1] or !$clients[2]) {
159 if (Net::SSLeay::get_session($clients[$_]->_get_ssl_object) ne
164 close $clients[$_];
167 @clients = (
184 if (Net::SSLeay::get_session($clients[$_]->_get_ssl_object) ne
189 unless ($clients[$_]->print("Test $_\n")) {
193 unless ($clients[
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/multiplexer/
H A Dmultiplexer.tcl26 # list of connected clients
27 array set clients {}
90 # function: hook to be run when clients exit by generating an EOF.
112 variable clients
122 unset clients($chan)
136 variable clients
140 foreach c [array names clients] {
155 # Get data from clients, filter it, redistribute it.
167 variable clients
181 set chans [array names clients]
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DQTMovieTask.cpp76 Vector<QTMovieTaskClient*> clients; local
77 copyToVector(m_taskList, clients);
78 for (Vector<QTMovieTaskClient*>::iterator i = clients.begin(); i != clients.end(); ++i)
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSCanvasValue.cpp53 HashCountedSet<RenderObject*>::const_iterator end = clients().end();
54 for (HashCountedSet<RenderObject*>::const_iterator curr = clients().begin(); curr != end; ++curr)
60 HashCountedSet<RenderObject*>::const_iterator end = clients().end();
61 for (HashCountedSet<RenderObject*>::const_iterator curr = clients().begin(); curr != end; ++curr)
91 ASSERT(clients().contains(renderer));
H A DCSSImageGeneratorValue.h65 const HashCountedSet<RenderObject*>& clients() const { return m_clients; } function in class:WebCore::CSSImageGeneratorValue
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dns64/ns2/
H A Dnamed.conf39 clients { 10.53.0.2; };
46 clients { 10.53.0.1; };
54 dns64 2001:32::/32 { clients { 10.53.0.6; }; };
55 dns64 2001:40::/40 { clients { 10.53.0.6; }; };
56 dns64 2001:48::/48 { clients { 10.53.0.6; }; };
57 dns64 2001:56::/56 { clients { 10.53.0.6; }; };
58 dns64 2001:64::/64 { clients { 10.53.0.6; }; };
/macosx-10.9.5/ruby-104/ruby/sample/drb/
H A Dsimpletuple.rb55 clients = []
83 clients.push(client(ts, n))
86 clients.each do |t|
H A Dold_tuplespace.rb152 clients = []
201 clients.push(client(ts, n))
208 clients.each do |t|
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Ddns64.c37 dns_acl_t * clients; /* member in struct:dns_dns64
38 * Which clients get mapped
59 dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded,
90 new->clients = NULL;
91 if (clients != NULL)
92 dns_acl_attach(clients, &new->clients);
119 if (dns64->clients != NULL)
120 dns_acl_detach(&dns64->clients);
145 if (dns64->clients !
57 dns_dns64_create(isc_mem_t *mctx, isc_netaddr_t *prefix, unsigned int prefixlen, isc_netaddr_t *suffix, dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded, unsigned int flags, dns_dns64_t **dns64) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/apps/comm/
H A Dget-regression-nb.xotcl37 # time get-regression-nb.xotcl -sequential 0 -clients 1
41 # time get-regression-nb.xotcl -port 8086 -sequential 0 -clients 1
49 # mohegan:~/wafe/src/cineast> time ./get-regression-nb.xotcl -port 8086 -sequential 0 -clients 1
54 # 1 clients: 3.07 seconds (per client 3.07 seconds, 2127.31 KB/sec) server: 2127.31 KB/sec
55 # 2 clients: 6.36 seconds (per client 3.18 seconds, 1028.10 KB/sec) server: 2056.20 KB/sec
56 # 3 clients: 7.71 seconds (per client 2.57 seconds, 847.74 KB/sec) server: 2543.22 KB/sec
57 # 4 clients: 11.21 seconds (per client 2.80 seconds, 582.92 KB/sec) server: 2331.66 KB/sec
58 # 5 clients: 10.57 seconds (per client 2.11 seconds, 618.49 KB/sec) server: 3092.45 KB/sec
59 # 10 clients: 25.07 seconds (per client 2.51 seconds, 260.68 KB/sec) server: 2606.79 KB/sec
60 # 20 clients
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/addzone/ns2/
H A Dnamed2.conf32 match-clients { 10.53.0.2; };
43 match-clients { any; };
57 match-clients { match; };
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGResourceContainer.cpp84 // Invalidate all our current clients.
184 OwnPtr<SVGDocumentExtensions::SVGPendingElements> clients(extensions->removePendingResource(m_id));
189 // Update cached resources of pending clients.
190 const SVGDocumentExtensions::SVGPendingElements::const_iterator end = clients->end();
191 for (SVGDocumentExtensions::SVGPendingElements::const_iterator it = clients->begin(); it != end; ++it) {
/macosx-10.9.5/bootp-268.1/IPConfiguration.bproj/
H A Dbootp_session.c27 * - maintain list of BOOTP clients
28 * - distribute packet reception to enabled clients
76 dynarray_t clients; member in struct:bootp_session
162 if (dynarray_add(&session->clients, client) == FALSE) {
192 i = dynarray_index(&session->clients, client);
194 dynarray_remove(&session->clients, i, NULL);
431 dynarray_init(&session->clients, bootp_client_free_element, NULL);
443 dynarray_free(&session->clients);
478 for (i = 0; i < dynarray_count(&session->clients); i++) {
481 client = dynarray_element(&session->clients,
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dlvauto/ns2/
H A Dnamed.conf56 match-clients { 127.0.0.1; };
60 match-clients { none; };
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/views/ns2/
H A Dnamed2.conf37 match-clients { 10.53.0.2;
53 match-clients { any; };
/macosx-10.9.5/Heimdal-323.92.1/appl/gssmask/
H A Dgssmaestro.c60 static struct client **clients; variable in typeref:struct:client
695 clients = erealloc(clients, (num_clients + 1) * sizeof(*clients));
697 clients[num_clients] = c;
708 if (strcmp(slave, clients[i]->name) == 0)
709 return clients[i];
801 * Set up connection to all clients
816 val = acquire_cred(clients[i], user, password, 1, &hCred);
819 clients[
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dns64/conf/
H A Dbad8.conf21 clients { bogusacl; };
H A Dgood1.conf23 clients { any; };
H A Dgood3.conf23 clients { any; };
H A Dgood4.conf23 clients { any; };
/macosx-10.9.5/vim-53/runtime/plugin/
H A Drrhelper.vim23 " Handle same file from more clients and file being more than once

Completed in 240 milliseconds

1234