HomeSort by: relevance | last modified time | path
    Searched refs:nbbio_enable_read (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
nbbio.h 71 extern void nbbio_enable_read(NBBIO *, int);
nbbio.c 21 /* void nbbio_enable_read(np, timeout)
79 /* nbbio_enable_read() enables a read pseudothread (if one
263 /* nbbio_enable_read - enable reading from socket into buffer */
265 void nbbio_enable_read(NBBIO *np, int timeout) function
267 const char *myname = "nbbio_enable_read";
  /src/external/ibm-public/postfix/dist/src/tlsproxy/
tlsproxy.c 992 nbbio_enable_read(plaintext_buf, state->timeout);

Completed in 19 milliseconds