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

/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dbufferevent_openssl.c572 #define OP_BLOCKED 2 macro
575 /* Return a bitmask of OP_MADE_PROGRESS (if we read anything); OP_BLOCKED (if
630 result |= OP_BLOCKED;
644 /* Return a bitmask of OP_MADE_PROGRESS (if we wrote anything); OP_BLOCKED (if
710 result |= OP_BLOCKED;
785 if (r & (OP_BLOCKED|OP_ERR))
797 if (r & (OP_BLOCKED|OP_ERR))
861 if (r & (OP_ERR|OP_BLOCKED))
880 if (r & (OP_BLOCKED|OP_ERR))
/netbsd-current/external/bsd/libevent/dist/
H A Dbufferevent_openssl.c581 #define OP_BLOCKED 2 macro
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))

Completed in 169 milliseconds