Home
last modified time | relevance | path

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

/external/libevent/
Dbufferevent_openssl.c578 #define OP_BLOCKED 2 macro
637 result |= OP_BLOCKED; in do_read()
718 result |= OP_BLOCKED; in do_write()
793 if (r & (OP_BLOCKED|OP_ERR)) in consider_reading()
805 if (r & (OP_BLOCKED|OP_ERR)) in consider_reading()
869 if (r & (OP_ERR|OP_BLOCKED)) in consider_writing()
888 if (r & (OP_BLOCKED|OP_ERR)) in consider_writing()