Lines Matching refs:pCurrent
8464 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
8467 sqlite3_int64 *pCurrent,
22433 sqlite3_int64 *pCurrent,
22443 if( pCurrent==0 || pHighwater==0 ) return SQLITE_MISUSE_BKPT;
22447 *pCurrent = wsdStat.nowValue[op];
22456 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag){
22460 if( pCurrent==0 || pHighwater==0 ) return SQLITE_MISUSE_BKPT;
22464 *pCurrent = (int)iCur;
22502 int *pCurrent, /* Write current value here */
22508 if( !sqlite3SafetyCheckOk(db) || pCurrent==0|| pHighwater==0 ){
22515 *pCurrent = sqlite3LookasideUsed(db, pHighwater);
22545 *pCurrent = 0;
22575 *pCurrent = totalUsed;
22619 *pCurrent = nByte;
22640 *pCurrent = nByte;
22670 *pCurrent = nRet;
22680 *pCurrent = db->nDeferredImmCons>0 || db->nDeferredCons>0;
34622 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
34626 #define osOpen ((int(*)(const char*,int,int))aSyscall[0].pCurrent)
34629 #define osClose ((int(*)(int))aSyscall[1].pCurrent)
34632 #define osAccess ((int(*)(const char*,int))aSyscall[2].pCurrent)
34635 #define osGetcwd ((char*(*)(char*,size_t))aSyscall[3].pCurrent)
34638 #define osStat ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent)
34651 #define osFstat ((int(*)(int,struct stat*))aSyscall[5].pCurrent)
34655 #define osFtruncate ((int(*)(int,off_t))aSyscall[6].pCurrent)
34658 #define osFcntl ((int(*)(int,int,...))aSyscall[7].pCurrent)
34661 #define osRead ((ssize_t(*)(int,void*,size_t))aSyscall[8].pCurrent)
34668 #define osPread ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[9].pCurrent)
34675 #define osPread64 ((ssize_t(*)(int,void*,size_t,off64_t))aSyscall[10].pCurrent)
34678 #define osWrite ((ssize_t(*)(int,const void*,size_t))aSyscall[11].pCurrent)
34686 aSyscall[12].pCurrent)
34694 aSyscall[13].pCurrent)
34697 #define osFchmod ((int(*)(int,mode_t))aSyscall[14].pCurrent)
34704 #define osFallocate ((int(*)(int,off_t,off_t))aSyscall[15].pCurrent)
34707 #define osUnlink ((int(*)(const char*))aSyscall[16].pCurrent)
34710 #define osOpenDirectory ((int(*)(const char*,int*))aSyscall[17].pCurrent)
34713 #define osMkdir ((int(*)(const char*,mode_t))aSyscall[18].pCurrent)
34716 #define osRmdir ((int(*)(const char*))aSyscall[19].pCurrent)
34723 #define osFchown ((int(*)(int,uid_t,gid_t))aSyscall[20].pCurrent)
34730 #define osGeteuid ((uid_t(*)(void))aSyscall[21].pCurrent)
34737 #define osMmap ((void*(*)(void*,size_t,int,int,int,off_t))aSyscall[22].pCurrent)
34744 #define osMunmap ((int(*)(void*,size_t))aSyscall[23].pCurrent)
34751 #define osMremap ((void*(*)(void*,size_t,size_t,int,...))aSyscall[24].pCurrent)
34758 #define osGetpagesize ((int(*)(void))aSyscall[25].pCurrent)
34765 #define osReadlink ((ssize_t(*)(const char*,char*,size_t))aSyscall[26].pCurrent)
34772 #define osLstat ((int(*)(const char*,struct stat*))aSyscall[27].pCurrent)
34777 #define osIoctl ((int(*)(int,int,...))aSyscall[28].pCurrent)
34780 #define osIoctl ((int(*)(int,unsigned long,...))aSyscall[28].pCurrent)
34824 aSyscall[i].pCurrent = aSyscall[i].pDefault;
34834 aSyscall[i].pDefault = aSyscall[i].pCurrent;
34838 aSyscall[i].pCurrent = pNewFunc;
34859 if( strcmp(zName, aSyscall[i].zName)==0 ) return aSyscall[i].pCurrent;
34880 if( aSyscall[i].pCurrent!=0 ) return aSyscall[i].zName;
42875 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
42885 #define osAreFileApisANSI ((BOOL(WINAPI*)(VOID))aSyscall[0].pCurrent)
42894 #define osCharLowerW ((LPWSTR(WINAPI*)(LPWSTR))aSyscall[1].pCurrent)
42902 #define osCharUpperW ((LPWSTR(WINAPI*)(LPWSTR))aSyscall[2].pCurrent)
42906 #define osCloseHandle ((BOOL(WINAPI*)(HANDLE))aSyscall[3].pCurrent)
42915 LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE))aSyscall[4].pCurrent)
42924 LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE))aSyscall[5].pCurrent)
42935 DWORD,DWORD,DWORD,LPCSTR))aSyscall[6].pCurrent)
42945 DWORD,DWORD,DWORD,LPCWSTR))aSyscall[7].pCurrent)
42954 LPCWSTR))aSyscall[8].pCurrent)
42962 #define osDeleteFileA ((BOOL(WINAPI*)(LPCSTR))aSyscall[9].pCurrent)
42970 #define osDeleteFileW ((BOOL(WINAPI*)(LPCWSTR))aSyscall[10].pCurrent)
42979 LPFILETIME))aSyscall[11].pCurrent)
42988 LPSYSTEMTIME))aSyscall[12].pCurrent)
42992 #define osFlushFileBuffers ((BOOL(WINAPI*)(HANDLE))aSyscall[13].pCurrent)
43001 DWORD,va_list*))aSyscall[14].pCurrent)
43010 DWORD,va_list*))aSyscall[15].pCurrent)
43018 #define osFreeLibrary ((BOOL(WINAPI*)(HMODULE))aSyscall[16].pCurrent)
43022 #define osGetCurrentProcessId ((DWORD(WINAPI*)(VOID))aSyscall[17].pCurrent)
43031 LPDWORD))aSyscall[18].pCurrent)
43040 LPDWORD))aSyscall[19].pCurrent)
43048 #define osGetFileAttributesA ((DWORD(WINAPI*)(LPCSTR))aSyscall[20].pCurrent)
43056 #define osGetFileAttributesW ((DWORD(WINAPI*)(LPCWSTR))aSyscall[21].pCurrent)
43065 LPVOID))aSyscall[22].pCurrent)
43073 #define osGetFileSize ((DWORD(WINAPI*)(HANDLE,LPDWORD))aSyscall[23].pCurrent)
43082 LPSTR*))aSyscall[24].pCurrent)
43091 LPWSTR*))aSyscall[25].pCurrent)
43095 #define osGetLastError ((DWORD(WINAPI*)(VOID))aSyscall[26].pCurrent)
43111 LPCSTR))aSyscall[27].pCurrent)
43119 #define osGetSystemInfo ((VOID(WINAPI*)(LPSYSTEM_INFO))aSyscall[28].pCurrent)
43123 #define osGetSystemTime ((VOID(WINAPI*)(LPSYSTEMTIME))aSyscall[29].pCurrent)
43132 LPFILETIME))aSyscall[30].pCurrent)
43140 #define osGetTempPathA ((DWORD(WINAPI*)(DWORD,LPSTR))aSyscall[31].pCurrent)
43148 #define osGetTempPathW ((DWORD(WINAPI*)(DWORD,LPWSTR))aSyscall[32].pCurrent)
43156 #define osGetTickCount ((DWORD(WINAPI*)(VOID))aSyscall[33].pCurrent)
43165 LPOSVERSIONINFOA))aSyscall[34].pCurrent)
43175 LPOSVERSIONINFOW))aSyscall[35].pCurrent)
43180 SIZE_T))aSyscall[36].pCurrent)
43189 SIZE_T))aSyscall[37].pCurrent)
43197 #define osHeapDestroy ((BOOL(WINAPI*)(HANDLE))aSyscall[38].pCurrent)
43201 #define osHeapFree ((BOOL(WINAPI*)(HANDLE,DWORD,LPVOID))aSyscall[39].pCurrent)
43206 SIZE_T))aSyscall[40].pCurrent)
43211 LPCVOID))aSyscall[41].pCurrent)
43220 LPCVOID))aSyscall[42].pCurrent)
43228 #define osHeapCompact ((UINT(WINAPI*)(HANDLE,DWORD))aSyscall[43].pCurrent)
43236 #define osLoadLibraryA ((HMODULE(WINAPI*)(LPCSTR))aSyscall[44].pCurrent)
43245 #define osLoadLibraryW ((HMODULE(WINAPI*)(LPCWSTR))aSyscall[45].pCurrent)
43253 #define osLocalFree ((HLOCAL(WINAPI*)(HLOCAL))aSyscall[46].pCurrent)
43263 DWORD))aSyscall[47].pCurrent)
43274 LPOVERLAPPED))aSyscall[48].pCurrent)
43285 SIZE_T))aSyscall[49].pCurrent)
43290 int))aSyscall[50].pCurrent)
43295 LARGE_INTEGER*))aSyscall[51].pCurrent)
43300 LPOVERLAPPED))aSyscall[52].pCurrent)
43304 #define osSetEndOfFile ((BOOL(WINAPI*)(HANDLE))aSyscall[53].pCurrent)
43313 DWORD))aSyscall[54].pCurrent)
43321 #define osSleep ((VOID(WINAPI*)(DWORD))aSyscall[55].pCurrent)
43326 LPFILETIME))aSyscall[56].pCurrent)
43336 DWORD))aSyscall[57].pCurrent)
43346 LPOVERLAPPED))aSyscall[58].pCurrent)
43354 #define osUnmapViewOfFile ((BOOL(WINAPI*)(LPCVOID))aSyscall[59].pCurrent)
43359 LPCSTR,LPBOOL))aSyscall[60].pCurrent)
43364 LPOVERLAPPED))aSyscall[61].pCurrent)
43373 DWORD,DWORD))aSyscall[62].pCurrent)
43382 DWORD))aSyscall[63].pCurrent)
43391 BOOL))aSyscall[64].pCurrent)
43400 PLARGE_INTEGER,DWORD))aSyscall[65].pCurrent)
43409 FILE_INFO_BY_HANDLE_CLASS,LPVOID,DWORD))aSyscall[66].pCurrent)
43418 SIZE_T))aSyscall[67].pCurrent)
43427 LPCREATEFILE2_EXTENDED_PARAMETERS))aSyscall[68].pCurrent)
43436 DWORD))aSyscall[69].pCurrent)
43444 #define osGetTickCount64 ((ULONGLONG(WINAPI*)(VOID))aSyscall[70].pCurrent)
43453 LPSYSTEM_INFO))aSyscall[71].pCurrent)
43461 #define osOutputDebugStringA ((VOID(WINAPI*)(LPCSTR))aSyscall[72].pCurrent)
43469 #define osOutputDebugStringW ((VOID(WINAPI*)(LPCWSTR))aSyscall[73].pCurrent)
43473 #define osGetProcessHeap ((HANDLE(WINAPI*)(VOID))aSyscall[74].pCurrent)
43482 LPSECURITY_ATTRIBUTES,ULONG,ULONG64,LPCWSTR))aSyscall[75].pCurrent)
43497 SQLITE_WIN32_VOLATILE*, LONG,LONG))aSyscall[76].pCurrent)
43506 #define osUuidCreate ((RPC_STATUS(RPC_ENTRY*)(UUID*))aSyscall[77].pCurrent)
43515 ((RPC_STATUS(RPC_ENTRY*)(UUID*))aSyscall[78].pCurrent)
43524 ((BOOL(WINAPI*)(LPCVOID,SIZE_T))aSyscall[79].pCurrent)
43550 aSyscall[i].pCurrent = aSyscall[i].pDefault;
43560 aSyscall[i].pDefault = aSyscall[i].pCurrent;
43564 aSyscall[i].pCurrent = pNewFunc;
43585 if( strcmp(zName, aSyscall[i].zName)==0 ) return aSyscall[i].pCurrent;
43606 if( aSyscall[i].pCurrent!=0 ) return aSyscall[i].zName;