Searched refs:dbh (Results 1 – 3 of 3) sorted by relevance
42 EJDB2Handle *dbh; member236 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 …]
153 DEV_BROADCAST_DEVICEINTERFACE dbh; in SDL_CreateDeviceNotification() local178 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()
444 DEV_BROADCAST_HDR* dbh = (DEV_BROADCAST_HDR*) lParam; in windowProc() local445 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() local454 if (dbh) in windowProc()456 if (dbh->dbch_devicetype == DBT_DEVTYP_DEVICEINTERFACE) in windowProc()