Searched refs:client (Results 1 - 25 of 1329) sorted by relevance

1234567891011>>

/macosx-10.9.5/dcerpc-58/dcerpc/perf/
H A Dperf_udp.sh96 echo "client 0a"
97 client 0 "ncadg_ip_udp:${IP}[2001]" 3 40 y y
98 echo "client 0b"
99 client 0 "ncadg_ip_udp:${IP}[2001]" 3 40 y n
100 echo "client 0c"
101 client 0 "ncadg_ip_udp:${IP}[2001]" 3 40 n y
102 echo "client 0d"
103 client 0 "ncadg_ip_udp:${IP}[2001]" 3 40 n n
104 echo "client 1a"
105 client
[all...]
H A Dperf_tcp.sh98 echo "client 0a"
99 client 0 "ncacn_ip_tcp:${IP}[2001]" 3 40 y y || FAILED="$FAILED 0a"
100 echo "client 0b"
101 client 0 "ncacn_ip_tcp:${IP}[2001]" 3 40 y n || FAILED="$FAILED 0b"
102 echo "client 0c"
103 client 0 "ncacn_ip_tcp:${IP}[2001]" 3 40 n y || FAILED="$FAILED 0c"
104 echo "client 0d"
105 client 0 "ncacn_ip_tcp:${IP}[2001]" 3 40 n n || FAILED="$FAILED 0d"
106 echo "client 1a"
107 client
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Ddgslive.h100 * Release a reference to a client handle. This macro is called by the SCT
102 * to a client handle, that reference is decremented. If the count falls to 1,
108 if ((scte)->client != NULL) \
110 rpc_dg_client_rep_p_t client = (scte)->client; \
111 assert(client->refcnt > 1); \
112 if (--client->refcnt == 1) \
113 rpc__dg_client_free((rpc_client_handle_t) (scte)->client);\
114 (scte)->client = NULL; \
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dscnc_client.c55 TAILQ_HEAD(, client) client_head;
69 struct client *client_new_socket (CFSocketRef ref, int priviledged, uid_t uid, gid_t gid)
71 struct client *client; local
73 client = malloc(sizeof(struct client));
74 if (!client)
77 bzero(client, sizeof(struct client));
80 client
97 struct client *client; local
128 client_dispose(struct client *client) argument
191 client_newoptset(struct client *client, CFStringRef serviceid) argument
216 client_findoptset(struct client *client, CFStringRef serviceid) argument
231 struct client *client; local
270 struct client *client; local
283 struct client *client; local
[all...]
H A Dppp_client.c50 int ppp_clientgone(void *client);
52 TAILQ_HEAD(, client) client_head;
66 struct client *client_new_socket (CFSocketRef ref, int priviledged, uid_t uid, gid_t gid)
68 struct client *client; local
70 client = malloc(sizeof(struct client));
71 if (!client)
74 bzero(client, sizeof(struct client));
94 struct client *client; local
122 client_dispose(struct client *client) argument
181 client_newoptset(struct client *client, CFStringRef serviceid) argument
206 client_findoptset(struct client *client, CFStringRef serviceid) argument
221 struct client *client; local
260 struct client *client; local
273 struct client *client; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/mediastream/
H A DMediaStreamCenter.cpp52 MediaStreamDescriptorClient* client = streamDescriptor->client(); local
53 if (client)
54 client->streamEnded();
61 MediaStreamDescriptorClient* client = streamDescriptor->client(); local
62 if (client)
63 client->addRemoteTrack(component);
68 MediaStreamDescriptorClient* client = streamDescriptor->client(); local
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Scripts/libSystem/
H A Dasl_write.rb5 client = asl_open('RubyLog', 'RubyLog Facility', ASL_OPT_STDERR)
8 asl_log(client, nil, ASL_LEVEL_NOTICE, "Message %d", i)
11 asl_close(client)
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DAPIClient.h40 void initialize(const ClientInterface* client) argument
44 if (client && client->version == currentVersion) {
45 m_client = *client;
51 if (client && client->version < currentVersion)
52 memcpy(&m_client, client, APIClientTraits<ClientInterface>::interfaceSizesByVersion[client->version]);
55 const ClientInterface& client() const { return m_client; } function in class:WebKit::APIClient
/macosx-10.9.5/CPANInternal-140/JSON-RPC/ex/
H A Dclient.pl12 my $client = new JSON::RPC::Client;
14 $client->prepare( $uri, ['sum', 'echo'] ); # if call /API/Sublcass, sum method return (sum * 2)
16 print $client->sum(10, 23), "\n";
17 print $client->echo("abc\ndef"), "\n";
26 my $res = $client->call($cgi_uri, $callobj);
37 print $client->status_line;
/macosx-10.9.5/CPANInternal-140/JSON-RPC-0.96/ex/
H A Dclient.pl12 my $client = new JSON::RPC::Client;
14 $client->prepare( $uri, ['sum', 'echo'] ); # if call /API/Sublcass, sum method return (sum * 2)
16 print $client->sum(10, 23), "\n";
17 print $client->echo("abc\ndef"), "\n";
26 my $res = $client->call($cgi_uri, $callobj);
37 print $client->status_line;
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dclient.c18 /* $Id: client.c,v 1.271.10.4 2012/01/31 23:46:39 tbox Exp $ */
68 * All client state changes, other than that from idle to listening, occur
72 * If a routine is ever created that allows someone other than the client's
73 * task to change the client, then the client will have to be locked.
78 #define CTRACE(m) ns_client_log(client, \
104 * client objects, since concurrent access to a shared context would cause
117 /*% nameserver client manager structure */
142 * states are generally "more active", meaning that the client can
147 * To force the client int
221 ns_client_recursing(ns_client_t *client) argument
232 ns_client_killoldestquery(ns_client_t *client) argument
248 ns_client_settimeout(ns_client_t *client, unsigned int seconds) argument
272 exit_check(ns_client_t *client) argument
564 ns_client_t *client = (ns_client_t *) event->ev_arg; local
589 ns_client_t *client; local
615 ns_client_endrequest(ns_client_t *client) argument
655 ns_client_checkactive(ns_client_t *client) argument
689 ns_client_next(ns_client_t *client, isc_result_t result) argument
721 ns_client_t *client; local
765 client_allocsendbuf(ns_client_t *client, isc_buffer_t *buffer, isc_buffer_t *tcpbuffer, isc_uint32_t length, unsigned char *sendbuf, unsigned char **datap) argument
817 client_sendpkg(ns_client_t *client, isc_buffer_t *buffer) argument
869 ns_client_sendraw(ns_client_t *client, dns_message_t *message) argument
915 ns_client_send(ns_client_t *client) argument
1104 ns_client_error(ns_client_t *client, isc_result_t result) argument
1192 client_addopt(ns_client_t *client) argument
1374 ns_client_t *client; local
1952 ns_client_t *client; local
2018 ns_client_t *client; local
2191 client_read(ns_client_t *client) argument
2219 ns_client_t *client = event->ev_arg; local
2326 client_accept(ns_client_t *client) argument
2354 client_udprecv(ns_client_t *client) argument
2394 ns_client_t *client = *clientp; local
2406 ns_client_shuttingdown(ns_client_t *client) argument
2411 ns_client_replace(ns_client_t *client) argument
2508 ns_client_t *client; local
2555 ns_client_t *client; local
2629 ns_client_getsockaddr(ns_client_t *client) argument
2634 ns_client_checkaclsilent(ns_client_t *client, isc_netaddr_t *netaddr, dns_acl_t *acl, isc_boolean_t default_allow) argument
2670 ns_client_checkacl(ns_client_t *client, isc_sockaddr_t *sockaddr, const char *opname, dns_acl_t *acl, isc_boolean_t default_allow, int log_level) argument
2695 ns_client_name(ns_client_t *client, char *peerbuf, size_t len) argument
2703 ns_client_logv(ns_client_t *client, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *fmt, va_list ap) argument
2724 ns_client_log(ns_client_t *client, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *fmt, ...) argument
2753 ns_client_dumpmessage(ns_client_t *client, const char *reason) argument
2789 ns_client_t *client; local
2847 ns_client_qnamereplace(ns_client_t *client, dns_name_t *name) argument
[all...]
H A Dlwdgabn.c57 cleanup_gabn(ns_lwdclient_t *client) { argument
58 ns_lwdclient_log(50, "cleaning up client %p", client);
60 if (client->v6find != NULL) {
61 if (client->v6find == client->v4find)
62 client->v6find = NULL;
64 dns_adb_destroyfind(&client->v6find);
66 if (client->v4find != NULL)
67 dns_adb_destroyfind(&client
71 setup_addresses(ns_lwdclient_t *client, dns_adbfind_t *find, unsigned int at) argument
120 sort_addresses(ns_lwdclient_t *client) argument
164 generate_reply(ns_lwdclient_t *client) argument
277 add_alias(ns_lwdclient_t *client) argument
312 store_realname(ns_lwdclient_t *client) argument
342 ns_lwdclient_t *client = ev->ev_arg; local
405 restart_find(ns_lwdclient_t *client) argument
526 start_find(ns_lwdclient_t *client) argument
544 init_gabn(ns_lwdclient_t *client) argument
598 ns_lwdclient_processgabn(ns_lwdclient_t *client, lwres_buffer_t *b) argument
[all...]
H A Dlwdgnba.c39 ns_lwdclient_t *client; local
55 client = event->ev_arg;
56 cm = client->clientmgr;
57 INSIST(client->byaddr == (dns_byaddr_t *)event->ev_sender);
60 gnba = &client->gnba;
67 dns_byaddr_destroy(&client->byaddr);
71 if (client->na.family != AF_INET6 ||
72 (client->options & DNS_BYADDROPT_IPV6INT) != 0) {
80 ns_lwdclient_errorpktsend(client, lwresult);
88 client
160 start_byaddr(ns_lwdclient_t *client) argument
178 init_gnba(ns_lwdclient_t *client) argument
207 ns_lwdclient_processgnba(ns_lwdclient_t *client, lwres_buffer_t *b) argument
[all...]
H A Dlwderror.c31 * Generate an error packet for the client, schedule a send, and put us in
34 * The client->pkt structure will be modified to form an error return.
43 ns_lwdclient_errorpktsend(ns_lwdclient_t *client, isc_uint32_t _result) { argument
49 REQUIRE(NS_LWDCLIENT_ISRUNNING(client));
56 client->pkt.length = LWRES_LWPACKET_LENGTH;
57 client->pkt.pktflags |= LWRES_LWPACKETFLAG_RESPONSE;
58 client->pkt.recvlength = LWRES_RECVLENGTH;
59 client->pkt.authtype = 0; /* XXXMLG */
60 client->pkt.authlength = 0;
61 client
[all...]
H A Dlwdclient.c60 ns_lwdclient_t *client; local
88 client = isc_mem_get(lwresd->mctx, sizeof(ns_lwdclient_t));
89 if (client != NULL) {
90 ns_lwdclient_log(50, "created client %p, manager %p",
91 client, cm);
92 ns_lwdclient_initialize(client, cm);
120 client = ISC_LIST_HEAD(cm->idle);
121 while (client != NULL) {
122 ISC_LIST_UNLINK(cm->idle, client, link);
123 isc_mem_put(lwresd->mctx, client, sizeo
139 ns_lwdclient_t *client; local
175 process_request(ns_lwdclient_t *client) argument
219 ns_lwdclient_t *client = ev->ev_arg; local
274 ns_lwdclient_t *client; local
326 ns_lwdclient_t *client; local
378 ns_lwdclient_stateidle(ns_lwdclient_t *client) argument
406 ns_lwdclient_t *client = ev->ev_arg; local
431 ns_lwdclient_sendreply(ns_lwdclient_t *client, isc_region_t *r) argument
444 ns_lwdclient_initialize(ns_lwdclient_t *client, ns_lwdclientmgr_t *cmgr) argument
[all...]
H A Dlwdnoop.c31 ns_lwdclient_processnoop(ns_lwdclient_t *client, lwres_buffer_t *b) { argument
39 REQUIRE(NS_LWDCLIENT_ISRECVDONE(client));
40 INSIST(client->byaddr == NULL);
44 result = lwres_nooprequest_parse(client->clientmgr->lwctx,
45 b, &client->pkt, &req);
49 client->pkt.recvlength = LWRES_RECVLENGTH;
50 client->pkt.authtype = 0; /* XXXMLG */
51 client->pkt.authlength = 0;
52 client->pkt.result = LWRES_R_SUCCESS;
57 lwres = lwres_noopresponse_render(client
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/mediastream/
H A DUserMediaController.cpp37 UserMediaController::UserMediaController(UserMediaClient* client) argument
38 : m_client(client)
47 PassOwnPtr<UserMediaController> UserMediaController::create(UserMediaClient* client) argument
49 return adoptPtr(new UserMediaController(client));
52 void provideUserMediaTo(Page* page, UserMediaClient* client) argument
54 UserMediaController::provideTo(page, UserMediaController::supplementName(), UserMediaController::create(client));
/macosx-10.9.5/WebCore-7537.78.1/Modules/speech/
H A DSpeechRecognitionController.cpp38 SpeechRecognitionController::SpeechRecognitionController(SpeechRecognitionClient* client) argument
39 : m_client(client)
45 // FIXME: Call m_client->pageDestroyed(); once we have implemented a client.
48 PassOwnPtr<SpeechRecognitionController> SpeechRecognitionController::create(SpeechRecognitionClient* client) argument
50 return adoptPtr(new SpeechRecognitionController(client));
53 void provideSpeechRecognitionTo(Page* page, SpeechRecognitionClient* client) argument
55 SpeechRecognitionController::provideTo(page, SpeechRecognitionController::supplementName(), SpeechRecognitionController::create(client));
/macosx-10.9.5/bind9-45.100/bind9/bin/named/include/named/
H A Dnotify.h24 #include <named/client.h>
41 ns_notify_start(ns_client_t *client);
51 *\li client to be valid.
H A Dxfrout.h37 ns_xfr_start(ns_client_t *client, dns_rdatatype_t xfrtype);
/macosx-10.9.5/WebCore-7537.78.1/html/forms/
H A DFileIconLoader.cpp37 PassRefPtr<FileIconLoader> FileIconLoader::create(FileIconLoaderClient* client) argument
39 return adoptRef(new FileIconLoader(client));
55 FileIconLoader::FileIconLoader(FileIconLoaderClient* client) argument
56 : m_client(client)
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPlatformSpeechSynthesisUtterance.cpp33 PassRefPtr<PlatformSpeechSynthesisUtterance> PlatformSpeechSynthesisUtterance::create(PlatformSpeechSynthesisUtteranceClient* client) argument
35 return adoptRef(new PlatformSpeechSynthesisUtterance(client));
38 PlatformSpeechSynthesisUtterance::PlatformSpeechSynthesisUtterance(PlatformSpeechSynthesisUtteranceClient* client) argument
39 : m_client(client)
/macosx-10.9.5/WebCore-7537.78.1/Modules/notifications/
H A DNotificationController.cpp36 NotificationController::NotificationController(NotificationClient* client) argument
37 : m_client(client)
47 PassOwnPtr<NotificationController> NotificationController::create(NotificationClient* client) argument
49 return adoptPtr(new NotificationController(client));
55 return controller->client();
64 void provideNotification(Page* page, NotificationClient* client) argument
66 NotificationController::provideTo(page, NotificationController::supplementName(), NotificationController::create(client));
/macosx-10.9.5/bootp-268.1/IPConfiguration.bproj/
H A DDHCPv6Client.h49 DHCPv6ClientRef client);
60 DHCPv6ClientStart(DHCPv6ClientRef client, bool allocate_address);
63 DHCPv6ClientStop(DHCPv6ClientRef client, bool discard_information);
69 DHCPv6ClientGetInfo(DHCPv6ClientRef client, dhcpv6_info_t * info_p);
72 DHCPv6ClientCopyAddresses(DHCPv6ClientRef client,
76 DHCPv6ClientAddressChanged(DHCPv6ClientRef client,
80 DHCPv6ClientSetNotificationCallBack(DHCPv6ClientRef client,
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DIconDatabaseClientQt.cpp40 static IconDatabaseClientQt* client = 0; local
41 if (!client) {
42 client = new IconDatabaseClientQt;
43 iconDatabase().setClient(client);
45 return client;

Completed in 168 milliseconds

1234567891011>>