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

  /src/external/bsd/libevent/dist/
bufferevent_openssl.c 581 #define OP_BLOCKED 2
584 /* Return a bitmask of OP_MADE_PROGRESS (if we read anything); OP_BLOCKED (if
640 result |= OP_BLOCKED;
654 /* Return a bitmask of OP_MADE_PROGRESS (if we wrote anything); OP_BLOCKED (if
721 result |= OP_BLOCKED;
796 if (r & (OP_BLOCKED|OP_ERR))
808 if (r & (OP_BLOCKED|OP_ERR))
872 if (r & (OP_ERR|OP_BLOCKED))
891 if (r & (OP_BLOCKED|OP_ERR))
  /src/external/bsd/ntp/dist/sntp/libevent/
bufferevent_openssl.c 580 #define OP_BLOCKED 2
583 /* Return a bitmask of OP_MADE_PROGRESS (if we read anything); OP_BLOCKED (if
639 result |= OP_BLOCKED;
653 /* Return a bitmask of OP_MADE_PROGRESS (if we wrote anything); OP_BLOCKED (if
720 result |= OP_BLOCKED;
795 if (r & (OP_BLOCKED|OP_ERR))
807 if (r & (OP_BLOCKED|OP_ERR))
871 if (r & (OP_ERR|OP_BLOCKED))
890 if (r & (OP_BLOCKED|OP_ERR))

Completed in 44 milliseconds