Home
last modified time | relevance | path

Searched refs:psl_suffix_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()
174 psl_suffix_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 …printf("builtin PSL has %d suffixes and %d exceptions\n", psl_suffix_count(psl2), psl_suffix_excep… 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.txt25 psl_suffix_count
/third_party/libpsl/fuzz/
Dlibpsl_load_dafsa_fuzzer.c64 psl_suffix_count(psl); in LLVMFuzzerTestOneInput()
/third_party/libpsl/tools/
Dpsl.c269 if ((n = psl_suffix_count(psl)) >= 0) in main()
289 printf("builtin suffixes: %d\n", psl_suffix_count(psl)); in main()
/third_party/libpsl/include/
Dlibpsl.h159 psl_suffix_count(const psl_ctx_t *psl);
Dlibpsl.h.in159 psl_suffix_count(const psl_ctx_t *psl);
/third_party/libpsl/src/
Dpsl.c1388 int psl_suffix_count(const psl_ctx_t *psl) in psl_suffix_count() function