Home
last modified time | relevance | path

Searched refs:iotype (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/libevent/dist/
H A Dbufferevent_filter.c71 short iotype, enum bufferevent_flush_mode mode);
475 short iotype, enum bufferevent_flush_mode mode) in be_filter_flush() argument
483 if (iotype & EV_READ) { in be_filter_flush()
486 if (iotype & EV_WRITE) { in be_filter_flush()
491 bufferevent_flush(bevf->underlying, iotype, mode); in be_filter_flush()
H A Dbufferevent_pair.c285 be_pair_flush(struct bufferevent *bev, short iotype, in be_pair_flush() argument
299 if ((iotype & EV_READ) != 0) in be_pair_flush()
302 if ((iotype & EV_WRITE) != 0) in be_pair_flush()
306 _bufferevent_run_eventcb(partner, iotype|BEV_EVENT_EOF); in be_pair_flush()
H A Dbufferevent.c569 short iotype, in bufferevent_flush() argument
575 r = bufev->be_ops->flush(bufev, iotype, mode); in bufferevent_flush()
H A Dbufferevent_sock.c616 be_socket_flush(struct bufferevent *bev, short iotype, in be_socket_flush() argument
H A Dbufferevent_openssl.c334 short iotype, enum bufferevent_flush_mode mode);
1238 short iotype, enum bufferevent_flush_mode mode) in be_openssl_flush() argument
/minix3/bin/ksh/
H A Dexec.c1310 int iotype = iop->flag & IOTYPE; local
1315 if (iotype != IOHERE)
1320 iotmp.name = (iotype == IOHERE) ? (char *) 0 : cp;
1328 switch (iotype) {
1394 iotype == IODUP ? "dup"
1395 : (iotype == IOREAD || iotype == IOHERE) ?
1422 if (iotype != IODUP)
1426 if (iotype != IODUP)
/minix3/external/bsd/libevent/dist/include/event2/
H A Dbufferevent.h516 short iotype,