HomeSort by: relevance | last modified time | path
    Searched defs:readtimeout (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
tio.c 73 int readtimeout; member in struct:tio_fileinfo
117 TFILE *tio_fdopen(int fd, int readtimeout, int writetimeout,
150 fp->readtimeout = readtimeout;
267 if (tio_wait(fp->fd, POLLIN, fp->readtimeout, &deadline))
  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
nssov.c 295 int readtimeout,writetimeout; local
324 readtimeout = 500;
327 if ((fp=tio_fdopen(sock,readtimeout,writetimeout,

Completed in 61 milliseconds