Searched refs:ioFlushFunc (Results 1 – 2 of 2) sorted by relevance
73 ioFlushFunc = (IoFlushFunc)dlsym(handler, "avio_flush"); in LoadFormatApi()74 FALSE_RETURN_V_MSG_E(ioFlushFunc != nullptr, false, "load error"); in LoadFormatApi()215 if (ioFlushFunc != nullptr) { in IoFlush()216 ioFlushFunc(s); in IoFlush()
143 IoFlushFunc ioFlushFunc = nullptr; variable