Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13194/
Dpoc.cpp48 vpx_codec_iface_t *(*func_ptr1)() = in main() local
50 if (!func_ptr1) { in main()
54 vpx_codec_iface_t *mCodecInterface = (*func_ptr1)(); in main()