Home | History | Annotate | Download | only in nss-pam-ldapd

Lines Matching refs:TFILE

116 /* open a new TFILE based on the file descriptor */
117 TFILE *tio_fdopen(int fd, int readtimeout, int writetimeout,
200 int tio_read(TFILE *fp, void *buf, size_t count)
293 int tio_skip(TFILE *fp, size_t count)
299 int tio_skipall(TFILE *fp, int timeout)
332 static int tio_writebuf(TFILE *fp)
387 int tio_flush(TFILE *fp)
405 static int tio_flush_nonblock(TFILE *fp)
424 int tio_write(TFILE *fp, const void *buf, size_t count)
479 int tio_close(TFILE *fp)
503 void tio_mark(TFILE *fp)
516 int tio_reset(TFILE *fp)