Searched refs:ctrs (Results 1 – 3 of 3) 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 …]
87 struct gcov_ctr_info ctrs[0]; member215 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_reset()258 dci_ptr = dst->functions[fi_idx]->ctrs; in gcov_info_add()259 sci_ptr = src->functions[fi_idx]->ctrs; in gcov_info_add()319 sci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_dup()320 dci_ptr = dup->functions[fi_idx]->ctrs; in gcov_info_dup()366 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_free()480 ci_ptr = fi_ptr->ctrs; in convert_to_gcda()
198 struct my_ctrs *ctrs; member254 struct my_ctrs *c = &counters_buf.ctrs[j]; in print_stats()728 counters_buf.ctrs = calloc(npipes, sizeof(struct my_ctrs)); in main()729 if (!counters_buf.ctrs) { in main()1060 struct my_ctrs *c = &counters_buf.ctrs[i]; in main()