Searched refs:store_name_len (Results 1 – 1 of 1) sorted by relevance
/curl/lib/vtls/ |
H A D | schannel.c | 404 size_t store_name_len; in get_cert_location() local 410 store_name_len = sep - path; in get_cert_location() 412 if(_tcsncmp(path, TEXT("CurrentUser"), store_name_len) == 0) in get_cert_location() 414 else if(_tcsncmp(path, TEXT("LocalMachine"), store_name_len) == 0) in get_cert_location() 416 else if(_tcsncmp(path, TEXT("CurrentService"), store_name_len) == 0) in get_cert_location() 418 else if(_tcsncmp(path, TEXT("Services"), store_name_len) == 0) in get_cert_location() 420 else if(_tcsncmp(path, TEXT("Users"), store_name_len) == 0) in get_cert_location() 423 store_name_len) == 0) in get_cert_location() 426 store_name_len) == 0) in get_cert_location() 429 store_name_len) == 0) in get_cert_location()
|
Completed in 12 milliseconds