Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/epoll2/examples/
Depoll-test.c222 int eph_read(struct eph_conn *conn, char *buf, int nbyte) in eph_read() function
305 if ((nbytes = eph_read(conn, conn->buffer + conn->nbytes, in eph_read_data()
672 eph_read(conn, buf, rsiz)) <= 0) in eph_http_session()
912 while ((nbytes = eph_read(conn, buff, sizeof(buff))) > 0) { in eph_pipe_session()