Searched refs:pHandle (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_win32util.c | 82 HANDLE pHandle = OpenProcess(PROCESS_CREATE_THREAD in NCURSES_EXPORT() local 91 if (pHandle != INVALID_HANDLE_VALUE) { in NCURSES_EXPORT() 92 if ((len = GetProcessImageFileName(pHandle, in NCURSES_EXPORT() 102 *pMinTTY = pHandle; in NCURSES_EXPORT()
|
/freebsd/contrib/opencsd/decoder/include/common/ |
H A D | ocsd_dcd_tree_elem.h | 74 …void SetDecoderElement(const std::string &name, IDecoderMngr *dcdMngr, TraceComponent *pHandle, bo… 92 …oderElement(const std::string &name, IDecoderMngr *dcdMngr, TraceComponent *pHandle, bool bCreated) in SetDecoderElement() argument 96 dcd_handle = pHandle; in SetDecoderElement()
|
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win_driver.c | 1907 HANDLE pHandle = OpenProcess( in _ismintty() local 1917 if (pHandle != INVALID_HANDLE_VALUE) { in _ismintty() 1919 pHandle, in _ismintty() 1929 *pMinTTY = pHandle; in _ismintty()
|
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 9305 static void apndDlClose(sqlite3_vfs *pVfs, void *pHandle){ in apndDlClose() argument 9306 ORIGVFS(pVfs)->xDlClose(ORIGVFS(pVfs), pHandle); in apndDlClose()
|
H A D | sqlite3.c | 26306 SQLITE_PRIVATE void sqlite3OsDlClose(sqlite3_vfs *pVfs, void *pHandle){ in sqlite3OsDlClose() argument 26307 pVfs->xDlClose(pVfs, pHandle); in sqlite3OsDlClose() 45151 static void unixDlClose(sqlite3_vfs *NotUsed, void *pHandle){ 45153 dlclose(pHandle); 52500 static void winDlClose(sqlite3_vfs *pVfs, void *pHandle){ 52502 osFreeLibrary((HANDLE)pHandle); 52503 OSTRACE(("DLCLOSE handle=%p\n", (void*)pHandle)); 53559 static void memdbDlClose(sqlite3_vfs *pVfs, void *pHandle){ 53560 ORIGVFS(pVfs)->xDlClose(ORIGVFS(pVfs), pHandle); 223387 static void rbuVfsDlClose(sqlite3_vfs *pVfs, void *pHandle){ [all …]
|