Searched refs:CHECK_AND_SKIP_CASE_PREFIX (Results 1 – 6 of 6) sorted by relevance
/openssl/providers/implementations/storemgmt/ |
H A D | file_store.c | 220 if (CHECK_AND_SKIP_CASE_PREFIX(p, "file:")) { in file_open() 222 if (CHECK_AND_SKIP_CASE_PREFIX(q, "//")) { in file_open() 224 if (CHECK_AND_SKIP_CASE_PREFIX(q, "localhost/") in file_open() 225 || CHECK_AND_SKIP_CASE_PREFIX(q, "/")) { in file_open()
|
/openssl/apps/lib/ |
H A D | engine_loader.c | 75 if (!CHECK_AND_SKIP_CASE_PREFIX(p, ENGINE_SCHEME_COLON)) in engine_open()
|
/openssl/include/internal/ |
H A D | common.h | 65 #define CHECK_AND_SKIP_CASE_PREFIX(str, pre) \ macro
|
/openssl/engines/ |
H A D | e_loader_attic.c | 969 if (CHECK_AND_SKIP_CASE_PREFIX(p, "file:")) { in file_open_ex() 973 if (CHECK_AND_SKIP_CASE_PREFIX(q, "localhost/") in file_open_ex()
|
H A D | e_ossltest.c | 383 if (!CHECK_AND_SKIP_CASE_PREFIX(key_id, "ot:")) in load_key()
|
/openssl/apps/ |
H A D | cmp.c | 2019 if (CHECK_AND_SKIP_CASE_PREFIX(ptr, "int:")) { in handle_opt_geninfo() 2041 } else if (CHECK_AND_SKIP_CASE_PREFIX(ptr, "str:")) { in handle_opt_geninfo()
|
Completed in 48 milliseconds