Home
last modified time | relevance | path

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

/external/libevent/
Dbufferevent_openssl.c574 #define OP_BLOCKED 2 macro
633 result |= OP_BLOCKED; in do_read()
714 result |= OP_BLOCKED; in do_write()
789 if (r & (OP_BLOCKED|OP_ERR)) in consider_reading()
801 if (r & (OP_BLOCKED|OP_ERR)) in consider_reading()
865 if (r & (OP_ERR|OP_BLOCKED)) in consider_writing()
884 if (r & (OP_BLOCKED|OP_ERR)) in consider_writing()