Home
last modified time | relevance | path

Searched refs:do_pointer_decode (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/nanopb-c/tests/fuzztest/
H A Dfuzztest.c280 static bool do_pointer_decode(uint8_t *buffer, size_t msglen, bool assert_success) in do_pointer_decode() function
419 status = do_pointer_decode(buffer, msglen, true); in run_iteration()
433 do_pointer_decode(buffer, msglen, status); in run_iteration()
H A Dfuzzstub.c42 static bool do_pointer_decode(uint8_t *buffer, size_t msglen, bool assert_success) in do_pointer_decode() function
175 status = do_pointer_decode(buffer, msglen, false); in run_iteration()