Lines Matching refs:pCurrent

6293 ** ^The current value of the parameter is returned into *pCurrent.
6300 ** value. For these latter parameters nothing is written into *pCurrent.)^
6307 ** interfaces. However the values returned in *pCurrent and
6310 ** in between the times when *pCurrent and *pHighwater are written.
6314 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
6340 ** The value written into the *pCurrent parameter is undefined.</dd>)^
6366 ** The value written into the *pCurrent parameter is undefined.</dd>)^
6390 ** The value written into the *pCurrent parameter is undefined.</dd>)^
14414 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag){
14419 *pCurrent = wsdStat.nowValue[op];
14433 int *pCurrent, /* Write current value here */
14441 *pCurrent = db->lookaside.nOut;
14457 *pCurrent = 0;
14482 *pCurrent = totalUsed;
14488 ** *pCurrent gets an accurate estimate of the amount of memory used
14526 *pCurrent = nByte;
14531 ** *pCurrent gets an accurate estimate of the amount of memory used
14547 *pCurrent = nByte;
14553 ** Set *pCurrent to the total cache hits or misses encountered by all
14572 *pCurrent = nRet;
14576 /* Set *pCurrent to non-zero if there are unresolved deferred foreign
14577 ** key constraints. Set *pCurrent to zero if all foreign key constraints
14582 *pCurrent = db->nDeferredImmCons>0 || db->nDeferredCons>0;
24617 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
24621 #define osOpen ((int(*)(const char*,int,int))aSyscall[0].pCurrent)
24624 #define osClose ((int(*)(int))aSyscall[1].pCurrent)
24627 #define osAccess ((int(*)(const char*,int))aSyscall[2].pCurrent)
24630 #define osGetcwd ((char*(*)(char*,size_t))aSyscall[3].pCurrent)
24633 #define osStat ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent)
24646 #define osFstat ((int(*)(int,struct stat*))aSyscall[5].pCurrent)
24650 #define osFtruncate ((int(*)(int,off_t))aSyscall[6].pCurrent)
24653 #define osFcntl ((int(*)(int,int,...))aSyscall[7].pCurrent)
24656 #define osRead ((ssize_t(*)(int,void*,size_t))aSyscall[8].pCurrent)
24663 #define osPread ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[9].pCurrent)
24672 #define osPread64 ((ssize_t(*)(int,void*,size_t,off64_t))aSyscall[10].pCurrent)
24674 #define osPread64 ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[10].pCurrent)
24678 #define osWrite ((ssize_t(*)(int,const void*,size_t))aSyscall[11].pCurrent)
24686 aSyscall[12].pCurrent)
24696 aSyscall[13].pCurrent)
24699 aSyscall[13].pCurrent)
24703 #define osFchmod ((int(*)(int,mode_t))aSyscall[14].pCurrent)
24710 #define osFallocate ((int(*)(int,off_t,off_t))aSyscall[15].pCurrent)
24713 #define osUnlink ((int(*)(const char*))aSyscall[16].pCurrent)
24716 #define osOpenDirectory ((int(*)(const char*,int*))aSyscall[17].pCurrent)
24719 #define osMkdir ((int(*)(const char*,mode_t))aSyscall[18].pCurrent)
24722 #define osRmdir ((int(*)(const char*))aSyscall[19].pCurrent)
24725 #define osFchown ((int(*)(int,uid_t,gid_t))aSyscall[20].pCurrent)
24729 #define osMmap ((void*(*)(void*,size_t,int,int,int,off_t))aSyscall[21].pCurrent)
24732 #define osMunmap ((void*(*)(void*,size_t))aSyscall[22].pCurrent)
24739 #define osMremap ((void*(*)(void*,size_t,size_t,int,...))aSyscall[23].pCurrent)
24741 #define osGetpagesize ((int(*)(void))aSyscall[24].pCurrent)
24769 aSyscall[i].pCurrent = aSyscall[i].pDefault;
24779 aSyscall[i].pDefault = aSyscall[i].pCurrent;
24783 aSyscall[i].pCurrent = pNewFunc;
24804 if( strcmp(zName, aSyscall[i].zName)==0 ) return aSyscall[i].pCurrent;
24825 if( aSyscall[i].pCurrent!=0 ) return aSyscall[i].zName;
32441 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
32451 #define osAreFileApisANSI ((BOOL(WINAPI*)(VOID))aSyscall[0].pCurrent)
32460 #define osCharLowerW ((LPWSTR(WINAPI*)(LPWSTR))aSyscall[1].pCurrent)
32468 #define osCharUpperW ((LPWSTR(WINAPI*)(LPWSTR))aSyscall[2].pCurrent)
32472 #define osCloseHandle ((BOOL(WINAPI*)(HANDLE))aSyscall[3].pCurrent)
32481 LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE))aSyscall[4].pCurrent)
32490 LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE))aSyscall[5].pCurrent)
32500 DWORD,DWORD,DWORD,LPCSTR))aSyscall[6].pCurrent)
32510 DWORD,DWORD,DWORD,LPCWSTR))aSyscall[7].pCurrent)
32519 LPCWSTR))aSyscall[8].pCurrent)
32527 #define osDeleteFileA ((BOOL(WINAPI*)(LPCSTR))aSyscall[9].pCurrent)
32535 #define osDeleteFileW ((BOOL(WINAPI*)(LPCWSTR))aSyscall[10].pCurrent)
32544 LPFILETIME))aSyscall[11].pCurrent)
32553 LPSYSTEMTIME))aSyscall[12].pCurrent)
32557 #define osFlushFileBuffers ((BOOL(WINAPI*)(HANDLE))aSyscall[13].pCurrent)
32566 DWORD,va_list*))aSyscall[14].pCurrent)
32575 DWORD,va_list*))aSyscall[15].pCurrent)
32583 #define osFreeLibrary ((BOOL(WINAPI*)(HMODULE))aSyscall[16].pCurrent)
32587 #define osGetCurrentProcessId ((DWORD(WINAPI*)(VOID))aSyscall[17].pCurrent)
32596 LPDWORD))aSyscall[18].pCurrent)
32605 LPDWORD))aSyscall[19].pCurrent)
32613 #define osGetFileAttributesA ((DWORD(WINAPI*)(LPCSTR))aSyscall[20].pCurrent)
32621 #define osGetFileAttributesW ((DWORD(WINAPI*)(LPCWSTR))aSyscall[21].pCurrent)
32630 LPVOID))aSyscall[22].pCurrent)
32638 #define osGetFileSize ((DWORD(WINAPI*)(HANDLE,LPDWORD))aSyscall[23].pCurrent)
32647 LPSTR*))aSyscall[24].pCurrent)
32656 LPWSTR*))aSyscall[25].pCurrent)
32660 #define osGetLastError ((DWORD(WINAPI*)(VOID))aSyscall[26].pCurrent)
32676 LPCSTR))aSyscall[27].pCurrent)
32684 #define osGetSystemInfo ((VOID(WINAPI*)(LPSYSTEM_INFO))aSyscall[28].pCurrent)
32688 #define osGetSystemTime ((VOID(WINAPI*)(LPSYSTEMTIME))aSyscall[29].pCurrent)
32697 LPFILETIME))aSyscall[30].pCurrent)
32705 #define osGetTempPathA ((DWORD(WINAPI*)(DWORD,LPSTR))aSyscall[31].pCurrent)
32713 #define osGetTempPathW ((DWORD(WINAPI*)(DWORD,LPWSTR))aSyscall[32].pCurrent)
32721 #define osGetTickCount ((DWORD(WINAPI*)(VOID))aSyscall[33].pCurrent)
32731 LPOSVERSIONINFOA))aSyscall[34].pCurrent)
32741 LPOSVERSIONINFOW))aSyscall[35].pCurrent)
32746 SIZE_T))aSyscall[36].pCurrent)
32755 SIZE_T))aSyscall[37].pCurrent)
32763 #define osHeapDestroy ((BOOL(WINAPI*)(HANDLE))aSyscall[38].pCurrent)
32767 #define osHeapFree ((BOOL(WINAPI*)(HANDLE,DWORD,LPVOID))aSyscall[39].pCurrent)
32772 SIZE_T))aSyscall[40].pCurrent)
32777 LPCVOID))aSyscall[41].pCurrent)
32786 LPCVOID))aSyscall[42].pCurrent)
32794 #define osHeapCompact ((UINT(WINAPI*)(HANDLE,DWORD))aSyscall[43].pCurrent)
32802 #define osLoadLibraryA ((HMODULE(WINAPI*)(LPCSTR))aSyscall[44].pCurrent)
32811 #define osLoadLibraryW ((HMODULE(WINAPI*)(LPCWSTR))aSyscall[45].pCurrent)
32819 #define osLocalFree ((HLOCAL(WINAPI*)(HLOCAL))aSyscall[46].pCurrent)
32829 DWORD))aSyscall[47].pCurrent)
32840 LPOVERLAPPED))aSyscall[48].pCurrent)
32850 SIZE_T))aSyscall[49].pCurrent)
32855 int))aSyscall[50].pCurrent)
32860 LARGE_INTEGER*))aSyscall[51].pCurrent)
32865 LPOVERLAPPED))aSyscall[52].pCurrent)
32869 #define osSetEndOfFile ((BOOL(WINAPI*)(HANDLE))aSyscall[53].pCurrent)
32878 DWORD))aSyscall[54].pCurrent)
32886 #define osSleep ((VOID(WINAPI*)(DWORD))aSyscall[55].pCurrent)
32891 LPFILETIME))aSyscall[56].pCurrent)
32901 DWORD))aSyscall[57].pCurrent)
32911 LPOVERLAPPED))aSyscall[58].pCurrent)
32919 #define osUnmapViewOfFile ((BOOL(WINAPI*)(LPCVOID))aSyscall[59].pCurrent)
32924 LPCSTR,LPBOOL))aSyscall[60].pCurrent)
32929 LPOVERLAPPED))aSyscall[61].pCurrent)
32938 DWORD,DWORD))aSyscall[62].pCurrent)
32947 DWORD))aSyscall[63].pCurrent)
32956 BOOL))aSyscall[64].pCurrent)
32965 PLARGE_INTEGER,DWORD))aSyscall[65].pCurrent)
32974 FILE_INFO_BY_HANDLE_CLASS,LPVOID,DWORD))aSyscall[66].pCurrent)
32983 SIZE_T))aSyscall[67].pCurrent)
32992 LPCREATEFILE2_EXTENDED_PARAMETERS))aSyscall[68].pCurrent)
33001 DWORD))aSyscall[69].pCurrent)
33009 #define osGetTickCount64 ((ULONGLONG(WINAPI*)(VOID))aSyscall[70].pCurrent)
33018 LPSYSTEM_INFO))aSyscall[71].pCurrent)
33026 #define osOutputDebugStringA ((VOID(WINAPI*)(LPCSTR))aSyscall[72].pCurrent)
33034 #define osOutputDebugStringW ((VOID(WINAPI*)(LPCWSTR))aSyscall[73].pCurrent)
33038 #define osGetProcessHeap ((HANDLE(WINAPI*)(VOID))aSyscall[74].pCurrent)
33047 LPSECURITY_ATTRIBUTES,ULONG,ULONG64,LPCWSTR))aSyscall[75].pCurrent)
33062 LONG,LONG))aSyscall[76].pCurrent)
33089 aSyscall[i].pCurrent = aSyscall[i].pDefault;
33099 aSyscall[i].pDefault = aSyscall[i].pCurrent;
33103 aSyscall[i].pCurrent = pNewFunc;
33124 if( strcmp(zName, aSyscall[i].zName)==0 ) return aSyscall[i].pCurrent;
33145 if( aSyscall[i].pCurrent!=0 ) return aSyscall[i].zName;