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

/freebsd-12-stable/contrib/libevent/
H A Dbufferevent_openssl.c574 #define OP_BLOCKED 2 macro
577 /* Return a bitmask of OP_MADE_PROGRESS (if we read anything); OP_BLOCKED (if
633 result |= OP_BLOCKED;
647 /* Return a bitmask of OP_MADE_PROGRESS (if we wrote anything); OP_BLOCKED (if
714 result |= OP_BLOCKED;
789 if (r & (OP_BLOCKED|OP_ERR))
801 if (r & (OP_BLOCKED|OP_ERR))
865 if (r & (OP_ERR|OP_BLOCKED))
884 if (r & (OP_BLOCKED|OP_ERR))
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c570 #define OP_BLOCKED 2 macro
573 /* Return a bitmask of OP_MADE_PROGRESS (if we read anything); OP_BLOCKED (if
628 result |= OP_BLOCKED;
642 /* Return a bitmask of OP_MADE_PROGRESS (if we wrote anything); OP_BLOCKED (if
708 result |= OP_BLOCKED;
783 if (r & (OP_BLOCKED|OP_ERR))
795 if (r & (OP_BLOCKED|OP_ERR))
859 if (r & (OP_ERR|OP_BLOCKED))
878 if (r & (OP_BLOCKED|OP_ERR))

Completed in 66 milliseconds