Lines Matching refs:pCurrent
8114 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
8117 sqlite3_int64 *pCurrent,
19314 sqlite3_int64 *pCurrent, in sqlite3_status64() argument
19324 if( pCurrent==0 || pHighwater==0 ) return SQLITE_MISUSE_BKPT; in sqlite3_status64()
19328 *pCurrent = wsdStat.nowValue[op]; in sqlite3_status64()
19337 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag){ in sqlite3_status() argument
19341 if( pCurrent==0 || pHighwater==0 ) return SQLITE_MISUSE_BKPT; in sqlite3_status()
19345 *pCurrent = (int)iCur; in sqlite3_status()
19379 int *pCurrent, /* Write current value here */ in sqlite3_db_status() argument
19385 if( !sqlite3SafetyCheckOk(db) || pCurrent==0|| pHighwater==0 ){ in sqlite3_db_status()
19392 *pCurrent = sqlite3LookasideUsed(db, pHighwater); in sqlite3_db_status()
19413 *pCurrent = 0; in sqlite3_db_status()
19443 *pCurrent = totalUsed; in sqlite3_db_status()
19487 *pCurrent = nByte; in sqlite3_db_status()
19508 *pCurrent = nByte; in sqlite3_db_status()
19535 *pCurrent = nRet; in sqlite3_db_status()
19545 *pCurrent = db->nDeferredImmCons>0 || db->nDeferredCons>0; in sqlite3_db_status()
31116 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
31120 #define osOpen ((int(*)(const char*,int,int))aSyscall[0].pCurrent)
31123 #define osClose ((int(*)(int))aSyscall[1].pCurrent)
31126 #define osAccess ((int(*)(const char*,int))aSyscall[2].pCurrent)
31129 #define osGetcwd ((char*(*)(char*,size_t))aSyscall[3].pCurrent)
31132 #define osStat ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent)
31145 #define osFstat ((int(*)(int,struct stat*))aSyscall[5].pCurrent)
31149 #define osFtruncate ((int(*)(int,off_t))aSyscall[6].pCurrent)
31152 #define osFcntl ((int(*)(int,int,...))aSyscall[7].pCurrent)
31155 #define osRead ((ssize_t(*)(int,void*,size_t))aSyscall[8].pCurrent)
31162 #define osPread ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[9].pCurrent)
31169 #define osPread64 ((ssize_t(*)(int,void*,size_t,off64_t))aSyscall[10].pCurrent)
31172 #define osWrite ((ssize_t(*)(int,const void*,size_t))aSyscall[11].pCurrent)
31180 aSyscall[12].pCurrent)
31188 aSyscall[13].pCurrent)
31191 #define osFchmod ((int(*)(int,mode_t))aSyscall[14].pCurrent)
31198 #define osFallocate ((int(*)(int,off_t,off_t))aSyscall[15].pCurrent)
31201 #define osUnlink ((int(*)(const char*))aSyscall[16].pCurrent)
31204 #define osOpenDirectory ((int(*)(const char*,int*))aSyscall[17].pCurrent)
31207 #define osMkdir ((int(*)(const char*,mode_t))aSyscall[18].pCurrent)
31210 #define osRmdir ((int(*)(const char*))aSyscall[19].pCurrent)
31217 #define osFchown ((int(*)(int,uid_t,gid_t))aSyscall[20].pCurrent)
31220 #define osGeteuid ((uid_t(*)(void))aSyscall[21].pCurrent)
31227 #define osMmap ((void*(*)(void*,size_t,int,int,int,off_t))aSyscall[22].pCurrent)
31234 #define osMunmap ((int(*)(void*,size_t))aSyscall[23].pCurrent)
31241 #define osMremap ((void*(*)(void*,size_t,size_t,int,...))aSyscall[24].pCurrent)
31248 #define osGetpagesize ((int(*)(void))aSyscall[25].pCurrent)
31255 #define osReadlink ((ssize_t(*)(const char*,char*,size_t))aSyscall[26].pCurrent)
31262 #define osLstat ((int(*)(const char*,struct stat*))aSyscall[27].pCurrent)
31269 #define osIoctl ((int(*)(int,int,...))aSyscall[28].pCurrent)
31309 aSyscall[i].pCurrent = aSyscall[i].pDefault;
31319 aSyscall[i].pDefault = aSyscall[i].pCurrent;
31323 aSyscall[i].pCurrent = pNewFunc;
31344 if( strcmp(zName, aSyscall[i].zName)==0 ) return aSyscall[i].pCurrent;
31365 if( aSyscall[i].pCurrent!=0 ) return aSyscall[i].zName;
39223 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
39233 #define osAreFileApisANSI ((BOOL(WINAPI*)(VOID))aSyscall[0].pCurrent)
39242 #define osCharLowerW ((LPWSTR(WINAPI*)(LPWSTR))aSyscall[1].pCurrent)
39250 #define osCharUpperW ((LPWSTR(WINAPI*)(LPWSTR))aSyscall[2].pCurrent)
39254 #define osCloseHandle ((BOOL(WINAPI*)(HANDLE))aSyscall[3].pCurrent)
39263 LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE))aSyscall[4].pCurrent)
39272 LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE))aSyscall[5].pCurrent)
39283 DWORD,DWORD,DWORD,LPCSTR))aSyscall[6].pCurrent)
39293 DWORD,DWORD,DWORD,LPCWSTR))aSyscall[7].pCurrent)
39302 LPCWSTR))aSyscall[8].pCurrent)
39310 #define osDeleteFileA ((BOOL(WINAPI*)(LPCSTR))aSyscall[9].pCurrent)
39318 #define osDeleteFileW ((BOOL(WINAPI*)(LPCWSTR))aSyscall[10].pCurrent)
39327 LPFILETIME))aSyscall[11].pCurrent)
39336 LPSYSTEMTIME))aSyscall[12].pCurrent)
39340 #define osFlushFileBuffers ((BOOL(WINAPI*)(HANDLE))aSyscall[13].pCurrent)
39349 DWORD,va_list*))aSyscall[14].pCurrent)
39358 DWORD,va_list*))aSyscall[15].pCurrent)
39366 #define osFreeLibrary ((BOOL(WINAPI*)(HMODULE))aSyscall[16].pCurrent)
39370 #define osGetCurrentProcessId ((DWORD(WINAPI*)(VOID))aSyscall[17].pCurrent)
39379 LPDWORD))aSyscall[18].pCurrent)
39388 LPDWORD))aSyscall[19].pCurrent)
39396 #define osGetFileAttributesA ((DWORD(WINAPI*)(LPCSTR))aSyscall[20].pCurrent)
39404 #define osGetFileAttributesW ((DWORD(WINAPI*)(LPCWSTR))aSyscall[21].pCurrent)
39413 LPVOID))aSyscall[22].pCurrent)
39421 #define osGetFileSize ((DWORD(WINAPI*)(HANDLE,LPDWORD))aSyscall[23].pCurrent)
39430 LPSTR*))aSyscall[24].pCurrent)
39439 LPWSTR*))aSyscall[25].pCurrent)
39443 #define osGetLastError ((DWORD(WINAPI*)(VOID))aSyscall[26].pCurrent)
39459 LPCSTR))aSyscall[27].pCurrent)
39467 #define osGetSystemInfo ((VOID(WINAPI*)(LPSYSTEM_INFO))aSyscall[28].pCurrent)
39471 #define osGetSystemTime ((VOID(WINAPI*)(LPSYSTEMTIME))aSyscall[29].pCurrent)
39480 LPFILETIME))aSyscall[30].pCurrent)
39488 #define osGetTempPathA ((DWORD(WINAPI*)(DWORD,LPSTR))aSyscall[31].pCurrent)
39496 #define osGetTempPathW ((DWORD(WINAPI*)(DWORD,LPWSTR))aSyscall[32].pCurrent)
39504 #define osGetTickCount ((DWORD(WINAPI*)(VOID))aSyscall[33].pCurrent)
39513 LPOSVERSIONINFOA))aSyscall[34].pCurrent)
39523 LPOSVERSIONINFOW))aSyscall[35].pCurrent)
39528 SIZE_T))aSyscall[36].pCurrent)
39537 SIZE_T))aSyscall[37].pCurrent)
39545 #define osHeapDestroy ((BOOL(WINAPI*)(HANDLE))aSyscall[38].pCurrent)
39549 #define osHeapFree ((BOOL(WINAPI*)(HANDLE,DWORD,LPVOID))aSyscall[39].pCurrent)
39554 SIZE_T))aSyscall[40].pCurrent)
39559 LPCVOID))aSyscall[41].pCurrent)
39568 LPCVOID))aSyscall[42].pCurrent)
39576 #define osHeapCompact ((UINT(WINAPI*)(HANDLE,DWORD))aSyscall[43].pCurrent)
39584 #define osLoadLibraryA ((HMODULE(WINAPI*)(LPCSTR))aSyscall[44].pCurrent)
39593 #define osLoadLibraryW ((HMODULE(WINAPI*)(LPCWSTR))aSyscall[45].pCurrent)
39601 #define osLocalFree ((HLOCAL(WINAPI*)(HLOCAL))aSyscall[46].pCurrent)
39611 DWORD))aSyscall[47].pCurrent)
39622 LPOVERLAPPED))aSyscall[48].pCurrent)
39633 SIZE_T))aSyscall[49].pCurrent)
39638 int))aSyscall[50].pCurrent)
39643 LARGE_INTEGER*))aSyscall[51].pCurrent)
39648 LPOVERLAPPED))aSyscall[52].pCurrent)
39652 #define osSetEndOfFile ((BOOL(WINAPI*)(HANDLE))aSyscall[53].pCurrent)
39661 DWORD))aSyscall[54].pCurrent)
39669 #define osSleep ((VOID(WINAPI*)(DWORD))aSyscall[55].pCurrent)
39674 LPFILETIME))aSyscall[56].pCurrent)
39684 DWORD))aSyscall[57].pCurrent)
39694 LPOVERLAPPED))aSyscall[58].pCurrent)
39702 #define osUnmapViewOfFile ((BOOL(WINAPI*)(LPCVOID))aSyscall[59].pCurrent)
39707 LPCSTR,LPBOOL))aSyscall[60].pCurrent)
39712 LPOVERLAPPED))aSyscall[61].pCurrent)
39721 DWORD,DWORD))aSyscall[62].pCurrent)
39730 DWORD))aSyscall[63].pCurrent)
39739 BOOL))aSyscall[64].pCurrent)
39748 PLARGE_INTEGER,DWORD))aSyscall[65].pCurrent)
39757 FILE_INFO_BY_HANDLE_CLASS,LPVOID,DWORD))aSyscall[66].pCurrent)
39766 SIZE_T))aSyscall[67].pCurrent)
39775 LPCREATEFILE2_EXTENDED_PARAMETERS))aSyscall[68].pCurrent)
39784 DWORD))aSyscall[69].pCurrent)
39792 #define osGetTickCount64 ((ULONGLONG(WINAPI*)(VOID))aSyscall[70].pCurrent)
39801 LPSYSTEM_INFO))aSyscall[71].pCurrent)
39809 #define osOutputDebugStringA ((VOID(WINAPI*)(LPCSTR))aSyscall[72].pCurrent)
39817 #define osOutputDebugStringW ((VOID(WINAPI*)(LPCWSTR))aSyscall[73].pCurrent)
39821 #define osGetProcessHeap ((HANDLE(WINAPI*)(VOID))aSyscall[74].pCurrent)
39830 LPSECURITY_ATTRIBUTES,ULONG,ULONG64,LPCWSTR))aSyscall[75].pCurrent)
39845 SQLITE_WIN32_VOLATILE*, LONG,LONG))aSyscall[76].pCurrent)
39854 #define osUuidCreate ((RPC_STATUS(RPC_ENTRY*)(UUID*))aSyscall[77].pCurrent)
39863 ((RPC_STATUS(RPC_ENTRY*)(UUID*))aSyscall[78].pCurrent)
39872 ((BOOL(WINAPI*)(LPCVOID,SIZE_T))aSyscall[79].pCurrent)
39898 aSyscall[i].pCurrent = aSyscall[i].pDefault;
39908 aSyscall[i].pDefault = aSyscall[i].pCurrent;
39912 aSyscall[i].pCurrent = pNewFunc;
39933 if( strcmp(zName, aSyscall[i].zName)==0 ) return aSyscall[i].pCurrent;
39954 if( aSyscall[i].pCurrent!=0 ) return aSyscall[i].zName;