Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13194/
Dpoc.cpp115 vpx_codec_err_t (*func_ptr6)(vpx_codec_ctx_t *) = in main() local
117 if (!func_ptr6) { in main()
122 (*func_ptr6)(&mCodecContext); in main()