Searched refs:ctrs (Results 1 – 1 of 1) sorted by relevance
64 struct async_ctrs *ctrs; in async_new() local66 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() local81 ctrs = BIO_get_data(bio); in async_free()82 OPENSSL_free(ctrs); in async_free()91 struct async_ctrs *ctrs; in async_read() local100 ctrs = BIO_get_data(bio); in async_read()104 if (ctrs->rctr > 0) { in async_read()[all …]