Searched refs:PR_POLL_READ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsock.c2400 #define PR_POLL_RW (PR_POLL_WRITE | PR_POLL_READ)
2437 new_flags |= PR_POLL_READ;
2442 if (new_flags & PR_POLL_READ) {
2448 new_flags ^= PR_POLL_READ; /* don't select on read. */
2461 new_flags |= PR_POLL_READ; /* do select on read. */
2464 } else if ((new_flags & PR_POLL_READ) && (SSL_DataPending(fd) > 0)) {
2465 *p_out_flags = PR_POLL_READ; /* it's ready already. */
2467 } else if ((ss->lastWriteBlocked) && (how_flags & PR_POLL_READ) &&
2507 if (lower_out_flags & PR_POLL_READ)
2510 out_flags |= PR_POLL_READ;
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprio.h1915 #define PR_POLL_READ POLLIN macro
1924 #define PR_POLL_READ 0x1 macro
1983 ** is to poll it with the PR_POLL_READ flag. You can't
2007 ** One can call PR_Poll with the PR_POLL_READ flag on a pollable
2009 ** the PR_POLL_READ flag set in the out_flags.

Completed in 61 milliseconds