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;
24610 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
24614 #define osOpen ((int(*)(const char*,int,int))aSyscall[0].pCurrent)
24617 #define osClose ((int(*)(int))aSyscall[1].pCurrent)
24620 #define osAccess ((int(*)(const char*,int))aSyscall[2].pCurrent)
24623 #define osGetcwd ((char*(*)(char*,size_t))aSyscall[3].pCurrent)
24626 #define osStat ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent)
24639 #define osFstat ((int(*)(int,struct stat*))aSyscall[5].pCurrent)
24643 #define osFtruncate ((int(*)(int,off_t))aSyscall[6].pCurrent)
24646 #define osFcntl ((int(*)(int,int,...))aSyscall[7].pCurrent)
24649 #define osRead ((ssize_t(*)(int,void*,size_t))aSyscall[8].pCurrent)
24656 #define osPread ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[9].pCurrent)
24663 #define osPread64 ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[10].pCurrent)
24666 #define osWrite ((ssize_t(*)(int,const void*,size_t))aSyscall[11].pCurrent)
24674 aSyscall[12].pCurrent)
24682 aSyscall[13].pCurrent)
24685 #define osFchmod ((int(*)(int,mode_t))aSyscall[14].pCurrent)
24692 #define osFallocate ((int(*)(int,off_t,off_t))aSyscall[15].pCurrent)
24695 #define osUnlink ((int(*)(const char*))aSyscall[16].pCurrent)
24698 #define osOpenDirectory ((int(*)(const char*,int*))aSyscall[17].pCurrent)
24701 #define osMkdir ((int(*)(const char*,mode_t))aSyscall[18].pCurrent)
24704 #define osRmdir ((int(*)(const char*))aSyscall[19].pCurrent)
24707 #define osFchown ((int(*)(int,uid_t,gid_t))aSyscall[20].pCurrent)
24711 #define osMmap ((void*(*)(void*,size_t,int,int,int,off_t))aSyscall[21].pCurrent)
24714 #define osMunmap ((void*(*)(void*,size_t))aSyscall[22].pCurrent)
24721 #define osMremap ((void*(*)(void*,size_t,size_t,int,...))aSyscall[23].pCurrent)
24723 #define osGetpagesize ((int(*)(void))aSyscall[24].pCurrent)
24751 aSyscall[i].pCurrent = aSyscall[i].pDefault;
24761 aSyscall[i].pDefault = aSyscall[i].pCurrent;
24765 aSyscall[i].pCurrent = pNewFunc;
24786 if( strcmp(zName, aSyscall[i].zName)==0 ) return aSyscall[i].pCurrent;
24807 if( aSyscall[i].pCurrent!=0 ) return aSyscall[i].zName;
32421 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
32431 #define osAreFileApisANSI ((BOOL(WINAPI*)(VOID))aSyscall[0].pCurrent)
32440 #define osCharLowerW ((LPWSTR(WINAPI*)(LPWSTR))aSyscall[1].pCurrent)
32448 #define osCharUpperW ((LPWSTR(WINAPI*)(LPWSTR))aSyscall[2].pCurrent)
32452 #define osCloseHandle ((BOOL(WINAPI*)(HANDLE))aSyscall[3].pCurrent)
32461 LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE))aSyscall[4].pCurrent)
32470 LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE))aSyscall[5].pCurrent)
32480 DWORD,DWORD,DWORD,LPCSTR))aSyscall[6].pCurrent)
32490 DWORD,DWORD,DWORD,LPCWSTR))aSyscall[7].pCurrent)
32499 LPCWSTR))aSyscall[8].pCurrent)
32507 #define osDeleteFileA ((BOOL(WINAPI*)(LPCSTR))aSyscall[9].pCurrent)
32515 #define osDeleteFileW ((BOOL(WINAPI*)(LPCWSTR))aSyscall[10].pCurrent)
32524 LPFILETIME))aSyscall[11].pCurrent)
32533 LPSYSTEMTIME))aSyscall[12].pCurrent)
32537 #define osFlushFileBuffers ((BOOL(WINAPI*)(HANDLE))aSyscall[13].pCurrent)
32546 DWORD,va_list*))aSyscall[14].pCurrent)
32555 DWORD,va_list*))aSyscall[15].pCurrent)
32563 #define osFreeLibrary ((BOOL(WINAPI*)(HMODULE))aSyscall[16].pCurrent)
32567 #define osGetCurrentProcessId ((DWORD(WINAPI*)(VOID))aSyscall[17].pCurrent)
32576 LPDWORD))aSyscall[18].pCurrent)
32585 LPDWORD))aSyscall[19].pCurrent)
32593 #define osGetFileAttributesA ((DWORD(WINAPI*)(LPCSTR))aSyscall[20].pCurrent)
32601 #define osGetFileAttributesW ((DWORD(WINAPI*)(LPCWSTR))aSyscall[21].pCurrent)
32610 LPVOID))aSyscall[22].pCurrent)
32618 #define osGetFileSize ((DWORD(WINAPI*)(HANDLE,LPDWORD))aSyscall[23].pCurrent)
32627 LPSTR*))aSyscall[24].pCurrent)
32636 LPWSTR*))aSyscall[25].pCurrent)
32640 #define osGetLastError ((DWORD(WINAPI*)(VOID))aSyscall[26].pCurrent)
32656 LPCSTR))aSyscall[27].pCurrent)
32664 #define osGetSystemInfo ((VOID(WINAPI*)(LPSYSTEM_INFO))aSyscall[28].pCurrent)
32668 #define osGetSystemTime ((VOID(WINAPI*)(LPSYSTEMTIME))aSyscall[29].pCurrent)
32677 LPFILETIME))aSyscall[30].pCurrent)
32685 #define osGetTempPathA ((DWORD(WINAPI*)(DWORD,LPSTR))aSyscall[31].pCurrent)
32693 #define osGetTempPathW ((DWORD(WINAPI*)(DWORD,LPWSTR))aSyscall[32].pCurrent)
32701 #define osGetTickCount ((DWORD(WINAPI*)(VOID))aSyscall[33].pCurrent)
32711 LPOSVERSIONINFOA))aSyscall[34].pCurrent)
32721 LPOSVERSIONINFOW))aSyscall[35].pCurrent)
32726 SIZE_T))aSyscall[36].pCurrent)
32735 SIZE_T))aSyscall[37].pCurrent)
32743 #define osHeapDestroy ((BOOL(WINAPI*)(HANDLE))aSyscall[38].pCurrent)
32747 #define osHeapFree ((BOOL(WINAPI*)(HANDLE,DWORD,LPVOID))aSyscall[39].pCurrent)
32752 SIZE_T))aSyscall[40].pCurrent)
32757 LPCVOID))aSyscall[41].pCurrent)
32766 LPCVOID))aSyscall[42].pCurrent)
32774 #define osHeapCompact ((UINT(WINAPI*)(HANDLE,DWORD))aSyscall[43].pCurrent)
32782 #define osLoadLibraryA ((HMODULE(WINAPI*)(LPCSTR))aSyscall[44].pCurrent)
32791 #define osLoadLibraryW ((HMODULE(WINAPI*)(LPCWSTR))aSyscall[45].pCurrent)
32799 #define osLocalFree ((HLOCAL(WINAPI*)(HLOCAL))aSyscall[46].pCurrent)
32809 DWORD))aSyscall[47].pCurrent)
32820 LPOVERLAPPED))aSyscall[48].pCurrent)
32830 SIZE_T))aSyscall[49].pCurrent)
32835 int))aSyscall[50].pCurrent)
32840 LARGE_INTEGER*))aSyscall[51].pCurrent)
32845 LPOVERLAPPED))aSyscall[52].pCurrent)
32849 #define osSetEndOfFile ((BOOL(WINAPI*)(HANDLE))aSyscall[53].pCurrent)
32858 DWORD))aSyscall[54].pCurrent)
32866 #define osSleep ((VOID(WINAPI*)(DWORD))aSyscall[55].pCurrent)
32871 LPFILETIME))aSyscall[56].pCurrent)
32881 DWORD))aSyscall[57].pCurrent)
32891 LPOVERLAPPED))aSyscall[58].pCurrent)
32899 #define osUnmapViewOfFile ((BOOL(WINAPI*)(LPCVOID))aSyscall[59].pCurrent)
32904 LPCSTR,LPBOOL))aSyscall[60].pCurrent)
32909 LPOVERLAPPED))aSyscall[61].pCurrent)
32918 DWORD,DWORD))aSyscall[62].pCurrent)
32927 DWORD))aSyscall[63].pCurrent)
32936 BOOL))aSyscall[64].pCurrent)
32945 PLARGE_INTEGER,DWORD))aSyscall[65].pCurrent)
32954 FILE_INFO_BY_HANDLE_CLASS,LPVOID,DWORD))aSyscall[66].pCurrent)
32963 SIZE_T))aSyscall[67].pCurrent)
32972 LPCREATEFILE2_EXTENDED_PARAMETERS))aSyscall[68].pCurrent)
32981 DWORD))aSyscall[69].pCurrent)
32989 #define osGetTickCount64 ((ULONGLONG(WINAPI*)(VOID))aSyscall[70].pCurrent)
32998 LPSYSTEM_INFO))aSyscall[71].pCurrent)
33006 #define osOutputDebugStringA ((VOID(WINAPI*)(LPCSTR))aSyscall[72].pCurrent)
33014 #define osOutputDebugStringW ((VOID(WINAPI*)(LPCWSTR))aSyscall[73].pCurrent)
33018 #define osGetProcessHeap ((HANDLE(WINAPI*)(VOID))aSyscall[74].pCurrent)
33027 LPSECURITY_ATTRIBUTES,ULONG,ULONG64,LPCWSTR))aSyscall[75].pCurrent)
33042 LONG,LONG))aSyscall[76].pCurrent)
33069 aSyscall[i].pCurrent = aSyscall[i].pDefault;
33079 aSyscall[i].pDefault = aSyscall[i].pCurrent;
33083 aSyscall[i].pCurrent = pNewFunc;
33104 if( strcmp(zName, aSyscall[i].zName)==0 ) return aSyscall[i].pCurrent;
33125 if( aSyscall[i].pCurrent!=0 ) return aSyscall[i].zName;