Lines Matching defs:pCurrent

6583 ** ^The current value of the parameter is returned into *pCurrent.
6590 ** value. For these latter parameters nothing is written into *pCurrent.)^
6597 ** interfaces. However the values returned in *pCurrent and
6600 ** in between the times when *pCurrent and *pHighwater are written.
6604 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
6630 ** The value written into the *pCurrent parameter is undefined.</dd>)^
6656 ** The value written into the *pCurrent parameter is undefined.</dd>)^
6680 ** The value written into the *pCurrent parameter is undefined.</dd>)^
13794 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag){
13799 *pCurrent = wsdStat.nowValue[op];
13813 int *pCurrent, /* Write current value here */
13821 *pCurrent = db->lookaside.nOut;
13837 *pCurrent = 0;
13862 *pCurrent = totalUsed;
13868 ** *pCurrent gets an accurate estimate of the amount of memory used
13906 *pCurrent = nByte;
13911 ** *pCurrent gets an accurate estimate of the amount of memory used
13927 *pCurrent = nByte;
13933 ** Set *pCurrent to the total cache hits or misses encountered by all
13952 *pCurrent = nRet;
23453 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
23457 #define osOpen ((int(*)(const char*,int,int))aSyscall[0].pCurrent)
23460 #define osClose ((int(*)(int))aSyscall[1].pCurrent)
23463 #define osAccess ((int(*)(const char*,int))aSyscall[2].pCurrent)
23466 #define osGetcwd ((char*(*)(char*,size_t))aSyscall[3].pCurrent)
23469 #define osStat ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent)
23482 #define osFstat ((int(*)(int,struct stat*))aSyscall[5].pCurrent)
23486 #define osFtruncate ((int(*)(int,off_t))aSyscall[6].pCurrent)
23489 #define osFcntl ((int(*)(int,int,...))aSyscall[7].pCurrent)
23492 #define osRead ((ssize_t(*)(int,void*,size_t))aSyscall[8].pCurrent)
23499 #define osPread ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[9].pCurrent)
23506 #define osPread64 ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[10].pCurrent)
23509 #define osWrite ((ssize_t(*)(int,const void*,size_t))aSyscall[11].pCurrent)
23517 aSyscall[12].pCurrent)
23525 aSyscall[13].pCurrent)
23528 #define osFchmod ((int(*)(int,mode_t))aSyscall[14].pCurrent)
23535 #define osFallocate ((int(*)(int,off_t,off_t))aSyscall[15].pCurrent)
23538 #define osUnlink ((int(*)(const char*))aSyscall[16].pCurrent)
23541 #define osOpenDirectory ((int(*)(const char*,int*))aSyscall[17].pCurrent)
23544 #define osMkdir ((int(*)(const char*,mode_t))aSyscall[18].pCurrent)
23547 #define osRmdir ((int(*)(const char*))aSyscall[19].pCurrent)
23550 #define osFchown ((int(*)(int,uid_t,gid_t))aSyscall[20].pCurrent)
23553 #define osMmap ((void*(*)(void*,size_t,int,int,int,off_t))aSyscall[21].pCurrent)
23556 #define osMunmap ((void*(*)(void*,size_t))aSyscall[22].pCurrent)
23563 #define osMremap ((void*(*)(void*,size_t,size_t,int,...))aSyscall[23].pCurrent)
23589 aSyscall[i].pCurrent = aSyscall[i].pDefault;
23599 aSyscall[i].pDefault = aSyscall[i].pCurrent;
23603 aSyscall[i].pCurrent = pNewFunc;
23624 if( strcmp(zName, aSyscall[i].zName)==0 ) return aSyscall[i].pCurrent;
23645 if( aSyscall[i].pCurrent!=0 ) return aSyscall[i].zName;
31038 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
31048 #define osAreFileApisANSI ((BOOL(WINAPI*)(VOID))aSyscall[0].pCurrent)
31057 #define osCharLowerW ((LPWSTR(WINAPI*)(LPWSTR))aSyscall[1].pCurrent)
31065 #define osCharUpperW ((LPWSTR(WINAPI*)(LPWSTR))aSyscall[2].pCurrent)
31069 #define osCloseHandle ((BOOL(WINAPI*)(HANDLE))aSyscall[3].pCurrent)
31078 LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE))aSyscall[4].pCurrent)
31087 LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE))aSyscall[5].pCurrent)
31097 DWORD,DWORD,DWORD,LPCSTR))aSyscall[6].pCurrent)
31107 DWORD,DWORD,DWORD,LPCWSTR))aSyscall[7].pCurrent)
31116 LPCWSTR))aSyscall[8].pCurrent)
31124 #define osDeleteFileA ((BOOL(WINAPI*)(LPCSTR))aSyscall[9].pCurrent)
31132 #define osDeleteFileW ((BOOL(WINAPI*)(LPCWSTR))aSyscall[10].pCurrent)
31141 LPFILETIME))aSyscall[11].pCurrent)
31150 LPSYSTEMTIME))aSyscall[12].pCurrent)
31154 #define osFlushFileBuffers ((BOOL(WINAPI*)(HANDLE))aSyscall[13].pCurrent)
31163 DWORD,va_list*))aSyscall[14].pCurrent)
31172 DWORD,va_list*))aSyscall[15].pCurrent)
31180 #define osFreeLibrary ((BOOL(WINAPI*)(HMODULE))aSyscall[16].pCurrent)
31184 #define osGetCurrentProcessId ((DWORD(WINAPI*)(VOID))aSyscall[17].pCurrent)
31193 LPDWORD))aSyscall[18].pCurrent)
31202 LPDWORD))aSyscall[19].pCurrent)
31210 #define osGetFileAttributesA ((DWORD(WINAPI*)(LPCSTR))aSyscall[20].pCurrent)
31218 #define osGetFileAttributesW ((DWORD(WINAPI*)(LPCWSTR))aSyscall[21].pCurrent)
31227 LPVOID))aSyscall[22].pCurrent)
31235 #define osGetFileSize ((DWORD(WINAPI*)(HANDLE,LPDWORD))aSyscall[23].pCurrent)
31244 LPSTR*))aSyscall[24].pCurrent)
31253 LPWSTR*))aSyscall[25].pCurrent)
31257 #define osGetLastError ((DWORD(WINAPI*)(VOID))aSyscall[26].pCurrent)
31273 LPCSTR))aSyscall[27].pCurrent)
31281 #define osGetSystemInfo ((VOID(WINAPI*)(LPSYSTEM_INFO))aSyscall[28].pCurrent)
31285 #define osGetSystemTime ((VOID(WINAPI*)(LPSYSTEMTIME))aSyscall[29].pCurrent)
31294 LPFILETIME))aSyscall[30].pCurrent)
31302 #define osGetTempPathA ((DWORD(WINAPI*)(DWORD,LPSTR))aSyscall[31].pCurrent)
31310 #define osGetTempPathW ((DWORD(WINAPI*)(DWORD,LPWSTR))aSyscall[32].pCurrent)
31318 #define osGetTickCount ((DWORD(WINAPI*)(VOID))aSyscall[33].pCurrent)
31327 LPOSVERSIONINFOA))aSyscall[34].pCurrent)
31332 SIZE_T))aSyscall[35].pCurrent)
31341 SIZE_T))aSyscall[36].pCurrent)
31349 #define osHeapDestroy ((BOOL(WINAPI*)(HANDLE))aSyscall[37].pCurrent)
31353 #define osHeapFree ((BOOL(WINAPI*)(HANDLE,DWORD,LPVOID))aSyscall[38].pCurrent)
31358 SIZE_T))aSyscall[39].pCurrent)
31363 LPCVOID))aSyscall[40].pCurrent)
31372 LPCVOID))aSyscall[41].pCurrent)
31380 #define osLoadLibraryA ((HMODULE(WINAPI*)(LPCSTR))aSyscall[42].pCurrent)
31389 #define osLoadLibraryW ((HMODULE(WINAPI*)(LPCWSTR))aSyscall[43].pCurrent)
31397 #define osLocalFree ((HLOCAL(WINAPI*)(HLOCAL))aSyscall[44].pCurrent)
31407 DWORD))aSyscall[45].pCurrent)
31418 LPOVERLAPPED))aSyscall[46].pCurrent)
31428 SIZE_T))aSyscall[47].pCurrent)
31433 int))aSyscall[48].pCurrent)
31438 LARGE_INTEGER*))aSyscall[49].pCurrent)
31443 LPOVERLAPPED))aSyscall[50].pCurrent)
31447 #define osSetEndOfFile ((BOOL(WINAPI*)(HANDLE))aSyscall[51].pCurrent)
31456 DWORD))aSyscall[52].pCurrent)
31464 #define osSleep ((VOID(WINAPI*)(DWORD))aSyscall[53].pCurrent)
31469 LPFILETIME))aSyscall[54].pCurrent)
31479 DWORD))aSyscall[55].pCurrent)
31489 LPOVERLAPPED))aSyscall[56].pCurrent)
31497 #define osUnmapViewOfFile ((BOOL(WINAPI*)(LPCVOID))aSyscall[57].pCurrent)
31502 LPCSTR,LPBOOL))aSyscall[58].pCurrent)
31507 LPOVERLAPPED))aSyscall[59].pCurrent)
31516 DWORD,DWORD))aSyscall[60].pCurrent)
31525 DWORD))aSyscall[61].pCurrent)
31534 BOOL))aSyscall[62].pCurrent)
31543 PLARGE_INTEGER,DWORD))aSyscall[63].pCurrent)
31552 FILE_INFO_BY_HANDLE_CLASS,LPVOID,DWORD))aSyscall[64].pCurrent)
31561 SIZE_T))aSyscall[65].pCurrent)
31570 LPCREATEFILE2_EXTENDED_PARAMETERS))aSyscall[66].pCurrent)
31579 DWORD))aSyscall[67].pCurrent)
31587 #define osGetTickCount64 ((ULONGLONG(WINAPI*)(VOID))aSyscall[68].pCurrent)
31596 LPSYSTEM_INFO))aSyscall[69].pCurrent)
31604 #define osOutputDebugStringA ((VOID(WINAPI*)(LPCSTR))aSyscall[70].pCurrent)
31612 #define osOutputDebugStringW ((VOID(WINAPI*)(LPCWSTR))aSyscall[71].pCurrent)
31616 #define osGetProcessHeap ((HANDLE(WINAPI*)(VOID))aSyscall[72].pCurrent)
31625 LPSECURITY_ATTRIBUTES,ULONG,ULONG64,LPCWSTR))aSyscall[73].pCurrent)
31651 aSyscall[i].pCurrent = aSyscall[i].pDefault;
31661 aSyscall[i].pDefault = aSyscall[i].pCurrent;
31665 aSyscall[i].pCurrent = pNewFunc;
31686 if( strcmp(zName, aSyscall[i].zName)==0 ) return aSyscall[i].pCurrent;
31707 if( aSyscall[i].pCurrent!=0 ) return aSyscall[i].zName;