Home
last modified time | relevance | path

Searched refs:FPDF_SetFuzzerPerProcessState (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/testing/fuzzers/
H A Dpdf_fuzzer_init_public.cc107 FPDF_SetFuzzerPerProcessState(xfa_process_state_.get()); in PDFFuzzerInitPublic()
112 FPDF_SetFuzzerPerProcessState(nullptr); in ~PDFFuzzerInitPublic()
H A Dpdfium_fuzzer_util.h21 FPDF_EXPORT void FPDF_CALLCONV FPDF_SetFuzzerPerProcessState(void* state);
H A Dpdfium_fuzzer_util.cc15 FPDF_EXPORT void FPDF_CALLCONV FPDF_SetFuzzerPerProcessState(void* state) { in FPDF_SetFuzzerPerProcessState() function