Searched refs:psl_unregistrable_domain (Results 1 – 8 of 8) sorted by relevance
/third_party/libpsl/tests/ |
D | test-is-public.c | 181 psl_unregistrable_domain(NULL, ""); in test_psl() 182 psl_unregistrable_domain(psl, NULL); in test_psl()
|
/third_party/libpsl/docs/libpsl/ |
D | libpsl-sections.txt | 23 psl_unregistrable_domain
|
/third_party/libpsl/tools/ |
D | psl.c | 202 const char *dom = psl_unregistrable_domain(psl, lower); in main() 241 const char *dom = psl_unregistrable_domain(psl, *arg); in main()
|
/third_party/libpsl/fuzz/ |
D | libpsl_fuzzer.c | 69 psl_unregistrable_domain(psl, domain); in LLVMFuzzerTestOneInput()
|
/third_party/libsoup/libsoup/ |
D | soup-tld.c | 184 unregistrable_domain = psl_unregistrable_domain (psl, hostname); in soup_tld_get_base_domain_internal()
|
/third_party/libpsl/include/ |
D | libpsl.h | 144 psl_unregistrable_domain(const psl_ctx_t *psl, const char *domain);
|
D | libpsl.h.in | 144 psl_unregistrable_domain(const psl_ctx_t *psl, const char *domain);
|
/third_party/libpsl/src/ |
D | psl.c | 1053 const char *psl_unregistrable_domain(const psl_ctx_t *psl, const char *domain) in psl_unregistrable_domain() function 1663 if (!(p = psl_unregistrable_domain(psl, hostname))) in psl_is_cookie_domain_acceptable()
|