Searched refs:store_name_len (Results 1 – 1 of 1) sorted by relevance
/external/curl/lib/vtls/ |
D | schannel.c | 357 size_t store_name_len; in get_cert_location() local 363 store_name_len = sep - path; in get_cert_location() 365 if(_tcsnccmp(path, TEXT("CurrentUser"), store_name_len) == 0) in get_cert_location() 367 else if(_tcsnccmp(path, TEXT("LocalMachine"), store_name_len) == 0) in get_cert_location() 369 else if(_tcsnccmp(path, TEXT("CurrentService"), store_name_len) == 0) in get_cert_location() 371 else if(_tcsnccmp(path, TEXT("Services"), store_name_len) == 0) in get_cert_location() 373 else if(_tcsnccmp(path, TEXT("Users"), store_name_len) == 0) in get_cert_location() 376 store_name_len) == 0) in get_cert_location() 379 store_name_len) == 0) in get_cert_location() 382 store_name_len) == 0) in get_cert_location()
|