Searched refs:ready (Results 1 - 25 of 138) sorted by relevance

123456

/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DcryptType.h60 uint8_t ready; member in struct:CipherContext
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DcryptType.h60 uint8_t ready; member in struct:CipherContext
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DcryptType.h60 uint8_t ready; member in struct:CipherContext
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A Dsimple-proxy.pl32 my $ready;
34 for( $ready = 1 ; $ready ; $ready = $sel->can_read(0)) {
80 while (my @ready = $sel->can_read) {
81 foreach my $fh (@ready) {
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/random/YarrowCoreLib/src/
H A Dprngpriv.h93 prng_ready_status ready; member in struct:PRNG
106 if(p->ready != PRNG_READY) {return PRNG_ERR_NOT_READY;} /* Set error state and return */
/macosx-10.9.5/CPANInternal-140/Net-DNS/demo/
H A Dmresolv96 my @ready;
101 for (@ready = $sel->can_read($opt_t);
102 @ready;
103 @ready = $sel->can_read(0)) {
107 print "DEBUG: replies received: ", scalar @ready, "\n"
110 foreach $sock (@ready) {
/macosx-10.9.5/securityd-55199.3/src/
H A Dchild.h52 bool ready() const { return mServicePort; } function in class:ServerChild
H A Dchild.cpp82 // Parent action during fork: wait until ready or dead, then return
89 while (!ready() && state() == alive)
97 } else if (ready()) {
98 // child has checked in and is ready for service
99 secdebug("serverchild", "%p (pid %d) ready for service on port %d",
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSCrossfadeValue.h89 void setReady(bool ready) { m_ready = ready; } argument
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoy.ml14 print_string "ready> "; flush stdout;
/macosx-10.9.5/shell_cmds-175/date/
H A Dnetdate.c74 fd_set ready; local
139 FD_ZERO(&ready);
140 FD_SET(s, &ready);
141 found = select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0, &tout);
151 if (found > 0 && FD_ISSET(s, &ready)) {
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclAsync.c27 int ready; /* Non-zero means this handler should be member in struct:AsyncHandler
54 * ready and it is cleared to zero whenever
126 asyncPtr->ready = 0;
171 token->ready = 1;
235 if (asyncPtr->ready) {
242 asyncPtr->ready = 0;
334 * The return value is 1 whenever a handler is ready and is 0 when no
335 * handlers are ready.
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclAsync.c30 int ready; /* Non-zero means this handler should member in struct:AsyncHandler
59 * The variable below is set to 1 whenever a handler becomes ready and
139 asyncPtr->ready = 0;
184 token->ready = 1;
251 if (asyncPtr->ready) {
258 asyncPtr->ready = 0;
350 * The return value is 1 whenever a handler is ready and is 0
351 * when no handlers are ready.
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timed.tproj/
H A Dmeasure.c77 fd_set ready; local
105 FD_ZERO(&ready);
108 FD_SET(sock_raw, &ready);
109 if (select(sock_raw+1, &ready, 0,0, &tout)) {
133 FD_ZERO(&ready);
178 FD_SET(sock_raw, &ready);
179 count = select(sock_raw+1, &ready, (fd_set *)0,
/macosx-10.9.5/ruby-104/ruby/test/testunit/
H A Dtest_parallel.rb40 assert_match(/^ready/,@worker_out.gets)
45 assert_match(/^ready/,@worker_out.gets)
51 assert_match(/^ready/,@worker_out.gets)
58 assert_match(/^ready/,@worker_out.gets)
64 assert_match(/^ready/,@worker_out.gets)
69 assert_match(/^ready/,@worker_out.gets)
76 assert_match(/^ready/,@worker_out.gets)
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timedc.tproj/
H A Dcmds.c91 fd_set ready; local
110 FD_ZERO(&ready);
111 FD_SET(sock, &ready);
112 i = select(sock+1, &ready, (fd_set *)0,
189 /* get the address for the date ready */
275 fd_set ready; local
323 FD_ZERO(&ready);
324 FD_SET(sock, &ready);
325 if (select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0,
437 fd_set ready; local
[all...]
/macosx-10.9.5/ruby-104/ruby/test/io/wait/
H A Dtest_io_wait.rb39 refute @r.ready?, "shouldn't ready, but ready"
42 assert @r.ready?, "should ready, but not"
48 assert @r.ready?
/macosx-10.9.5/top-89.1.2/
H A Dmain.c78 int ready; local
86 ready = select(STDIN_FILENO + 1, &fset, NULL, NULL, &tlimit);
121 if(ready && FD_ISSET(STDIN_FILENO, &fset))
/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dchat2.pl88 ## opens a TCP port on the current machine, ready to be listened to
314 ## Returns an array of handles that are ready for I/O.
322 local(%ready) = ();
326 if (/$nextpat/o) { # one of ours... see if ready
330 $ready{$_}++;
342 $ready{$handlename{$_}}++ if vec($rmask,$_,1);
344 sort keys %ready;
/macosx-10.9.5/uucp-11/uucp/contrib/
H A DLogin.PortSel22 # when it's ready.
50 # get a free port right away, check for 'Are you ready?' as well.
56 expect prtslctrdy ready?
68 # port is ready, it informs us. If we wait too long, it drops us.
77 expect prtslctrdy ready?
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoy.ml16 print_string "ready> "; flush stdout;
/macosx-10.9.5/remote_cmds-41.90.1/rsh.tproj/
H A Drsh.c250 fd_set readfrom, ready, rembits; local
304 ready = readfrom;
306 srval = select(nfds, &ready, 0, 0, &tvtimeout);
308 srval = select(nfds, &ready, 0, 0, 0);
318 if (FD_ISSET(rfd2, &ready)) {
327 if (FD_ISSET(rem, &ready)) {
/macosx-10.9.5/remote_cmds-41.90.1/rexecd.tproj/
H A Drexecd.c138 int pv[2], pid, ready, readfrom, cc; local
215 ready = readfrom;
216 (void) select(16, (fd_set *)&ready,
219 if (ready & (1<<s)) {
225 if (ready & (1<<pv[0])) {
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dreputilsnoenv.tcl130 set msgdbs [glob -nocomplain ready.$machid.*]
132 set msgdbs [glob -nocomplain ready.*.$machid.*]
150 set msgdbs [glob -nocomplain ready.$machid.*]
152 set msgdbs [glob -nocomplain ready.*.$machid.*]
186 # renaming the message files. We ready the files for one machine
239 # puts "$queuedir: Msg ready $fname to ready.$tofrom.$counter($machid)"
240 file rename -force $fname ready.$tofrom.$counter($machid)
351 # puts "replprocessqueue_noenv: Make ready messages to eid $machid"
356 set msgdbs [glob -nocomplain ready
[all...]
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/Engine/
H A DThreaded.pm31 my @ready = $self->select->can_read(1);
32 for my $fh (@ready) { # there's only one, anyway

Completed in 203 milliseconds

123456