Searched refs:certs_count (Results 1 – 1 of 1) sorted by relevance
1173 cert_counter_callback(const CERT_CONTEXT *ccert_context, void *certs_count) in cert_counter_callback() argument1176 (*(int *)certs_count)++; in cert_counter_callback()1312 int certs_count = 0; in schannel_connect_step3() local1321 traverse_cert_store(ccert_context, cert_counter_callback, &certs_count); in schannel_connect_step3()1323 result = Curl_ssl_init_certinfo(data, certs_count); in schannel_connect_step3()