Searched refs:EV_WRITE (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/screen-22/screen/
H A Dsched.h42 #define EV_WRITE 2 macro
H A Dsched.c167 else if (ev->type == EV_WRITE)
H A Dteln.c166 p->w_telconnev.type = EV_WRITE;
H A Dwindow.c796 p->w_writeev.type = EV_WRITE;
1611 pwin->p_writeev.type = EV_WRITE;
H A Dbraille.c206 bd.bd_writeev.type = EV_WRITE;
H A Ddisplay.c242 D_writeev.type = EV_WRITE;
3374 D_writeev.type = EV_WRITE;
/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/example/
H A Dasync_https_server.pl70 $SSL_ERROR == SSL_WANT_WRITE ? EV_WRITE :
95 event_new( $fdc, EV_WRITE, \&_client_read_header )->add;
117 event_new( $fdc, EV_WRITE, \&_client_write_response )->add;
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Dhiperfifo.c184 (kind & EV_WRITE ? CURL_CSELECT_OUT : 0);
232 (act&CURL_POLL_IN?EV_READ:0)|(act&CURL_POLL_OUT?EV_WRITE:0)|EV_PERSIST;
H A Devhiperfifo.c192 (revents&EV_WRITE?CURL_POLL_OUT:0);
235 int kind = (act&CURL_POLL_IN?EV_READ:0)|(act&CURL_POLL_OUT?EV_WRITE:0);

Completed in 217 milliseconds