Home
last modified time | relevance | path

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

/reactos/dll/win32/windowscodecs/
H A Djpegformat.c62 static void *libjpeg_handle; variable
89 if((libjpeg_handle = wine_dlopen(SONAME_LIBJPEG, RTLD_NOW, NULL, 0)) != NULL) { in load_libjpeg()
92 if((p##f = wine_dlsym(libjpeg_handle, #f, NULL, 0)) == NULL) { \ in load_libjpeg()
93 libjpeg_handle = NULL; \ in load_libjpeg()
112 return libjpeg_handle; in load_libjpeg()
769 if (!libjpeg_handle && !load_libjpeg()) in JpegDecoder_CreateInstance()
1515 if (!libjpeg_handle && !load_libjpeg()) in JpegEncoder_CreateInstance()