Home | History | Annotate | Download | only in orig

Lines Matching refs:pCurrent

6686 ** ^The current value of the parameter is returned into *pCurrent.
6693 ** value. For these latter parameters nothing is written into *pCurrent.)^
6704 SQLITE_API int SQLITE_STDCALL sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
6707 sqlite3_int64 *pCurrent,
6736 ** The value written into the *pCurrent parameter is undefined.</dd>)^
6762 ** The value written into the *pCurrent parameter is undefined.</dd>)^
6786 ** The value written into the *pCurrent parameter is undefined.</dd>)^
15871 sqlite3_int64 *pCurrent,
15881 if( pCurrent==0 || pHighwater==0 ) return SQLITE_MISUSE_BKPT;
15885 *pCurrent = wsdStat.nowValue[op];
15894 SQLITE_API int SQLITE_STDCALL sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag){
15898 if( pCurrent==0 || pHighwater==0 ) return SQLITE_MISUSE_BKPT;
15902 *pCurrent = (int)iCur;
15914 int *pCurrent, /* Write current value here */
15920 if( !sqlite3SafetyCheckOk(db) || pCurrent==0|| pHighwater==0 ){
15927 *pCurrent = db->lookaside.nOut;
15943 *pCurrent = 0;
15968 *pCurrent = totalUsed;
15974 ** *pCurrent gets an accurate estimate of the amount of memory used
16012 *pCurrent = nByte;
16017 ** *pCurrent gets an accurate estimate of the amount of memory used
16033 *pCurrent = nByte;
16039 ** Set *pCurrent to the total cache hits or misses encountered by all
16060 *pCurrent = nRet;
16064 /* Set *pCurrent to non-zero if there are unresolved deferred foreign
16065 ** key constraints. Set *pCurrent to zero if all foreign key constraints
16070 *pCurrent = db->nDeferredImmCons>0 || db->nDeferredCons>0;
26974 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
26978 #define osOpen ((int(*)(const char*,int,int))aSyscall[0].pCurrent)
26981 #define osClose ((int(*)(int))aSyscall[1].pCurrent)
26984 #define osAccess ((int(*)(const char*,int))aSyscall[2].pCurrent)
26987 #define osGetcwd ((char*(*)(char*,size_t))aSyscall[3].pCurrent)
26990 #define osStat ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent)
27003 #define osFstat ((int(*)(int,struct stat*))aSyscall[5].pCurrent)
27007 #define osFtruncate ((int(*)(int,off_t))aSyscall[6].pCurrent)
27010 #define osFcntl ((int(*)(int,int,...))aSyscall[7].pCurrent)
27013 #define osRead ((ssize_t(*)(int,void*,size_t))aSyscall[8].pCurrent)
27020 #define osPread ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[9].pCurrent)
27027 #define osPread64 ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[10].pCurrent)
27030 #define osWrite ((ssize_t(*)(int,const void*,size_t))aSyscall[11].pCurrent)
27038 aSyscall[12].pCurrent)
27046 aSyscall[13].pCurrent)
27049 #define osFchmod ((int(*)(int,mode_t))aSyscall[14].pCurrent)
27056 #define osFallocate ((int(*)(int,off_t,off_t))aSyscall[15].pCurrent)
27059 #define osUnlink ((int(*)(const char*))aSyscall[16].pCurrent)
27062 #define osOpenDirectory ((int(*)(const char*,int*))aSyscall[17].pCurrent)
27065 #define osMkdir ((int(*)(const char*,mode_t))aSyscall[18].pCurrent)
27068 #define osRmdir ((int(*)(const char*))aSyscall[19].pCurrent)
27071 #define osFchown ((int(*)(int,uid_t,gid_t))aSyscall[20].pCurrent)
27075 #define osMmap ((void*(*)(void*,size_t,int,int,int,off_t))aSyscall[21].pCurrent)
27078 #define osMunmap ((void*(*)(void*,size_t))aSyscall[22].pCurrent)
27085 #define osMremap ((void*(*)(void*,size_t,size_t,int,...))aSyscall[23].pCurrent)
27087 #define osGetpagesize ((int(*)(void))aSyscall[24].pCurrent)
27115 aSyscall[i].pCurrent = aSyscall[i].pDefault;
27125 aSyscall[i].pDefault = aSyscall[i].pCurrent;
27129 aSyscall[i].pCurrent = pNewFunc;
27150 if( strcmp(zName, aSyscall[i].zName)==0 ) return aSyscall[i].pCurrent;
27171 if( aSyscall[i].pCurrent!=0 ) return aSyscall[i].zName;
34834 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
34844 #define osAreFileApisANSI ((BOOL(WINAPI*)(VOID))aSyscall[0].pCurrent)
34853 #define osCharLowerW ((LPWSTR(WINAPI*)(LPWSTR))aSyscall[1].pCurrent)
34861 #define osCharUpperW ((LPWSTR(WINAPI*)(LPWSTR))aSyscall[2].pCurrent)
34865 #define osCloseHandle ((BOOL(WINAPI*)(HANDLE))aSyscall[3].pCurrent)
34874 LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE))aSyscall[4].pCurrent)
34883 pCurrent)
34893 DWORD,DWORD,DWORD,LPCSTR))aSyscall[6].pCurrent)
34903 DWORD,DWORD,DWORD,LPCWSTR))aSyscall[7].pCurrent)
34912 LPCWSTR))aSyscall[8].pCurrent)
34920 #define osDeleteFileA ((BOOL(WINAPI*)(LPCSTR))aSyscall[9].pCurrent)
34928 #define osDeleteFileW ((BOOL(WINAPI*)(LPCWSTR))aSyscall[10].pCurrent)
34937 LPFILETIME))aSyscall[11].pCurrent)
34946 LPSYSTEMTIME))aSyscall[12].pCurrent)
34950 #define osFlushFileBuffers ((BOOL(WINAPI*)(HANDLE))aSyscall[13].pCurrent)
34959 DWORD,va_list*))aSyscall[14].pCurrent)
34968 DWORD,va_list*))aSyscall[15].pCurrent)
34976 #define osFreeLibrary ((BOOL(WINAPI*)(HMODULE))aSyscall[16].pCurrent)
34980 #define osGetCurrentProcessId ((DWORD(WINAPI*)(VOID))aSyscall[17].pCurrent)
34989 LPDWORD))aSyscall[18].pCurrent)
34998 LPDWORD))aSyscall[19].pCurrent)
35006 #define osGetFileAttributesA ((DWORD(WINAPI*)(LPCSTR))aSyscall[20].pCurrent)
35014 #define osGetFileAttributesW ((DWORD(WINAPI*)(LPCWSTR))aSyscall[21].pCurrent)
35023 LPVOID))aSyscall[22].pCurrent)
35031 #define osGetFileSize ((DWORD(WINAPI*)(HANDLE,LPDWORD))aSyscall[23].pCurrent)
35040 LPSTR*))aSyscall[24].pCurrent)
35049 LPWSTR*))aSyscall[25].pCurrent)
35053 #define osGetLastError ((DWORD(WINAPI*)(VOID))aSyscall[26].pCurrent)
35069 LPCSTR))aSyscall[27].pCurrent)
35077 #define osGetSystemInfo ((VOID(WINAPI*)(LPSYSTEM_INFO))aSyscall[28].pCurrent)
35081 #define osGetSystemTime ((VOID(WINAPI*)(LPSYSTEMTIME))aSyscall[29].pCurrent)
35090 LPFILETIME))aSyscall[30].pCurrent)
35098 #define osGetTempPathA ((DWORD(WINAPI*)(DWORD,LPSTR))aSyscall[31].pCurrent)
35106 #define osGetTempPathW ((DWORD(WINAPI*)(DWORD,LPWSTR))aSyscall[32].pCurrent)
35114 #define osGetTickCount ((DWORD(WINAPI*)(VOID))aSyscall[33].pCurrent)
35124 LPOSVERSIONINFOA))aSyscall[34].pCurrent)
35134 LPOSVERSIONINFOW))aSyscall[35].pCurrent)
35139 SIZE_T))aSyscall[36].pCurrent)
35148 SIZE_T))aSyscall[37].pCurrent)
35156 #define osHeapDestroy ((BOOL(WINAPI*)(HANDLE))aSyscall[38].pCurrent)
35160 #define osHeapFree ((BOOL(WINAPI*)(HANDLE,DWORD,LPVOID))aSyscall[39].pCurrent)
35165 SIZE_T))aSyscall[40].pCurrent)
35170 LPCVOID))aSyscall[41].pCurrent)
35179 LPCVOID))aSyscall[42].pCurrent)
35187 #define osHeapCompact ((UINT(WINAPI*)(HANDLE,DWORD))aSyscall[43].pCurrent)
35195 #define osLoadLibraryA ((HMODULE(WINAPI*)(LPCSTR))aSyscall[44].pCurrent)
35204 #define osLoadLibraryW ((HMODULE(WINAPI*)(LPCWSTR))aSyscall[45].pCurrent)
35212 #define osLocalFree ((HLOCAL(WINAPI*)(HLOCAL))aSyscall[46].pCurrent)
35222 DWORD))aSyscall[47].pCurrent)
35233 LPOVERLAPPED))aSyscall[48].pCurrent)
35244 SIZE_T))aSyscall[49].pCurrent)
35249 int))aSyscall[50].pCurrent)
35254 LARGE_INTEGER*))aSyscall[51].pCurrent)
35259 LPOVERLAPPED))aSyscall[52].pCurrent)
35263 #define osSetEndOfFile ((BOOL(WINAPI*)(HANDLE))aSyscall[53].pCurrent)
35272 DWORD))aSyscall[54].pCurrent)
35280 #define osSleep ((VOID(WINAPI*)(DWORD))aSyscall[55].pCurrent)
35285 LPFILETIME))aSyscall[56].pCurrent)
35295 DWORD))aSyscall[57].pCurrent)
35305 LPOVERLAPPED))aSyscall[58].pCurrent)
35313 #define osUnmapViewOfFile ((BOOL(WINAPI*)(LPCVOID))aSyscall[59].pCurrent)
35318 LPCSTR,LPBOOL))aSyscall[60].pCurrent)
35323 LPOVERLAPPED))aSyscall[61].pCurrent)
35332 DWORD,DWORD))aSyscall[62].pCurrent)
35341 DWORD))aSyscall[63].pCurrent)
35350 BOOL))aSyscall[64].pCurrent)
35359 PLARGE_INTEGER,DWORD))aSyscall[65].pCurrent)
35368 FILE_INFO_BY_HANDLE_CLASS,LPVOID,DWORD))aSyscall[66].pCurrent)
35377 SIZE_T))aSyscall[67].pCurrent)
35386 LPCREATEFILE2_EXTENDED_PARAMETERS))aSyscall[68].pCurrent)
35395 DWORD))aSyscall[69].pCurrent)
35403 #define osGetTickCount64 ((ULONGLONG(WINAPI*)(VOID))aSyscall[70].pCurrent)
35412 LPSYSTEM_INFO))aSyscall[71].pCurrent)
35420 #define osOutputDebugStringA ((VOID(WINAPI*)(LPCSTR))aSyscall[72].pCurrent)
35428 #define osOutputDebugStringW ((VOID(WINAPI*)(LPCWSTR))aSyscall[73].pCurrent)
35432 #define osGetProcessHeap ((HANDLE(WINAPI*)(VOID))aSyscall[74].pCurrent)
35441 LPSECURITY_ATTRIBUTES,ULONG,ULONG64,LPCWSTR))aSyscall[75].pCurrent)
35456 SQLITE_WIN32_VOLATILE*, LONG,LONG))aSyscall[76].pCurrent)
35465 #define osUuidCreate ((RPC_STATUS(RPC_ENTRY*)(UUID*))aSyscall[77].pCurrent)
35474 ((RPC_STATUS(RPC_ENTRY*)(UUID*))aSyscall[78].pCurrent)
35483 ((BOOL(WINAPI*)(LPCVOID,SIZE_T))aSyscall[79].pCurrent)
35509 aSyscall[i].pCurrent = aSyscall[i].pDefault;
35519 aSyscall[i].pDefault = aSyscall[i].pCurrent;
35523 aSyscall[i].pCurrent = pNewFunc;
35544 if( strcmp(zName, aSyscall[i].zName)==0 ) return aSyscall[i].pCurrent;
35565 if( aSyscall[i].pCurrent!=0 ) return aSyscall[i].zName;