Searched refs:iotype (Results 1 – 10 of 10) sorted by relevance
/external/libevent/ |
D | bufferevent_pair.c | 305 be_pair_flush(struct bufferevent *bev, short iotype, in be_pair_flush() argument 321 if ((iotype & EV_READ) != 0) in be_pair_flush() 324 if ((iotype & EV_WRITE) != 0) in be_pair_flush() 329 if (iotype & EV_READ) in be_pair_flush() 331 if (iotype & EV_WRITE) in be_pair_flush()
|
D | bufferevent-internal.h | 402 static inline void bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options… 407 bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options) in bufferevent_trigger_nolock_() argument 409 if ((iotype & EV_READ) && ((options & BEV_TRIG_IGNORE_WATERMARKS) || in bufferevent_trigger_nolock_() 412 if ((iotype & EV_WRITE) && ((options & BEV_TRIG_IGNORE_WATERMARKS) || in bufferevent_trigger_nolock_()
|
D | bufferevent_filter.c | 71 short iotype, enum bufferevent_flush_mode mode); 574 short iotype, enum bufferevent_flush_mode mode) in be_filter_flush() argument 582 if (iotype & EV_READ) { in be_filter_flush() 585 if (iotype & EV_WRITE) { in be_filter_flush() 590 bufferevent_flush(bevf->underlying, iotype, mode); in be_filter_flush()
|
D | bufferevent.c | 277 bufferevent_trigger(struct bufferevent *bufev, short iotype, int options) in bufferevent_trigger() argument 280 bufferevent_trigger_nolock_(bufev, iotype, options&BEV_TRIG_ALL_OPTS); in bufferevent_trigger() 668 short iotype, in bufferevent_flush() argument 674 r = bufev->be_ops->flush(bufev, iotype, mode); in bufferevent_flush()
|
D | bufferevent_openssl.c | 337 short iotype, enum bufferevent_flush_mode mode); 1260 short iotype, enum bufferevent_flush_mode mode) in be_openssl_flush() argument
|
D | bufferevent_sock.c | 611 be_socket_flush(struct bufferevent *bev, short iotype, in be_socket_flush() argument
|
/external/llvm-project/flang/test/Semantics/ |
D | modfile14.f90 | 25 subroutine r(dtv, unit, iotype, v_list, iostat, iomsg) argument 28 character (len=*), intent(in) :: iotype local
|
/external/ltp/testcases/kernel/ipc/pipeio/ |
D | pipeio.c | 117 static int iotype; /* sync io */ variable 285 iotype = lio_parse_io_arg1(optarg); in parse_options() 286 if (iotype == -1) { in parse_options() 554 nb = lio_write_buffer(write_fd, iotype, writebuf, size, in do_child() 665 nb = lio_read_buffer(read_fd, iotype, readbuf, size, in do_parent()
|
/external/libevent/include/event2/ |
D | bufferevent.h | 619 short iotype, 649 void bufferevent_trigger(struct bufferevent *bufev, short iotype,
|
/external/mksh/src/ |
D | exec.c | 1408 int iotype = iop->ioflag & IOTYPE; in iosetup() local 1414 if (iotype != IOHERE) in iosetup() 1419 iotmp.ioname = (iotype == IOHERE) ? NULL : cp; in iosetup() 1428 switch (iotype) { in iosetup() 1522 iotype == IODUP ? "dup" : in iosetup() 1524 (iotype == IOREAD || iotype == IOHERE) ? in iosetup() 1557 if (iotype != IODUP) in iosetup() 1561 if (iotype != IODUP) in iosetup()
|