Home
last modified time | relevance | path

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

/third_party/ejdb/src/bindings/ejdb2_dart/lib/
Dejdb2_dart.c42 EJDB2Handle *dbh; member
236 ctx->dbh = 0; in ejd_port()
263 if (ctx && ctx->dbh) { in ejd_get_handle()
264 Dart_SetReturnValue(args, Dart_NewInteger((intptr_t) ctx->dbh)); in ejd_get_handle()
286 ctx->dbh = (void*) llv; in ejd_set_handle()
288 ctx->dbh = 0; in ejd_set_handle()
331 if (!ctx || !ctx->dbh || !ctx->dbh->db) { in ejd_create_query()
476 if (!qctx->q || !dctx || !dctx->dbh || !dctx->dbh->db) { in ejd_exec_port_handler()
491 ux.db = dctx->dbh->db; in ejd_exec_port_handler()
558 if (!dctx || !dctx->dbh || !dctx->dbh->db) { in ejd_exec()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/
DSDL_windowsjoystick.c153 DEV_BROADCAST_DEVICEINTERFACE dbh; in SDL_CreateDeviceNotification() local
178 SDL_zero(dbh); in SDL_CreateDeviceNotification()
179 dbh.dbcc_size = sizeof(dbh); in SDL_CreateDeviceNotification()
180 dbh.dbcc_devicetype = DBT_DEVTYP_DEVICEINTERFACE; in SDL_CreateDeviceNotification()
181 dbh.dbcc_classguid = GUID_DEVINTERFACE_HID; in SDL_CreateDeviceNotification()
183 …data->hNotify = RegisterDeviceNotification(data->messageWindow, &dbh, DEVICE_NOTIFY_WINDOW_HANDLE); in SDL_CreateDeviceNotification()
/third_party/flutter/glfw/src/
Dwin32_window.c444 DEV_BROADCAST_HDR* dbh = (DEV_BROADCAST_HDR*) lParam; in windowProc() local
445 if (dbh) in windowProc()
447 if (dbh->dbch_devicetype == DBT_DEVTYP_DEVICEINTERFACE) in windowProc()
453 DEV_BROADCAST_HDR* dbh = (DEV_BROADCAST_HDR*) lParam; in windowProc() local
454 if (dbh) in windowProc()
456 if (dbh->dbch_devicetype == DBT_DEVTYP_DEVICEINTERFACE) in windowProc()