Searched refs:server (Results 351 - 375 of 1292) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/configd-596.15/configd.tproj/
H A D_configset.c57 storePrivate->server,
83 sessionKey = CFStringCreateWithFormat(NULL, NULL, CFSTR("%d"), storePrivate->server);
213 _configset(mach_port_t server, argument
248 mySession = getSession(server);
250 mySession = tempSession(server, CFSTR("SCDynamicStoreSetValue"), audit_token);
333 storePrivate->server,
378 _configset_m(mach_port_t server, argument
435 mySession = getSession(server);
437 mySession = tempSession(server, CFSTR("SCDynamicStoreSetMultiple"), audit_token);
H A D_configlist.c96 _configlist(mach_port_t server, argument
125 mySession = getSession(server);
127 mySession = tempSession(server, CFSTR("SCDynamicStoreCopyKeyList"), audit_token);
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnndiary.el384 (deffoo nndiary-retrieve-headers (sequence &optional group server fetch-old)
385 (when (nndiary-possibly-change-directory group server)
387 (set-buffer nntp-server-buffer)
434 (deffoo nndiary-open-server (server &optional defs)
435 (nnoo-change-server 'nndiary server defs)
440 (nndiary-close-server)
444 (nndiary-close-server)
447 (nnheader-report 'nndiary "Opened server
[all...]
H A Dnnvirtual.el99 server fetch-old)
100 (when (nnvirtual-possibly-change-server server)
102 (set-buffer nntp-server-buffer)
116 (gnus-check-server
127 (set-buffer nntp-server-buffer)
139 (setq carticle (read nntp-server-buffer))
159 (princ article nntp-server-buffer)
167 (insert-buffer-substring nntp-server-buffer))
175 ;; the nntp-server
[all...]
/macosx-10.9.5/ntp-88/ntpd/
H A Dntpsim.c56 /* Define a function to create the server associations */
203 /* Define a function to simulate a server.
204 * This function processes the sent packet according to the server script,
208 sockaddr_u *serv_addr, /* Address of the server */
211 struct pkt *rpkt /* Packet sent to the server that
219 server_info *server; /* Pointer to the server being simulated */ local
228 /* Search for the server with the desired address */
229 server = NULL;
234 server
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drpc002.tcl9 # TEST Test server home directory error cases
20 # First start the server.
25 puts "\tRpc002.a: Started server, pid $dpid"
29 # kill the rpc server even if the test fails.
59 -server $rpc_server -client_timeout 10000 -txn"
78 -server $rpc_server -client_timeout 10000 -txn}]
146 -home XXX -server $rpc_server -client_timeout 10000 \
153 -server $rpc_server -client_timeout 10000 -txn}} ret]
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/t/
H A Dnonblock.t45 # first create simple non-blocking tcp-server
46 my $ID = 'server';
47 my $server = IO::Socket::INET->new(
54 print "not ok: $!\n", exit if !$server; # Address in use?
57 my ($SSL_SERVER_PORT) = unpack_sockaddr_in( $server->sockname );
66 close($server);
70 SSL_key_file => "certs/server-key.enc",
73 SSL_key_file => "certs/server-key.pem"
77 # connect_SSL should fail on the first attempt because server
80 # connect_SSL should succeed, because server wa
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/test/
H A Dnt_gss_client.c56 gss_name_t server; local
69 &server);
95 server,
H A Dtcp_server.c44 krb5_principal server; local
71 &server);
79 server,
/macosx-10.9.5/Security-55471.14.18/libsecurityd/mig/
H A Dmig.mk47 mig -server $(DERIVED_SRC)/ucspServer.cpp -user $(DERIVED_SRC)/ucspClient.cpp \
55 mig -server $(DERIVED_SRC)/ucspNotifyReceiver.cpp -user $(DERIVED_SRC)/ucspNotifySender.cpp \
60 mig -server $(DERIVED_SRC)/cshostingServer.cpp -user $(DERIVED_SRC)/cshostingClient.cpp \
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCDNotifierInformViaFD.c67 if (storePrivate->server == MACH_PORT_NULL) {
85 /* establish a UNIX domain socket for server->client notification */
100 storePrivate->server);
123 status = notifyviafd(storePrivate->server,
146 CFSTR("SCDynamicStoreNotifyFileDescriptor server error: %s"),
H A DSCDNotifierWait.c83 if (storePrivate->server == MACH_PORT_NULL) {
95 /* Allocating port (for server response) */
118 /* Request a notification when/if the server dies */
143 status = notifyviaport(storePrivate->server,
157 /* remove the send right that we tried (but failed) to pass to the server */
179 /* the server closed the notifier port */
190 SCLog(_sc_verbose, LOG_DEBUG, CFSTR("SCDynamicStoreNotifyWait communication with server failed, destroying port %d"), port);
198 status = notifycancel(storePrivate->server,
/macosx-10.9.5/ruby-104/ruby/lib/webrick/httpservlet/
H A Dcgihandler.rb24 # server.mount('/cgi/my_script', WEBrick::HTTPServlet::CGIHandler,
34 def initialize(server, name)
35 super(server, name)
37 @tempdir = server[:TempDir]
38 @cgicmd = "#{CGIRunner} #{server[:CGIInterpreter]}"
/macosx-10.9.5/tcl-102/tcl_ext/tls/tls/tests/
H A Dremote.tcl1 # This file contains Tcl code to implement a remote server that can be
2 # used during testing of Tcl socket code. This server is used by some
5 # Source this file in the remote server you are using to test Tcl against.
150 set l "Remote server listening on port $serverPort, IP $serverAddress."
175 set serverCert [file join $certsDir server.pem]
177 set serverKey [file join $certsDir server.key]
179 [tls::socket -myaddr $serverAddress -server __accept__ \
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dmig.h76 * Definition for MIG-generated server stub routines. These routines
77 * unpack the request message, call the server procedure, and pack the
86 * Definition for MIG-generated server routine. This routine takes a
122 mig_server_routine_t server; /* pointer to demux routine */ member in struct:mig_subsystem
160 * - Support for multiple server implementations in a single space.
201 mig_server_routine_t *server);
243 mig_server_routine_t *server);
/macosx-10.9.5/ppp-727.90.1/Authenticators/Radius/
H A Dmain.c28 * plugin to add support for authentication against a radius server.
115 // all the settings are adjustable for each authentication server
117 #define DEFAULT_RETRIES 4 // try 4 times each server
119 // primary authentication server
126 // secondary authentication server
130 char *sec_auth_server = NULL; // if null, use primary server
146 // reponses from the radius server
166 // primary authentication server
168 "Primary radius server" },
170 "Primary radius server secre
339 struct auth_server *server = NULL; local
586 struct auth_server *server = auth_servers[i]; local
[all...]
/macosx-10.9.5/CPANInternal-140/PlRPC/lib/RPC/
H A DPlClient.pm77 $self->Debug("Waiting for server's response ...");
79 die "Unexpected EOF from server" unless defined($reply);
80 die "Expected server to return an array ref" unless ref($reply) eq 'ARRAY';
82 die "Refused by server: $msg" unless $reply->[0];
83 $self->Debug("Logged in, server replies: $msg");
94 # Purpose: Coerce method located on the server
110 die "Unexpected EOF while waiting for server reply" unless defined($msg);
112 die "Expected server to return an array ref" unless ref($msg) eq 'ARRAY';
196 # Create a client object and connect it to the server
204 # Create an instance of $class on the server b
[all...]
/macosx-10.9.5/CPANInternal-140/PlRPC-0.2020/lib/RPC/
H A DPlClient.pm77 $self->Debug("Waiting for server's response ...");
79 die "Unexpected EOF from server" unless defined($reply);
80 die "Expected server to return an array ref" unless ref($reply) eq 'ARRAY';
82 die "Refused by server: $msg" unless $reply->[0];
83 $self->Debug("Logged in, server replies: $msg");
94 # Purpose: Coerce method located on the server
110 die "Unexpected EOF while waiting for server reply" unless defined($msg);
112 die "Expected server to return an array ref" unless ref($msg) eq 'ARRAY';
196 # Create a client object and connect it to the server
204 # Create an instance of $class on the server b
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/experimental/
H A Dmod_example.c19 * It is not meant to be used in a production server. Since it participates
62 * Sample configuration record. Used for both per-directory and per-server
71 * Note that while the per-directory and per-server configuration records are
79 * (directory, server, or combination).
258 /* server. */
272 * Locate our server configuration record for the specified server.
318 * passed the server record (if available), the request record (if available),
386 * that don't operate in a particular directory or server context. If we
387 * got a valid record, extract the location (directory or server) t
[all...]
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dmovemail.c41 * a pop server running on $MAILHOST (environment variable). Movemail
733 popserver server;
741 server = pop_open (hostname, user, password, POP_NO_GETPASS);
742 if (! server)
744 error ("Error connecting to POP server: %s", pop_error, 0);
748 if (pop_stat (server, &nmsgs, &nbytes))
750 error ("Error getting message count from POP server: %s", pop_error, 0);
756 pop_close (server);
763 pop_close (server);
771 pop_close (server);
731 popserver server; local
[all...]
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dvhost.c56 server_rec *server; /* the server to use on a match */ member in struct:name_chain
68 server_rec *server; /* the server to use if this matches */ member in struct:ipaddr_chain
80 /* A (n) bucket hash table, each entry has a pointer to a server rec and
108 * Otherwise it's a name-vhost list, and the default is the server in the
256 /* use whatever port the main server has at this point */
258 cmd->server->port);
316 * where the server is handling entire "networks" of servers. i.e. a
350 new->server
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/popper/
H A Dpop_pass.c22 krb5_principal client, server; local
67 &server);
77 server,
82 krb5_free_principal (p->context, server);
/macosx-10.9.5/Heimdal-323.92.1/lib/ntlm/
H A Dscram.h84 /* server */
85 struct heim_scram_server *server; member in struct:heim_scram
/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-43-persistent.c114 CFStringRef server = CFDictionaryGetValue(results2, kSecAttrServer); local
115 ok(CFEqual(server, CFSTR("zuigt.com")), "verify attribute was modified by update");
124 server = CFDictionaryGetValue(results2, kSecAttrServer);
125 ok(CFEqual(server, CFSTR("zuigt.nl")), "verify second items attribute was not modified by update");
/macosx-10.9.5/SecurityTokend-55107/lib/
H A Dserver.h28 // server - master server loop for tokend
41 // The server class that drives this tokend
68 // The server singleton
70 extern Server *server;

Completed in 403 milliseconds

<<11121314151617181920>>