Searched refs:IoCloseFunc (Results 1 – 2 of 2) sorted by relevance
48 using IoCloseFunc = int (*)(AVIOContext *s); variable144 IoCloseFunc ioCloseFunc = nullptr;
75 ioCloseFunc = (IoCloseFunc)dlsym(handler, "avio_close"); in LoadFormatApi()