Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/other/bootstrap_daemon/src/
H A Dlog.c14 #define INVALID_BACKEND (LOG_BACKEND)-1u macro
15 static LOG_BACKEND current_backend = INVALID_BACKEND;
19 if (current_backend != INVALID_BACKEND) { in log_open()
40 if (current_backend == INVALID_BACKEND) { in log_close()
54 current_backend = INVALID_BACKEND; in log_close()
62 if (current_backend == INVALID_BACKEND) { in log_write()