Home
last modified time | relevance | path

Searched defs:read_file_func (Results 1 – 14 of 14) sorted by relevance

/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@nteract/presentational-components/src/components/
H A Dsource.tsx56 Source.displayName = "Source";
57
58 export default Source;
/dports/games/spring/spring_98.0/rts/lib/assimp/contrib/unzip/
H A Dioapi.h39 typedef uLong (ZCALLBACK *read_file_func) (voidpf opaque, voidpf stream, void* buf, uLong size); typedef
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/contrib/unzip/
H A Dioapi.h39 typedef uLong (ZCALLBACK *read_file_func) (voidpf opaque, voidpf stream, void* buf, uLong size); typedef
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/contrib/unzip/
H A Dioapi.h39 typedef uLong (ZCALLBACK *read_file_func) (voidpf opaque, voidpf stream, void* buf, uLong size); typedef
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_minizip_ioapi.h55 typedef uLong (ZCALLBACK *read_file_func) (voidpf opaque, voidpf stream, void* buf, uLong size); typedef
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_minizip_ioapi.h55 typedef uLong (ZCALLBACK *read_file_func) (voidpf opaque, voidpf stream, void* buf, uLong size); typedef
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/minizip/
H A Dioapi.h70 typedef uint32_t (ZCALLBACK *read_file_func) (voidpf opaque, voidpf stream, void* buf, uint32_t… typedef
/dports/multimedia/assimp/assimp-5.1.3/contrib/unzip/
H A Dioapi.h69 typedef uint32_t (ZCALLBACK *read_file_func) (voidpf opaque, voidpf stream, void* buf, uint32_t… typedef
/dports/graphics/krita/krita-4.4.8/krita/integration/3rdparty/
H A Dioapi.h77 typedef uint32_t (ZCALLBACK *read_file_func) (voidpf opaque, voidpf stream, void* buf, uint32_t… typedef
/dports/graphics/libgphoto2/libgphoto2-2.5.26/gphoto2/
H A Dgphoto2-filesys.h358 CameraFilesystemReadFileFunc read_file_func; member
/dports/graphics/py-gphoto2/gphoto2-2.2.4/src/swig-py3-gp2.5/
H A Dfilesys.py379read_file_func = property(_filesys._CameraFilesystemFuncs_read_file_func_get, doc=r"""read_file_fu… variable in _CameraFilesystemFuncs
/dports/graphics/py-gphoto2/gphoto2-2.2.4/src/swig-py2-gp2.5/
H A Dfilesys.py379read_file_func = property(_filesys._CameraFilesystemFuncs_read_file_func_get, doc=r"""read_file_fu… variable in _CameraFilesystemFuncs
/dports/graphics/libgphoto2/libgphoto2-2.5.26/libgphoto2/
H A Dgphoto2-filesys.c254 CameraFilesystemReadFileFunc read_file_func; member
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/ptp2/
H A Dlibrary.c8208 read_file_func (CameraFilesystem *fs, const char *folder, const char *filename, in read_file_func() function