Home
last modified time | relevance | path

Searched refs:s_handle (Results 1 – 25 of 42) sorted by relevance

12

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/
H A DGCAdapter.cpp129 if (s_handle == nullptr) in HotplugCallback()
134 if (s_handle != nullptr && libusb_get_device(s_handle) == dev) in HotplugCallback()
174 if (s_handle == nullptr) in ScanThreadFunc()
195 if (s_handle != nullptr) in Init()
313 libusb_close(s_handle); in CheckDeviceAccess()
314 s_handle = nullptr; in CheckDeviceAccess()
322 libusb_close(s_handle); in CheckDeviceAccess()
323 s_handle = nullptr; in CheckDeviceAccess()
399 if (s_handle) in Reset()
402 libusb_close(s_handle); in Reset()
[all …]
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A Dfxtifio.cpp173 tiff_store_handle s_handle; in fxloadTIF() local
191 s_handle.store=&store; in fxloadTIF()
192 s_handle.begin=store.position(); in fxloadTIF()
193 s_handle.end=store.position(); in fxloadTIF()
194 s_handle.error=FALSE; in fxloadTIF()
248 tiff_store_handle s_handle; in fxsaveTIF() local
271 s_handle.store=&store; in fxsaveTIF()
272 s_handle.begin=store.position(); in fxsaveTIF()
273 s_handle.end=store.position(); in fxsaveTIF()
274 s_handle.error=FALSE; in fxsaveTIF()
[all …]
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A Dfxtifio.cpp173 tiff_store_handle s_handle; in fxloadTIF() local
191 s_handle.store=&store; in fxloadTIF()
192 s_handle.begin=store.position(); in fxloadTIF()
193 s_handle.end=store.position(); in fxloadTIF()
194 s_handle.error=FALSE; in fxloadTIF()
248 tiff_store_handle s_handle; in fxsaveTIF() local
271 s_handle.store=&store; in fxsaveTIF()
272 s_handle.begin=store.position(); in fxsaveTIF()
273 s_handle.end=store.position(); in fxsaveTIF()
274 s_handle.error=FALSE; in fxsaveTIF()
[all …]
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A Dfxtifio.cpp173 tiff_store_handle s_handle; in fxloadTIF() local
191 s_handle.store=&store; in fxloadTIF()
192 s_handle.begin=store.position(); in fxloadTIF()
193 s_handle.end=store.position(); in fxloadTIF()
194 s_handle.error=FALSE; in fxloadTIF()
248 tiff_store_handle s_handle; in fxsaveTIF() local
271 s_handle.store=&store; in fxsaveTIF()
272 s_handle.begin=store.position(); in fxsaveTIF()
273 s_handle.end=store.position(); in fxsaveTIF()
274 s_handle.error=FALSE; in fxsaveTIF()
[all …]
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A Dfxtifio.cpp141 tiff_store_handle s_handle; in fxloadTIF() local
154 s_handle.store=&store; in fxloadTIF()
155 s_handle.begin=store.position(); in fxloadTIF()
156 s_handle.end=store.position(); in fxloadTIF()
194 tiff_store_handle s_handle;
209 s_handle.store=&store;
210 s_handle.begin=store.position();
211 s_handle.end=store.position();
361 tiff_store_handle s_handle; in fxsaveTIF() local
362 s_handle.store=&store; in fxsaveTIF()
[all …]
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A Dfxtifio.cpp141 tiff_store_handle s_handle; in fxloadTIF() local
154 s_handle.store=&store; in fxloadTIF()
155 s_handle.begin=store.position(); in fxloadTIF()
156 s_handle.end=store.position(); in fxloadTIF()
194 tiff_store_handle s_handle;
209 s_handle.store=&store;
210 s_handle.begin=store.position();
211 s_handle.end=store.position();
361 tiff_store_handle s_handle; in fxsaveTIF() local
362 s_handle.store=&store; in fxsaveTIF()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/credential_provider/extension/
H A Dos_service_manager.cc129 ScopedScHandle s_handle(::OpenService( in WaitForServiceStopped() local
131 if (s_handle.Get() == nullptr) in WaitForServiceStopped()
138 if (!QueryServiceStatus(s_handle.Get(), &service_status)) { in WaitForServiceStopped()
171 ScopedScHandle s_handle(::OpenService( in ControlService() local
173 if (!s_handle.IsValid()) in ControlService()
177 if (!::ControlService(s_handle.Get(), control, &service_status)) { in ControlService()
196 ScopedScHandle s_handle(::OpenService( in ChangeServiceConfig() local
198 if (!s_handle.IsValid()) in ChangeServiceConfig()
201 if (!::ChangeServiceConfig(s_handle.Get(), dwServiceType, dwStartType, in ChangeServiceConfig()
/dports/net/yate/yate-6.4.0-1/windows/
H A Dmain-client.cpp44 static HMODULE s_handle = 0; variable
156 HWND wnd = ::CreateDialogParam(s_handle,MAKEINTRESOURCE(id),tabs,innerDialog,(LPARAM)dlg); in insert()
161 ::LoadString(s_handle,id,buf,sizeof(buf)); in insert()
183 s_icon = (HICON)::LoadImage(s_handle,MAKEINTRESOURCE(IDI_NULLTEAM),IMAGE_ICON,16,16,0); in initMainDlg()
249 s_handle = ::GetModuleHandle(0); in run()
250 s_icon = ::LoadIcon(s_handle,MAKEINTRESOURCE(IDI_NULLTEAM)); in run()
252 int ret = ::DialogBox(s_handle,MAKEINTRESOURCE(IDD_TCLIENT),0,mainDialog); in run()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/fs/ds/
H A Dds-fs.cpp471 static DS::fileHandle s_handle[MAX_FILE_HANDLES]; // FIXME: Avoid non-const global vars variable
476 s_handle[r].used = false; in std_fopen()
524 while (s_handle[r].used) { in std_fopen()
555 while (s_handle[r].used) in std_fopen()
559 s_handle[r].used = true; in std_fopen()
560 s_handle[r].pos = 0; in std_fopen()
561 s_handle[r].data = data; in std_fopen()
562 s_handle[r].size = zip->getFileSize(); in std_fopen()
565 return &s_handle[r]; in std_fopen()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/basic/
H A DGLSL.cpp360 GLuint s_handle = glCreateShader(target); in compile_shader() local
361 if(s_handle == 0) { in compile_shader()
402 glShaderSource(s_handle, (GLsizei)nb_sources, sources, nullptr); in compile_shader()
403 glCompileShader(s_handle); in compile_shader()
405 glGetShaderiv(s_handle, GL_COMPILE_STATUS, &compile_status); in compile_shader()
409 s_handle, sizeof(compiler_message), nullptr, in compile_shader()
427 glDeleteShader(s_handle); in compile_shader()
428 s_handle = 0; in compile_shader()
431 return s_handle; in compile_shader()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/blastfmt/
H A Dblast_hitmatrix.cpp67 CBioseq_Handle s_handle = m_DataSource->GetSubjectHandle(); in x_InitPort() local
68 if(s_handle) { in x_InitPort()
69 rc_m.SetHorz(0, s_handle.GetBioseqLength()); in x_InitPort()
/dports/textproc/sgrep/sgrep-0.99/
H A Dcommon.c574 struct GC_POINTER r,s_handle; in remove_duplicates() local
584 start_region_search(s,&s_handle); in remove_duplicates()
585 get_region(&s_handle,&p1); in remove_duplicates()
588 get_region(&s_handle,&p2); in remove_duplicates()
/dports/graphics/freeimage/FreeImage/Source/FreeImage/
H A DPluginPNG.cpp50 fi_handle s_handle; member
66 unsigned n = pfio->s_io->read_proc(data, (unsigned int)size, 1, pfio->s_handle); in _ReadProc()
75 pfio->s_io->write_proc(data, (unsigned int)size, 1, pfio->s_handle); in _WriteProc()
516 fio.s_handle = handle; in Load()
822 fio.s_handle = handle; in Save()
/dports/graphics/sane-backends/sane-backends-1.0.32/japi/
H A DSane.c148 jint s_handle; in Java_Sane_open() local
157 s_handle = (jint) sane_handle; in Java_Sane_open()
158 (*env)->SetIntArrayRegion(env, handle, 0, 1, &s_handle); in Java_Sane_open()
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/http_inspect/
H A Dhttp_inspect.h89 snort::LiteralSearch::Handle* s_handle = nullptr; variable
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c851 bs->s_handle = boot_resp->boot_session_handle; in beiscsi_boot_process_compl()
853 if (bs->s_handle == BE_BOOT_INVALID_SHANDLE) { in beiscsi_boot_process_compl()
1033 req->session_handle = phba->boot_struct.s_handle; in beiscsi_boot_get_sinfo()
1088 int beiscsi_boot_get_shandle(struct beiscsi_hba *phba, unsigned int *s_handle) in beiscsi_boot_get_shandle() argument
1095 *s_handle = BE_BOOT_INVALID_SHANDLE; in beiscsi_boot_get_shandle()
1122 *s_handle = boot_resp->boot_session_handle; in beiscsi_boot_get_shandle()
H A Dbe_mgmt.h200 int beiscsi_boot_get_shandle(struct beiscsi_hba *phba, unsigned int *s_handle);
H A Dbe_main.h380 unsigned int s_handle; member
1009 void beiscsi_start_boot_work(struct beiscsi_hba *phba, unsigned int s_handle);
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c851 bs->s_handle = boot_resp->boot_session_handle; in beiscsi_boot_process_compl()
853 if (bs->s_handle == BE_BOOT_INVALID_SHANDLE) { in beiscsi_boot_process_compl()
1033 req->session_handle = phba->boot_struct.s_handle; in beiscsi_boot_get_sinfo()
1088 int beiscsi_boot_get_shandle(struct beiscsi_hba *phba, unsigned int *s_handle) in beiscsi_boot_get_shandle() argument
1095 *s_handle = BE_BOOT_INVALID_SHANDLE; in beiscsi_boot_get_shandle()
1122 *s_handle = boot_resp->boot_session_handle; in beiscsi_boot_get_shandle()
H A Dbe_mgmt.h200 int beiscsi_boot_get_shandle(struct beiscsi_hba *phba, unsigned int *s_handle);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c851 bs->s_handle = boot_resp->boot_session_handle; in beiscsi_boot_process_compl()
853 if (bs->s_handle == BE_BOOT_INVALID_SHANDLE) { in beiscsi_boot_process_compl()
1033 req->session_handle = phba->boot_struct.s_handle; in beiscsi_boot_get_sinfo()
1088 int beiscsi_boot_get_shandle(struct beiscsi_hba *phba, unsigned int *s_handle) in beiscsi_boot_get_shandle() argument
1095 *s_handle = BE_BOOT_INVALID_SHANDLE; in beiscsi_boot_get_shandle()
1122 *s_handle = boot_resp->boot_session_handle; in beiscsi_boot_get_shandle()
H A Dbe_mgmt.h200 int beiscsi_boot_get_shandle(struct beiscsi_hba *phba, unsigned int *s_handle);
H A Dbe_main.h380 unsigned int s_handle; member
1009 void beiscsi_start_boot_work(struct beiscsi_hba *phba, unsigned int s_handle);
/dports/textproc/sgrep2/sgrep-1.94a/
H A Dcommon.c1157 ListIterator r,s_handle; in remove_duplicates() local
1169 start_region_search(s,&s_handle); in remove_duplicates()
1170 get_region(&s_handle,&p1); in remove_duplicates()
1173 get_region(&s_handle,&p2); in remove_duplicates()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/GLUP/
H A DGLUP.cpp322 GLuint s_handle = glCreateShader(GL_TESS_CONTROL_SHADER); in supports_tessellation_shader() local
323 result = result && (s_handle != 0); in supports_tessellation_shader()
324 if (s_handle != 0) { in supports_tessellation_shader()
325 glDeleteShader(s_handle); in supports_tessellation_shader()

12