Home
last modified time | relevance | path

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

/third_party/libpsl/tests/
Dtest-is-public.c97 …printf("loaded %d suffixes and %d exceptions\n", psl_suffix_count(psl), psl_suffix_exception_count in test_psl()
175 psl_suffix_exception_count(NULL); in test_psl()
Dtest-is-public-all.c144 …printf("loaded %d suffixes and %d exceptions\n", psl_suffix_count(psl), psl_suffix_exception_count in test_psl()
147 …SL has %d suffixes and %d exceptions\n", psl_suffix_count(psl2), psl_suffix_exception_count(psl2)); in test_psl()
Dtest-is-cookie-domain-acceptable.c89 …printf("loaded %d suffixes and %d exceptions\n", psl_suffix_count(psl), psl_suffix_exception_count in test_psl()
Dtest-is-public-builtin.c102 …printf("have %d suffixes and %d exceptions\n", psl_suffix_count(psl), psl_suffix_exception_count(p… in test_psl()
Dtest-registrable-domain.c112 …printf("have %d suffixes and %d exceptions\n", psl_suffix_count(psl), psl_suffix_exception_count(p… in test_psl()
/third_party/libpsl/docs/libpsl/
Dlibpsl-sections.txt26 psl_suffix_exception_count
/third_party/libpsl/fuzz/
Dlibpsl_load_dafsa_fuzzer.c63 psl_suffix_exception_count(psl); in LLVMFuzzerTestOneInput()
/third_party/libpsl/tools/
Dpsl.c274 if ((n = psl_suffix_exception_count(psl)) >= 0) in main()
290 printf("builtin exceptions: %d\n", psl_suffix_exception_count(psl)); in main()
/third_party/libpsl/include/
Dlibpsl.h164 psl_suffix_exception_count(const psl_ctx_t *psl);
Dlibpsl.h.in164 psl_suffix_exception_count(const psl_ctx_t *psl);
/third_party/libpsl/src/
Dpsl.c1411 int psl_suffix_exception_count(const psl_ctx_t *psl) in psl_suffix_exception_count() function