Searched refs:readable (Results 1 - 25 of 187) sorted by relevance

12345678

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/term/
H A Dreceive.tcl21 fileevent $chan readable \
27 fileevent $chan readable {}
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dall22 if {![file readable "testlib.tcl"]} {
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dstream_test.c70 if (readable(server_fd))
71 msg_fatal("server fd is readable after create");
80 if (readable(server_fd))
81 msg_info("server fd is readable after client open");
91 if (!readable(server_fd)) {
92 msg_info("wait for server fd to become readable");
H A Diostuff.h36 #define readable(fd) poll_fd((fd), POLL_FD_READ, 0, 1, 0) macro
H A Dfifo_listen.c70 * readable, causing the program to go into a loop.
80 if (readable(fd) == 0) {
86 msg_info("open O_RDWR makes fifo readable - trying O_RDONLY");
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/coroutine/
H A Dcoro_auto.tcl180 ::chan event $chan readable [list [info coroutine]]
182 ::chan event $chan readable {}
255 ::chan event $chan readable [list [info coroutine]]
257 ::chan event $chan readable {}
285 ::chan event $chan readable [list [info coroutine]]
287 ::chan event $chan readable {}
H A Dcoroutine.tcl188 ::chan event $chan readable [list [info coroutine]]
190 ::chan event $chan readable {}
255 ::chan event $chan readable [list [info coroutine]]
257 ::chan event $chan readable {}
285 ::chan event $chan readable [list [info coroutine]]
287 ::chan event $chan readable {}
/macosx-10.10.1/CPANInternal-159.1/IO-SessionData-1.03/lib/IO/
H A DSessionData.pm61 $self->readable(1) unless $writeonly;
161 $self->readable(0);
175 # make readable if there's no write limit, or the amount in the out
195 $self->readable(!$do_choke);
200 # Object method: readable($flag)
202 sub readable { subroutine
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/sasl/
H A Dsaslclient.tcl93 fileevent $chan readable {}
97 fileevent $chan readable [list Read $chan ::Callback]
180 fileevent $chan readable {}
206 fileevent $sock readable [list Read $sock ::Callback]
/macosx-10.10.1/tcl-105/tcl_ext/tls/tls/tests/
H A Dkeytest1.tcl14 fileevent $s readable [list creadable $s]
H A DsimpleServer.tcl72 fileevent $s readable [list $cmd $s]
81 fileevent $chan readable [list handshake $chan respond]
/macosx-10.10.1/tcl-105/tcl_ext/tls/tls/tests/oldTests/
H A DtlsSrv.tcl47 fileevent $chan readable [list reflectCB $chan 1]
H A DtlsSrv2.tcl46 fileevent $chan readable [list reflectCB $chan 1]
H A DtlsAuto.tcl55 fileevent $chan readable [list fromServer $chan]
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/t/Issues/
H A Drt70329.t16 readable => 1,
H A Drt74029.t41 my $ser = SOAP::Serializer->new( readable => 1);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/include/isc/
H A Drwlock.h68 isc_condition_t readable; member in struct:isc_rwlock
81 isc_condition_t readable; member in struct:isc_rwlock
/macosx-10.10.1/ntp-92/lib/isc/include/isc/
H A Drwlock.h68 isc_condition_t readable; member in struct:isc_rwlock
81 isc_condition_t readable; member in struct:isc_rwlock
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixNotfy.c63 * The following structure contains a set of select() masks to track readable,
68 fd_set readable; member in struct:SelectMasks
86 SelectMasks readyMasks; /* This array reflects the readable/writable
471 FD_SET(fd, &(tsdPtr->checkMasks.readable));
473 FD_CLR(fd, &(tsdPtr->checkMasks.readable));
541 FD_CLR(fd, &(tsdPtr->checkMasks.readable));
558 if (FD_ISSET(i, &(tsdPtr->checkMasks.readable))
790 FD_ZERO(&(tsdPtr->readyMasks.readable));
824 numFound = select(tsdPtr->numFdBits, &(tsdPtr->readyMasks.readable),
834 FD_ZERO(&(tsdPtr->readyMasks.readable));
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixNotfy.c62 * readable, writable, and exceptional conditions.
66 fd_set readable; member in struct:SelectMasks
85 SelectMasks readyMasks; /* This array reflects the readable/writable
468 FD_SET( fd, &(tsdPtr->checkMasks.readable) );
470 FD_CLR( fd, &(tsdPtr->checkMasks.readable) );
537 FD_CLR( fd, &(tsdPtr->checkMasks.readable) );
553 if ( FD_ISSET( i, &(tsdPtr->checkMasks.readable) )
771 FD_ZERO( &(tsdPtr->readyMasks.readable) );
805 &(tsdPtr->readyMasks.readable),
816 FD_ZERO( &(tsdPtr->readyMasks.readable ) );
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/mime/
H A Dsmtp.tcl24 # readable: semaphore for vwait
617 array set state [list afterID "" options "" readable 0]
630 set state(readable) 0
648 fileevent $state(sd) readable [list ::smtp::readable $token]
754 fileevent $state(sd) readable {}
760 fileevent $state(sd) readable \
761 [list ::smtp::readable $token]
820 fileevent $state(sd) readable \
821 [list ::smtp::readable
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/tests/
H A Dconstraints.tcl55 fileevent $fd readable [namespace code Ready]
63 fileevent $fd readable {}
76 fileevent $fd readable {}
/macosx-10.10.1/tcl-105/tcl/tcl/macosx/
H A DtclMacOSXNotify.c222 * The following structure contains a set of select() masks to track readable,
227 fd_set readable; member in struct:SelectMasks
269 SelectMasks readyMasks; /* This array reflects the readable/writable
962 FD_SET(fd, &(tsdPtr->checkMasks.readable));
964 FD_CLR(fd, &(tsdPtr->checkMasks.readable));
1038 if (FD_ISSET(i, &(tsdPtr->checkMasks.readable))
1057 FD_CLR(fd, &(tsdPtr->checkMasks.readable));
1148 FD_CLR(filePtr->fd, &(tsdPtr->readyMasks.readable));
1302 FD_COPY(&(tsdPtr->readyMasks.readable), &readyMasks.readable);
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Drwlock.c119 result = isc_condition_init(&rwl->readable);
122 "isc_condition_init(readable) %s: %s",
145 (void)isc_condition_destroy(&rwl->readable);
168 (void)isc_condition_destroy(&rwl->readable);
257 WAIT(&rwl->readable, &rwl->lock);
273 WAIT(&rwl->readable, &rwl->lock);
459 BROADCAST(&rwl->readable);
512 BROADCAST(&rwl->readable);
571 WAIT(&rwl->readable, &rwl->lock);
655 BROADCAST(&rwl->readable);
[all...]
/macosx-10.10.1/ntp-92/lib/isc/
H A Drwlock.c119 result = isc_condition_init(&rwl->readable);
122 "isc_condition_init(readable) %s: %s",
145 (void)isc_condition_destroy(&rwl->readable);
168 (void)isc_condition_destroy(&rwl->readable);
257 WAIT(&rwl->readable, &rwl->lock);
272 WAIT(&rwl->readable, &rwl->lock);
458 BROADCAST(&rwl->readable);
511 BROADCAST(&rwl->readable);
570 WAIT(&rwl->readable, &rwl->lock);
654 BROADCAST(&rwl->readable);
[all...]

Completed in 245 milliseconds

12345678