Home
last modified time | relevance | path

Searched refs:src_handle (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/net-mgmt/ocsinventory-ocsreports/ocsinventory-ocsreports/tools/
H A Dgz.php26 $src_handle = gzopen($src, "r9");
29 while (!feof($src_handle)) {
30 $chunk = gzread($src_handle, 4096);
33 gzclose($src_handle);
45 $src_handle = fopen($src, "r");
48 while (!feof($src_handle)) {
49 $chunk = fread($src_handle, 4096);
52 fclose($src_handle);
/dports/graphics/freeimage/FreeImage/Source/FreeImageToolkit/
H A DJPEGTransform.cpp244 jpeg_freeimage_src(&srcinfo, src_handle, src_io); in JPEGTransformFromHandle()
333 if(src_handle == dst_handle) { in JPEGTransformFromHandle()
376 if(src_handle) { in closeStdIO()
377 fclose((FILE*)src_handle); in closeStdIO()
379 if(dst_handle && (dst_handle != src_handle)) { in closeStdIO()
386 *src_handle = NULL; in openStdIO()
425 *src_handle = srcp; in openStdIO()
435 *src_handle = NULL; in openStdIOU()
473 *src_handle = srcp; in openStdIOU()
589 *src_handle = NULL; in getMemIO()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimpsourcetool.c440 if (source_tool->src_handle) in gimp_source_tool_draw()
443 source_tool->src_handle); in gimp_source_tool_draw()
444 source_tool->src_handle = NULL; in gimp_source_tool_draw()
449 if (! source_tool->src_handle) in gimp_source_tool_draw()
451 source_tool->src_handle = in gimp_source_tool_draw()
459 source_tool->src_handle); in gimp_source_tool_draw()
460 g_object_unref (source_tool->src_handle); in gimp_source_tool_draw()
464 gimp_canvas_handle_set_position (source_tool->src_handle, in gimp_source_tool_draw()
502 if (source_tool->src_handle) in gimp_source_tool_set_src_display()
505 source_tool->src_handle); in gimp_source_tool_set_src_display()
[all …]
/dports/emulators/dosbox/dosbox-0.74-3/src/ints/
H A Dxms.cpp89 Bit16u src_handle; member
169 Bitu src_handle=mem_readw(bpt+offsetof(XMS_MemMove,src_handle)); in XMS_MoveMemory() local
178 if (src_handle) { in XMS_MoveMemory()
179 if (InvalidHandle(src_handle)) { in XMS_MoveMemory()
182 if (src.offset>=(xms_handles[src_handle].size*1024U)) { in XMS_MoveMemory()
185 if (length>xms_handles[src_handle].size*1024U-src.offset) { in XMS_MoveMemory()
188 srcpt=(xms_handles[src_handle].mem*4096)+src.offset; in XMS_MoveMemory()
H A Dems.cpp211 Bit16u src_handle; member
566 region.src_handle=mem_readw(data+0x5); in LoadMoveRegion()
587 MemHandle src_handle = 0,dest_handle = 0; in MemoryRegion() local
592 if (!ValidHandle(region.src_handle)) return EMM_INVALID_HANDLE; in MemoryRegion()
594 src_handle=emm_handles[region.src_handle].mem; in MemoryRegion()
596 for (;pages>0;pages--) src_handle=MEM_NextHandle(src_handle); in MemoryRegion()
620 MEM_BlockRead((src_handle*MEM_PAGE_SIZE)+src_off,buf_src,toread); in MemoryRegion()
622 MEM_BlockRead((src_handle*MEM_PAGE_SIZE)+src_off,buf_src,src_remain); in MemoryRegion()
644 MEM_BlockWrite((src_handle*MEM_PAGE_SIZE)+src_off,buf_dest,toread); in MemoryRegion()
646 MEM_BlockWrite((src_handle*MEM_PAGE_SIZE)+src_off,buf_dest,src_remain); in MemoryRegion()
[all …]
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/ints/
H A Dxms.cpp89 Bit16u src_handle; member
169 Bitu src_handle=mem_readw(bpt+offsetof(XMS_MemMove,src_handle)); in XMS_MoveMemory() local
178 if (src_handle) { in XMS_MoveMemory()
179 if (InvalidHandle(src_handle)) { in XMS_MoveMemory()
182 if (src.offset>=(xms_handles[src_handle].size*1024U)) { in XMS_MoveMemory()
185 if (length>xms_handles[src_handle].size*1024U-src.offset) { in XMS_MoveMemory()
188 srcpt=(xms_handles[src_handle].mem*4096)+src.offset; in XMS_MoveMemory()
H A Dems.cpp227 Bit16u src_handle; member
624 region.src_handle=mem_readw(data+0x5); in LoadMoveRegion()
645 MemHandle src_handle = 0,dest_handle = 0; in MemoryRegion() local
650 if (!ValidHandle(region.src_handle)) return EMM_INVALID_HANDLE; in MemoryRegion()
652 src_handle=emm_handles[region.src_handle].mem; in MemoryRegion()
654 for (;pages>0;pages--) src_handle=MEM_NextHandle(src_handle); in MemoryRegion()
682 MEM_BlockRead((src_handle*MEM_PAGE_SIZE)+src_off,buf_src,toread); in MemoryRegion()
684 MEM_BlockRead((src_handle*MEM_PAGE_SIZE)+src_off,buf_src,src_remain); in MemoryRegion()
708 MEM_BlockWrite((src_handle*MEM_PAGE_SIZE)+src_off,buf_dest,toread); in MemoryRegion()
710 MEM_BlockWrite((src_handle*MEM_PAGE_SIZE)+src_off,buf_dest,src_remain); in MemoryRegion()
[all …]
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/ints/
H A Dxms.cpp91 Bit16u src_handle; member
172 Bitu src_handle=mem_readw(bpt+offsetof(XMS_MemMove,src_handle)); in XMS_MoveMemory() local
181 if (src_handle) { in XMS_MoveMemory()
182 if (InvalidHandle(src_handle)) { in XMS_MoveMemory()
185 if (src.offset>=(xms_handles[src_handle].size*1024U)) { in XMS_MoveMemory()
188 if (length>xms_handles[src_handle].size*1024U-src.offset) { in XMS_MoveMemory()
191 srcpt=(xms_handles[src_handle].mem*4096)+src.offset; in XMS_MoveMemory()
H A Dems.cpp218 Bit16u src_handle; member
589 region.src_handle=mem_readw(data+0x5); in LoadMoveRegion()
610 MemHandle src_handle = 0,dest_handle = 0; in MemoryRegion() local
615 if (!ValidHandle(region.src_handle)) return EMM_INVALID_HANDLE; in MemoryRegion()
617 src_handle=emm_handles[region.src_handle].mem; in MemoryRegion()
619 for (;pages>0;pages--) src_handle=MEM_NextHandle(src_handle); in MemoryRegion()
643 MEM_BlockRead((src_handle*MEM_PAGE_SIZE)+src_off,buf_src,toread); in MemoryRegion()
645 MEM_BlockRead((src_handle*MEM_PAGE_SIZE)+src_off,buf_src,src_remain); in MemoryRegion()
667 MEM_BlockWrite((src_handle*MEM_PAGE_SIZE)+src_off,buf_dest,toread); in MemoryRegion()
669 MEM_BlockWrite((src_handle*MEM_PAGE_SIZE)+src_off,buf_dest,src_remain); in MemoryRegion()
[all …]
/dports/multimedia/mpv/mpv-0.34.1/osdep/
H A Dsubprocess-win.c267 HANDLE src_handle = (HANDLE)_get_osfhandle(opts->fds[n].src_fd); in mp_subprocess2() local
273 if (!is_valid_handle(src_handle)) in mp_subprocess2()
276 DWORD type = GetFileType(src_handle); in mp_subprocess2()
284 is_console_handle = GetConsoleMode(src_handle, &(DWORD){0}); in mp_subprocess2()
298 fd_data[n].handle = src_handle; in mp_subprocess2()
302 if (!DuplicateHandle(GetCurrentProcess(), src_handle, in mp_subprocess2()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/middleware/khronos/vg/
H A Dvg_image.h70 extern MEM_HANDLE_T vg_image_alloc_from_image(MEM_HANDLE_T src_handle);
71 extern void vg_image_from_stem_and_image(MEM_HANDLE_T handle, MEM_HANDLE_T src_handle);
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_surface.h110 struct svga_winsys_surface *src_handle,
120 struct svga_winsys_surface *src_handle,
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_surface.h110 struct svga_winsys_surface *src_handle,
120 struct svga_winsys_surface *src_handle,
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_surface.h110 struct svga_winsys_surface *src_handle,
120 struct svga_winsys_surface *src_handle,
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_surface.h110 struct svga_winsys_surface *src_handle,
120 struct svga_winsys_surface *src_handle,
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_surface.h110 struct svga_winsys_surface *src_handle,
120 struct svga_winsys_surface *src_handle,
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_surface.h110 struct svga_winsys_surface *src_handle,
120 struct svga_winsys_surface *src_handle,
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_surface.h110 struct svga_winsys_surface *src_handle,
120 struct svga_winsys_surface *src_handle,
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_surface.h110 struct svga_winsys_surface *src_handle,
120 struct svga_winsys_surface *src_handle,
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_surface.h110 struct svga_winsys_surface *src_handle,
120 struct svga_winsys_surface *src_handle,
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/svga/
H A Dsvga_surface.h110 struct svga_winsys_surface *src_handle,
120 struct svga_winsys_surface *src_handle,
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/svga/
H A Dsvga_surface.h110 struct svga_winsys_surface *src_handle,
120 struct svga_winsys_surface *src_handle,
/dports/devel/kf5-kapidox/kapidox-5.89.0/src/kapidox/depdiagram/
H A Dframeworkdb.py105 src_handle = gv.readstring(dot_data)
108 for node_handle in gvutils.get_node_list(src_handle):
115 for edge_handle in gvutils.get_edge_list(src_handle):
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/smithay-client-toolkit-0.14.0/examples/
H A Dselection.rs215 let src_handle = handle.clone(); in process_keyboard_event() localVariable
222 src_handle.kill(src); in process_keyboard_event()
265 let src_handle = handle.clone(); in process_keyboard_event() localVariable
272 src_handle.kill(src); in process_keyboard_event()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/smithay-client-toolkit-0.12.3/examples/
H A Dselection.rs219 let src_handle = handle.clone(); in process_keyboard_event() localVariable
226 src_handle.kill(src); in process_keyboard_event()
269 let src_handle = handle.clone(); in process_keyboard_event() localVariable
276 src_handle.kill(src); in process_keyboard_event()

12345678910