Home
last modified time | relevance | path

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

/external/libevent/
Dbufferevent_openssl.c560 #define OP_BLOCKED 2 macro
618 result |= OP_BLOCKED; in do_read()
698 result |= OP_BLOCKED; in do_write()
774 if (r & (OP_BLOCKED|OP_ERR)) in consider_reading()
786 if (r & (OP_BLOCKED|OP_ERR)) in consider_reading()
856 if (r & (OP_ERR|OP_BLOCKED)) in consider_writing()
875 if (r & (OP_BLOCKED|OP_ERR)) in consider_writing()