Home
last modified time | relevance | path

Searched refs:store_name_len (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/vtls/
Dschannel.c363 size_t store_name_len; in get_cert_location() local
369 store_name_len = sep - path; in get_cert_location()
371 if(_tcsnccmp(path, TEXT("CurrentUser"), store_name_len) == 0) in get_cert_location()
373 else if(_tcsnccmp(path, TEXT("LocalMachine"), store_name_len) == 0) in get_cert_location()
375 else if(_tcsnccmp(path, TEXT("CurrentService"), store_name_len) == 0) in get_cert_location()
377 else if(_tcsnccmp(path, TEXT("Services"), store_name_len) == 0) in get_cert_location()
379 else if(_tcsnccmp(path, TEXT("Users"), store_name_len) == 0) in get_cert_location()
382 store_name_len) == 0) in get_cert_location()
385 store_name_len) == 0) in get_cert_location()
388 store_name_len) == 0) in get_cert_location()