Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dtio.c73 int readtimeout; member
117 TFILE *tio_fdopen(int fd, int readtimeout, int writetimeout, in tio_fdopen() argument
150 fp->readtimeout = readtimeout; in tio_fdopen()
267 if (tio_wait(fp->fd, POLLIN, fp->readtimeout, &deadline)) in tio_read()
H A Dtio.h52 TFILE *tio_fdopen(int fd, int readtimeout, int writetimeout,
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dnssov.c295 int readtimeout,writetimeout; in handleconnection() local
324 readtimeout = 500; in handleconnection()
327 if ((fp=tio_fdopen(sock,readtimeout,writetimeout, in handleconnection()