Searched refs:psl_str_to_utf8lower (Results 1 – 12 of 12) sorted by relevance
/third_party/libpsl/tests/ |
D | test-is-public.c | 146 psl_str_to_utf8lower("www.example.com", "utf-8", "en", NULL); in test_psl() 147 psl_str_to_utf8lower(NULL, "utf-8", "en", NULL); in test_psl() 152 psl_str_to_utf8lower("www.example.com", NULL, "de", &lower); in test_psl() 155 psl_str_to_utf8lower("\374bel.de", NULL, "de", &lower); in test_psl() 158 psl_str_to_utf8lower("\374bel.de", "iso-8859-1", NULL, &lower); in test_psl() 161 psl_str_to_utf8lower(NULL, "utf-8", "en", &lower); in test_psl()
|
D | test-registrable-domain.c | 60 psl_str_to_utf8lower(domain, encoding, lang, NULL); in testx() 62 if ((rc = psl_str_to_utf8lower(domain, encoding, lang, &lower)) == PSL_SUCCESS) in testx()
|
/third_party/libpsl/fuzz/ |
D | libpsl_fuzzer.c | 75 if ((rc = psl_str_to_utf8lower(domain, "utf-8", NULL, &res)) == PSL_SUCCESS) in LLVMFuzzerTestOneInput() 77 if ((rc = psl_str_to_utf8lower(domain, "iso-8859-1", NULL, &res)) == PSL_SUCCESS) in LLVMFuzzerTestOneInput() 79 if ((rc = psl_str_to_utf8lower(domain, NULL, NULL, &res)) == PSL_SUCCESS) in LLVMFuzzerTestOneInput()
|
/third_party/libpsl/docs/libpsl/ |
D | libpsl-sections.txt | 36 psl_str_to_utf8lower
|
/third_party/libpsl/tools/ |
D | psl.c | 182 if ((rc = psl_str_to_utf8lower(domain, NULL, NULL, &lower)) != PSL_SUCCESS) { in main() 212 if ((rc = psl_str_to_utf8lower(domain, NULL, NULL, &cookie_domain_lower)) == PSL_SUCCESS) { in main()
|
/third_party/libpsl/ |
D | NEWS | 69 * Do not taint out variable on error in psl_str_to_utf8lower() 171 * fixed psl_str_to_utf8lower prototype 176 * added function psl_str_to_utf8lower()
|
D | meson.build.in | 87 # Check for libunistring, we need it for psl_str_to_utf8lower()
|
D | meson.build | 95 # Check for libunistring, we need it for psl_str_to_utf8lower()
|
D | configure.ac | 285 # Check for libunistring, we need it for psl_str_to_utf8lower()
|
/third_party/libpsl/include/ |
D | libpsl.h | 154 psl_str_to_utf8lower(const char *str, const char *encoding, const char *locale, char **lower);
|
D | libpsl.h.in | 154 psl_str_to_utf8lower(const char *str, const char *encoding, const char *locale, char **lower);
|
/third_party/libpsl/src/ |
D | psl.c | 1713 psl_error_t psl_str_to_utf8lower(const char *str, const char *encoding PSL_UNUSED, const char *loca… in psl_str_to_utf8lower() function
|