Home
last modified time | relevance | path

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

/dports/www/p5-Firefox-Marionette/Firefox-Marionette-1.10/
H A Dfirefox-passwords91 my $import_handle;
98 $import_handle = *{STDIN};
100 @logins = _read_logins($import_handle);
102 close $import_handle
118 my ($import_handle) = @_;
125 seek $import_handle, Fcntl::SEEK_SET(), 0
131 foreach my $key ( $csv->header($import_handle) ) {
141 seek $import_handle, Fcntl::SEEK_SET(), 0
147 my ($import_handle) = @_;
154 foreach my $key ( $csv->header($import_handle) ) {
[all …]
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/
H A Dimport.php483 $import_handle = new File($import_file); variable
484 $import_handle->checkUploadedFile();
485 if ($import_handle->isError()) {
486 Import::stop($import_handle->getError());
488 $import_handle->setDecompressContent(true);
489 $import_handle->open();
490 if ($import_handle->isError()) {
491 Import::stop($import_handle->getError());
563 if (isset($import_handle)) {
564 $import_handle->close();
H A Dprefs_manage.php73 $import_handle = new File($_FILES['import_file']['tmp_name']); variable
74 $import_handle->checkUploadedFile();
75 if ($import_handle->isError()) {
76 $error = $import_handle->getError();
79 $json = $import_handle->getRawContent();
/dports/graphics/libplacebo/libplacebo-4.157.0/src/
H A Dgpu.c602 if (params->import_handle) { in pl_tex_create()
604 require(PL_ISPOT(params->import_handle)); in pl_tex_create()
960 if (params.import_handle) { in pl_buf_create()
961 require(PL_ISPOT(params.import_handle)); in pl_buf_create()
1622 bufparams.import_handle = PL_HANDLE_HOST_PTR; in pl_tex_upload_pbo()
1637 bufparams.import_handle = 0; in pl_tex_upload_pbo()
1645 if (!bufparams.import_handle) in pl_tex_upload_pbo()
1691 bufparams.import_handle = PL_HANDLE_HOST_PTR; in pl_tex_download_pbo()
1707 bufparams.import_handle = 0; in pl_tex_download_pbo()
1720 if (params->callback && !bufparams.import_handle) { in pl_tex_download_pbo()
[all …]
/dports/graphics/libplacebo/libplacebo-4.157.0/src/vulkan/
H A Dmalloc.c622 pl_assert(!params->import_handle); in find_heap()
721 vk_handle_type = vk_mem_handle_type(params->import_handle); in vk_malloc_import()
793 switch (params->import_handle) { in vk_malloc_import()
849 params->import_handle); in vk_malloc_import()
871 .handle_type = params->import_handle, in vk_malloc_import()
884 switch (params->import_handle) { in vk_malloc_import()
941 pl_assert(!params->import_handle || !params->export_handle); in vk_malloc_slice()
942 if (params->import_handle) in vk_malloc_slice()
H A Dgpu_buf.c61 buf->params.import_handle == PL_HANDLE_HOST_PTR) in vk_buf_barrier()
185 .import_handle = params->import_handle, in vk_buf_create()
273 if (params->import_handle) { in vk_buf_create()
345 if (buf->params.host_mapped || buf->params.import_handle == PL_HANDLE_HOST_PTR) in vk_buf_flush()
H A Dmalloc.h51 enum pl_handle_type import_handle; member
H A Dgpu_tex.c268 params->import_handle; in vk_tex_create()
397 if (params->import_handle == PL_HANDLE_DMA_BUF) { in vk_tex_create()
479 handle_type, params->import_handle); in vk_tex_create()
494 .import_handle = params->import_handle, in vk_tex_create()
522 if (!vk_init_image(gpu, tex, params->import_handle ? "imported" : "created")) in vk_tex_create()
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/
H A DImport.php352 global $compression, $import_handle, $charset_conversion, $charset_of_file,
389 $result = $import_handle->read($size);
390 $GLOBALS['finished'] = $import_handle->eof();
1319 global $import_handle, $file_to_unlink;
1322 if ($import_handle !== false && $import_handle !== null) {
1323 $import_handle->close();
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c66 struct drm_prime_handle import_handle = { in import_vgem_fd() local
73 ret = ioctl(vgem_fd, DRM_IOCTL_PRIME_FD_TO_HANDLE, &import_handle); in import_vgem_fd()
75 *handle = import_handle.handle; in import_vgem_fd()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c66 struct drm_prime_handle import_handle = { in import_vgem_fd() local
73 ret = ioctl(vgem_fd, DRM_IOCTL_PRIME_FD_TO_HANDLE, &import_handle); in import_vgem_fd()
75 *handle = import_handle.handle; in import_vgem_fd()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c66 struct drm_prime_handle import_handle = { in import_vgem_fd() local
73 ret = ioctl(vgem_fd, DRM_IOCTL_PRIME_FD_TO_HANDLE, &import_handle); in import_vgem_fd()
75 *handle = import_handle.handle; in import_vgem_fd()
/dports/multimedia/mpv/mpv-0.34.1/video/out/hwdec/
H A Dhwdec_vaapi_vk.c72 .import_handle = PL_HANDLE_DMA_BUF, in vaapi_vk_map()
/dports/deskutils/xmdiary/xmdiary-3.0.3/dtools/
H A DxtmCustCals.c115 XTM_CP_HANDLE import_handle; member
287 cal_ref -> import_handle = NULL; in xtmCcInitialize()
996 if( cal_ref -> import_handle == NULL ) in calImportCB()
997 cal_ref -> import_handle = xtmCpInitialize( cal_ref -> custom_data_ref, in calImportCB()
1003 xtmCpImportCalendar( cal_ref -> import_handle, in calImportCB()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/include/libplacebo/
H A Dgpu.h478 enum pl_handle_type import_handle; member
687 enum pl_handle_type import_handle; member
/dports/graphics/libplacebo/libplacebo-4.157.0/src/tests/
H A Dopengl_surfaceless.c130 .import_handle = handle_type, in opengl_test_export_import()
H A Dgpu_tests.h1353 .import_handle = handle_type, in pl_test_export_import()
1380 .import_handle = handle_type, in pl_test_export_import()
1410 .import_handle = PL_HANDLE_HOST_PTR, in pl_test_host_ptr()
/dports/math/scilab/scilab-6.1.1/scilab/modules/hdf5/src/cpp/
H A Dhandle_properties.cpp331 int newChild = import_handle(c, parent); in import_handle_children()
1724 int import_handle(hid_t dataset, int parent) in import_handle() function
3429 return import_handle(dataset, -1); in add_current_entity()
3436 return import_handle(dataset, iCurrentFigure); in add_current_entity()
3441 return import_handle(dataset, axes); in add_current_entity()
H A Dhandle_properties.hxx843 int import_handle(hid_t dataset, int parent);
/dports/graphics/libplacebo/libplacebo-4.157.0/src/opengl/
H A Dgpu_tex.c355 if (params->import_handle) { in gl_tex_create()
356 if (!gl_tex_import(gpu, params->import_handle, &params->shared_mem, tex)) in gl_tex_create()
H A Dgpu.c278 if (params->import_handle == PL_HANDLE_HOST_PTR) { in gl_buf_create()
/dports/math/scilab/scilab-6.1.1/scilab/modules/hdf5/sci_gateway/cpp/
H A Dsci_hdf5_load_v3.cpp1004 int val = import_handle(ref, -1); in import_handles()