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

/freebsd-13-stable/contrib/libevent/
H A Dbufferevent_openssl.c573 #define OP_MADE_PROGRESS 1 macro
577 /* Return a bitmask of OP_MADE_PROGRESS (if we read anything); OP_BLOCKED (if
605 result |= OP_MADE_PROGRESS;
647 /* Return a bitmask of OP_MADE_PROGRESS (if we wrote anything); OP_BLOCKED (if
683 result |= OP_MADE_PROGRESS;
835 if (all_result_flags & OP_MADE_PROGRESS) {
860 if (r & OP_MADE_PROGRESS) {
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c569 #define OP_MADE_PROGRESS 1 macro
573 /* Return a bitmask of OP_MADE_PROGRESS (if we read anything); OP_BLOCKED (if
600 result |= OP_MADE_PROGRESS;
642 /* Return a bitmask of OP_MADE_PROGRESS (if we wrote anything); OP_BLOCKED (if
677 result |= OP_MADE_PROGRESS;
829 if (all_result_flags & OP_MADE_PROGRESS) {
854 if (r & OP_MADE_PROGRESS) {

Completed in 44 milliseconds