Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dasynciotest.c64 struct async_ctrs *ctrs; in async_new() local
66 ctrs = OPENSSL_zalloc(sizeof(struct async_ctrs)); in async_new()
67 if (ctrs == NULL) in async_new()
70 BIO_set_data(bio, ctrs); in async_new()
77 struct async_ctrs *ctrs; in async_free() local
81 ctrs = BIO_get_data(bio); in async_free()
82 OPENSSL_free(ctrs); in async_free()
91 struct async_ctrs *ctrs; in async_read() local
100 ctrs = BIO_get_data(bio); in async_read()
104 if (ctrs->rctr > 0) { in async_read()
[all …]