Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtls-gnutls.c1255 http_timeout_cb_t old_cb; /* Old timeout callback */ in _httpTLSStart() local
1595 old_cb = http->timeout_cb; in _httpTLSStart()
1598 if (!old_cb || old_timeout < 10.0) in _httpTLSStart()
1625 httpSetTimeout(http, old_timeout, old_cb, old_data); in _httpTLSStart()
1635 httpSetTimeout(http, old_timeout, old_cb, old_data); in _httpTLSStart()
Dtls-darwin.c1545 http_timeout_cb_t old_cb; /* Old timeout callback */ in _httpTLSStart() local
1553 old_cb = http->timeout_cb; in _httpTLSStart()
1556 if (!old_cb || old_timeout < 10.0) in _httpTLSStart()
1690 httpSetTimeout(http, old_timeout, old_cb, old_data); in _httpTLSStart()
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1057 uptr old_cb = atomic_load(&sigactions[signo], memory_order_relaxed); in INTERCEPTOR() local
1075 oldact->sigaction = (void (*)(int, void *, void *))old_cb; in INTERCEPTOR()