Home | History | Annotate | Download | only in dist

Lines Matching refs: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;
25337 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
25341 #define osOpen ((int(*)(const char*,int,int))aSyscall[0].pCurrent)
25344 #define osClose ((int(*)(int))aSyscall[1].pCurrent)
25347 #define osAccess ((int(*)(const char*,int))aSyscall[2].pCurrent)
25350 #define osGetcwd ((char*(*)(char*,size_t))aSyscall[3].pCurrent)
25353 #define osStat ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent)
25366 #define osFstat ((int(*)(int,struct stat*))aSyscall[5].pCurrent)
25370 #define osFtruncate ((int(*)(int,off_t))aSyscall[6].pCurrent)
25373 #define osFcntl ((int(*)(int,int,...))aSyscall[7].pCurrent)
25376 #define osRead ((ssize_t(*)(int,void*,size_t))aSyscall[8].pCurrent)
25383 #define osPread ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[9].pCurrent)
25392 #define osPread64 ((ssize_t(*)(int,void*,size_t,off64_t))aSyscall[10].pCurrent)
25394 #define osPread64 ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[10].pCurrent)
25398 #define osWrite ((ssize_t(*)(int,const void*,size_t))aSyscall[11].pCurrent)
25406 aSyscall[12].pCurrent)
25416 aSyscall[13].pCurrent)
25419 aSyscall[13].pCurrent)
25427 #define osFchmod ((int(*)(int,mode_t))aSyscall[14].pCurrent)
25434 #define osFallocate ((int(*)(int,off_t,off_t))aSyscall[15].pCurrent)
25437 #define osUnlink ((int(*)(const char*))aSyscall[16].pCurrent)
25440 #define osOpenDirectory ((int(*)(const char*,int*))aSyscall[17].pCurrent)
25443 #define osMkdir ((int(*)(const char*,mode_t))aSyscall[18].pCurrent)
25446 #define osRmdir ((int(*)(const char*))aSyscall[19].pCurrent)
25449 #define osFchown ((int(*)(int,uid_t,gid_t))aSyscall[20].pCurrent)
25452 #define osUmask ((mode_t(*)(mode_t))aSyscall[21].pCurrent)
25478 aSyscall[i].pCurrent = aSyscall[i].pDefault;
25488 aSyscall[i].pDefault = aSyscall[i].pCurrent;
25492 aSyscall[i].pCurrent = pNewFunc;
25513 if( strcmp(zName, aSyscall[i].zName)==0 ) return aSyscall[i].pCurrent;
25534 if( aSyscall[i].pCurrent!=0 ) return aSyscall[i].zName;
32336 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
32342 #define osAreFileApisANSI ((BOOL(WINAPI*)(VOID))aSyscall[0].pCurrent)
32353 #define osCharLowerW ((LPWSTR(WINAPI*)(LPWSTR))aSyscall[1].pCurrent)
32361 #define osCharUpperW ((LPWSTR(WINAPI*)(LPWSTR))aSyscall[2].pCurrent)
32365 #define osCloseHandle ((BOOL(WINAPI*)(HANDLE))aSyscall[3].pCurrent)
32374 LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE))aSyscall[4].pCurrent)
32383 LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE))aSyscall[5].pCurrent)
32388 DWORD,DWORD,DWORD,LPCTSTR))aSyscall[6].pCurrent)
32397 DWORD,DWORD,DWORD,LPCWSTR))aSyscall[7].pCurrent)
32406 LPCWSTR))aSyscall[8].pCurrent)
32414 #define osDeleteFileA ((BOOL(WINAPI*)(LPCSTR))aSyscall[9].pCurrent)
32422 #define osDeleteFileW ((BOOL(WINAPI*)(LPCWSTR))aSyscall[10].pCurrent)
32431 LPFILETIME))aSyscall[11].pCurrent)
32440 LPSYSTEMTIME))aSyscall[12].pCurrent)
32444 #define osFlushFileBuffers ((BOOL(WINAPI*)(HANDLE))aSyscall[13].pCurrent)
32453 DWORD,va_list*))aSyscall[14].pCurrent)
32462 DWORD,va_list*))aSyscall[15].pCurrent)
32466 #define osFreeLibrary ((BOOL(WINAPI*)(HMODULE))aSyscall[16].pCurrent)
32470 #define osGetCurrentProcessId ((DWORD(WINAPI*)(VOID))aSyscall[17].pCurrent)
32479 LPDWORD))aSyscall[18].pCurrent)
32488 LPDWORD))aSyscall[19].pCurrent)
32496 #define osGetFileAttributesA ((DWORD(WINAPI*)(LPCSTR))aSyscall[20].pCurrent)
32504 #define osGetFileAttributesW ((DWORD(WINAPI*)(LPCWSTR))aSyscall[21].pCurrent)
32513 LPVOID))aSyscall[22].pCurrent)
32517 #define osGetFileSize ((DWORD(WINAPI*)(HANDLE,LPDWORD))aSyscall[23].pCurrent)
32526 LPSTR*))aSyscall[24].pCurrent)
32535 LPWSTR*))aSyscall[25].pCurrent)
32539 #define osGetLastError ((DWORD(WINAPI*)(VOID))aSyscall[26].pCurrent)
32551 LPCSTR))aSyscall[27].pCurrent)
32555 #define osGetSystemInfo ((VOID(WINAPI*)(LPSYSTEM_INFO))aSyscall[28].pCurrent)
32559 #define osGetSystemTime ((VOID(WINAPI*)(LPSYSTEMTIME))aSyscall[29].pCurrent)
32568 LPFILETIME))aSyscall[30].pCurrent)
32576 #define osGetTempPathA ((DWORD(WINAPI*)(DWORD,LPSTR))aSyscall[31].pCurrent)
32584 #define osGetTempPathW ((DWORD(WINAPI*)(DWORD,LPWSTR))aSyscall[32].pCurrent)
32588 #define osGetTickCount ((DWORD(WINAPI*)(VOID))aSyscall[33].pCurrent)
32597 LPOSVERSIONINFOA))aSyscall[34].pCurrent)
32602 SIZE_T))aSyscall[35].pCurrent)
32607 SIZE_T))aSyscall[36].pCurrent)
32611 #define osHeapDestroy ((BOOL(WINAPI*)(HANDLE))aSyscall[37].pCurrent)
32615 #define osHeapFree ((BOOL(WINAPI*)(HANDLE,DWORD,LPVOID))aSyscall[38].pCurrent)
32620 SIZE_T))aSyscall[39].pCurrent)
32625 LPCVOID))aSyscall[40].pCurrent)
32630 LPCVOID))aSyscall[41].pCurrent)
32638 #define osLoadLibraryA ((HMODULE(WINAPI*)(LPCSTR))aSyscall[42].pCurrent)
32646 #define osLoadLibraryW ((HMODULE(WINAPI*)(LPCWSTR))aSyscall[43].pCurrent)
32650 #define osLocalFree ((HLOCAL(WINAPI*)(HLOCAL))aSyscall[44].pCurrent)
32656 DWORD))aSyscall[45].pCurrent)
32665 LPOVERLAPPED))aSyscall[46].pCurrent)
32673 SIZE_T))aSyscall[47].pCurrent)
32678 int))aSyscall[48].pCurrent)
32683 LARGE_INTEGER*))aSyscall[49].pCurrent)
32688 LPOVERLAPPED))aSyscall[50].pCurrent)
32692 #define osSetEndOfFile ((BOOL(WINAPI*)(HANDLE))aSyscall[51].pCurrent)
32697 DWORD))aSyscall[52].pCurrent)
32701 #define osSleep ((VOID(WINAPI*)(DWORD))aSyscall[53].pCurrent)
32706 LPFILETIME))aSyscall[54].pCurrent)
32712 DWORD))aSyscall[55].pCurrent)
32721 LPOVERLAPPED))aSyscall[56].pCurrent)
32728 #define osUnmapViewOfFile ((BOOL(WINAPI*)(LPCVOID))aSyscall[57].pCurrent)
32733 LPCSTR,LPBOOL))aSyscall[58].pCurrent)
32738 LPOVERLAPPED))aSyscall[59].pCurrent)
32764 aSyscall[i].pCurrent = aSyscall[i].pDefault;
32774 aSyscall[i].pDefault = aSyscall[i].pCurrent;
32778 aSyscall[i].pCurrent = pNewFunc;
32799 if( strcmp(zName, aSyscall[i].zName)==0 ) return aSyscall[i].pCurrent;
32820 if( aSyscall[i].pCurrent!=0 ) return aSyscall[i].zName;