Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/mysql-server/targets/
Dfuzz_mysqld.cc53 Vio *vio_tmp = create_and_init_vio(); in create_thd() local
54 if (vio_tmp == NULL) return NULL; in create_thd()
58 vio_delete(vio_tmp); in create_thd()
61 thd->get_protocol_classic()->init_net(vio_tmp); in create_thd()
Dfuzz_docommand.cc88 Vio *vio_tmp = create_and_init_vio(); in create_thd() local
89 if (vio_tmp == NULL) return NULL; in create_thd()
93 vio_delete(vio_tmp); in create_thd()
96 thd->get_protocol_classic()->init_net(vio_tmp); in create_thd()