Home
last modified time | relevance | path

Searched refs:psl_load_fp (Results 1 – 7 of 7) sorted by relevance

/third_party/libpsl/fuzz/
Dlibpsl_load_fuzzer.c52 psl = psl_load_fp(fp); in LLVMFuzzerTestOneInput()
Dlibpsl_load_dafsa_fuzzer.c58 psl = psl_load_fp(fp); in LLVMFuzzerTestOneInput()
/third_party/libpsl/docs/libpsl/
Dlibpsl-sections.txt17 psl_load_fp
/third_party/libpsl/include/
Dlibpsl.h114 psl_load_fp(FILE *fp);
Dlibpsl.h.in114 psl_load_fp(FILE *fp);
/third_party/libpsl/tests/
Dtest-is-public.c177 psl_load_fp(NULL); in test_psl()
/third_party/libpsl/src/
Dpsl.c1164 psl = psl_load_fp(fp); in psl_load_file()
1184 psl_ctx_t *psl_load_fp(FILE *fp) in psl_load_fp() function