Lines Matching defs:pCurrent
6347 ** ^The current value of the parameter is returned into *pCurrent.
6354 ** value. For these latter parameters nothing is written into *pCurrent.)^
6361 ** interfaces. However the values returned in *pCurrent and
6364 ** in between the times when *pCurrent and *pHighwater are written.
6368 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
6394 ** The value written into the *pCurrent parameter is undefined.</dd>)^
6420 ** The value written into the *pCurrent parameter is undefined.</dd>)^
6444 ** The value written into the *pCurrent parameter is undefined.</dd>)^
13371 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag){
13376 *pCurrent = wsdStat.nowValue[op];
13390 int *pCurrent, /* Write current value here */
13398 *pCurrent = db->lookaside.nOut;
13414 *pCurrent = 0;
13439 *pCurrent = totalUsed;
13445 ** *pCurrent gets an accurate estimate of the amount of memory used
13483 *pCurrent = nByte;
13488 ** *pCurrent gets an accurate estimate of the amount of memory used
13503 *pCurrent = nByte;
13509 ** Set *pCurrent to the total cache hits or misses encountered by all
13526 *pCurrent = nRet;
25344 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
25348 #define osOpen ((int(*)(const char*,int,int))aSyscall[0].pCurrent)
25351 #define osClose ((int(*)(int))aSyscall[1].pCurrent)
25354 #define osAccess ((int(*)(const char*,int))aSyscall[2].pCurrent)
25357 #define osGetcwd ((char*(*)(char*,size_t))aSyscall[3].pCurrent)
25360 #define osStat ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent)
25373 #define osFstat ((int(*)(int,struct stat*))aSyscall[5].pCurrent)
25377 #define osFtruncate ((int(*)(int,off_t))aSyscall[6].pCurrent)
25380 #define osFcntl ((int(*)(int,int,...))aSyscall[7].pCurrent)
25383 #define osRead ((ssize_t(*)(int,void*,size_t))aSyscall[8].pCurrent)
25390 #define osPread ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[9].pCurrent)
25399 #define osPread64 ((ssize_t(*)(int,void*,size_t,off64_t))aSyscall[10].pCurrent)
25401 #define osPread64 ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[10].pCurrent)
25405 #define osWrite ((ssize_t(*)(int,const void*,size_t))aSyscall[11].pCurrent)
25413 aSyscall[12].pCurrent)
25423 aSyscall[13].pCurrent)
25426 aSyscall[13].pCurrent)
25434 #define osFchmod ((int(*)(int,mode_t))aSyscall[14].pCurrent)
25441 #define osFallocate ((int(*)(int,off_t,off_t))aSyscall[15].pCurrent)
25444 #define osUnlink ((int(*)(const char*))aSyscall[16].pCurrent)
25447 #define osOpenDirectory ((int(*)(const char*,int*))aSyscall[17].pCurrent)
25450 #define osMkdir ((int(*)(const char*,mode_t))aSyscall[18].pCurrent)
25453 #define osRmdir ((int(*)(const char*))aSyscall[19].pCurrent)
25456 #define osFchown ((int(*)(int,uid_t,gid_t))aSyscall[20].pCurrent)
25459 #define osUmask ((mode_t(*)(mode_t))aSyscall[21].pCurrent)
25485 aSyscall[i].pCurrent = aSyscall[i].pDefault;
25495 aSyscall[i].pDefault = aSyscall[i].pCurrent;
25499 aSyscall[i].pCurrent = pNewFunc;
25520 if( strcmp(zName, aSyscall[i].zName)==0 ) return aSyscall[i].pCurrent;
25541 if( aSyscall[i].pCurrent!=0 ) return aSyscall[i].zName;
32353 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
32359 #define osAreFileApisANSI ((BOOL(WINAPI*)(VOID))aSyscall[0].pCurrent)
32370 #define osCharLowerW ((LPWSTR(WINAPI*)(LPWSTR))aSyscall[1].pCurrent)
32378 #define osCharUpperW ((LPWSTR(WINAPI*)(LPWSTR))aSyscall[2].pCurrent)
32382 #define osCloseHandle ((BOOL(WINAPI*)(HANDLE))aSyscall[3].pCurrent)
32391 LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE))aSyscall[4].pCurrent)
32400 LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE))aSyscall[5].pCurrent)
32405 DWORD,DWORD,DWORD,LPCTSTR))aSyscall[6].pCurrent)
32414 DWORD,DWORD,DWORD,LPCWSTR))aSyscall[7].pCurrent)
32423 LPCWSTR))aSyscall[8].pCurrent)
32431 #define osDeleteFileA ((BOOL(WINAPI*)(LPCSTR))aSyscall[9].pCurrent)
32439 #define osDeleteFileW ((BOOL(WINAPI*)(LPCWSTR))aSyscall[10].pCurrent)
32448 LPFILETIME))aSyscall[11].pCurrent)
32457 LPSYSTEMTIME))aSyscall[12].pCurrent)
32461 #define osFlushFileBuffers ((BOOL(WINAPI*)(HANDLE))aSyscall[13].pCurrent)
32470 DWORD,va_list*))aSyscall[14].pCurrent)
32479 DWORD,va_list*))aSyscall[15].pCurrent)
32483 #define osFreeLibrary ((BOOL(WINAPI*)(HMODULE))aSyscall[16].pCurrent)
32487 #define osGetCurrentProcessId ((DWORD(WINAPI*)(VOID))aSyscall[17].pCurrent)
32496 LPDWORD))aSyscall[18].pCurrent)
32505 LPDWORD))aSyscall[19].pCurrent)
32513 #define osGetFileAttributesA ((DWORD(WINAPI*)(LPCSTR))aSyscall[20].pCurrent)
32521 pCurrent)
32530 LPVOID))aSyscall[22].pCurrent)
32534 #define osGetFileSize ((DWORD(WINAPI*)(HANDLE,LPDWORD))aSyscall[23].pCurrent)
32543 LPSTR*))aSyscall[24].pCurrent)
32552 LPWSTR*))aSyscall[25].pCurrent)
32556 #define osGetLastError ((DWORD(WINAPI*)(VOID))aSyscall[26].pCurrent)
32568 LPCSTR))aSyscall[27].pCurrent)
32572 #define osGetSystemInfo ((VOID(WINAPI*)(LPSYSTEM_INFO))aSyscall[28].pCurrent)
32576 #define osGetSystemTime ((VOID(WINAPI*)(LPSYSTEMTIME))aSyscall[29].pCurrent)
32585 LPFILETIME))aSyscall[30].pCurrent)
32593 #define osGetTempPathA ((DWORD(WINAPI*)(DWORD,LPSTR))aSyscall[31].pCurrent)
32601 #define osGetTempPathW ((DWORD(WINAPI*)(DWORD,LPWSTR))aSyscall[32].pCurrent)
32605 #define osGetTickCount ((DWORD(WINAPI*)(VOID))aSyscall[33].pCurrent)
32614 LPOSVERSIONINFOA))aSyscall[34].pCurrent)
32619 SIZE_T))aSyscall[35].pCurrent)
32624 SIZE_T))aSyscall[36].pCurrent)
32628 #define osHeapDestroy ((BOOL(WINAPI*)(HANDLE))aSyscall[37].pCurrent)
32632 #define osHeapFree ((BOOL(WINAPI*)(HANDLE,DWORD,LPVOID))aSyscall[38].pCurrent)
32637 SIZE_T))aSyscall[39].pCurrent)
32642 LPCVOID))aSyscall[40].pCurrent)
32647 LPCVOID))aSyscall[41].pCurrent)
32655 #define osLoadLibraryA ((HMODULE(WINAPI*)(LPCSTR))aSyscall[42].pCurrent)
32663 #define osLoadLibraryW ((HMODULE(WINAPI*)(LPCWSTR))aSyscall[43].pCurrent)
32667 #define osLocalFree ((HLOCAL(WINAPI*)(HLOCAL))aSyscall[44].pCurrent)
32673 DWORD))aSyscall[45].pCurrent)
32682 LPOVERLAPPED))aSyscall[46].pCurrent)
32690 SIZE_T))aSyscall[47].pCurrent)
32695 int))aSyscall[48].pCurrent)
32700 LARGE_INTEGER*))aSyscall[49].pCurrent)
32705 LPOVERLAPPED))aSyscall[50].pCurrent)
32709 #define osSetEndOfFile ((BOOL(WINAPI*)(HANDLE))aSyscall[51].pCurrent)
32714 DWORD))aSyscall[52].pCurrent)
32718 #define osSleep ((VOID(WINAPI*)(DWORD))aSyscall[53].pCurrent)
32723 LPFILETIME))aSyscall[54].pCurrent)
32729 DWORD))aSyscall[55].pCurrent)
32738 LPOVERLAPPED))aSyscall[56].pCurrent)
32745 #define osUnmapViewOfFile ((BOOL(WINAPI*)(LPCVOID))aSyscall[57].pCurrent)
32750 LPCSTR,LPBOOL))aSyscall[58].pCurrent)
32755 LPOVERLAPPED))aSyscall[59].pCurrent)
32781 aSyscall[i].pCurrent = aSyscall[i].pDefault;
32791 aSyscall[i].pDefault = aSyscall[i].pCurrent;
32795 aSyscall[i].pCurrent = pNewFunc;
32816 if( strcmp(zName, aSyscall[i].zName)==0 ) return aSyscall[i].pCurrent;
32837 if( aSyscall[i].pCurrent!=0 ) return aSyscall[i].zName;