Home | History | Annotate | Download | only in orig

Lines Matching defs: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)
25390 #define osPread64 ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[10].pCurrent)
25393 #define osWrite ((ssize_t(*)(int,const void*,size_t))aSyscall[11].pCurrent)
25401 aSyscall[12].pCurrent)
25409 aSyscall[13].pCurrent)
25416 #define osFchmod ((int(*)(int,mode_t))aSyscall[14].pCurrent)
25423 #define osFallocate ((int(*)(int,off_t,off_t))aSyscall[15].pCurrent)
25426 #define osUnlink ((int(*)(const char*))aSyscall[16].pCurrent)
25429 #define osOpenDirectory ((int(*)(const char*,int*))aSyscall[17].pCurrent)
25432 #define osMkdir ((int(*)(const char*,mode_t))aSyscall[18].pCurrent)
25435 #define osRmdir ((int(*)(const char*))aSyscall[19].pCurrent)
25438 #define osFchown ((int(*)(int,uid_t,gid_t))aSyscall[20].pCurrent)
25441 #define osUmask ((mode_t(*)(mode_t))aSyscall[21].pCurrent)
25467 aSyscall[i].pCurrent = aSyscall[i].pDefault;
25477 aSyscall[i].pDefault = aSyscall[i].pCurrent;
25481 aSyscall[i].pCurrent = pNewFunc;
25502 if( strcmp(zName, aSyscall[i].zName)==0 ) return aSyscall[i].pCurrent;
25523 if( aSyscall[i].pCurrent!=0 ) return aSyscall[i].zName;
32325 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
32331 #define osAreFileApisANSI ((BOOL(WINAPI*)(VOID))aSyscall[0].pCurrent)
32342 #define osCharLowerW ((LPWSTR(WINAPI*)(LPWSTR))aSyscall[1].pCurrent)
32350 #define osCharUpperW ((LPWSTR(WINAPI*)(LPWSTR))aSyscall[2].pCurrent)
32354 #define osCloseHandle ((BOOL(WINAPI*)(HANDLE))aSyscall[3].pCurrent)
32363 LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE))aSyscall[4].pCurrent)
32372 LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE))aSyscall[5].pCurrent)
32377 DWORD,DWORD,DWORD,LPCTSTR))aSyscall[6].pCurrent)
32386 DWORD,DWORD,DWORD,LPCWSTR))aSyscall[7].pCurrent)
32395 LPCWSTR))aSyscall[8].pCurrent)
32403 #define osDeleteFileA ((BOOL(WINAPI*)(LPCSTR))aSyscall[9].pCurrent)
32411 #define osDeleteFileW ((BOOL(WINAPI*)(LPCWSTR))aSyscall[10].pCurrent)
32420 LPFILETIME))aSyscall[11].pCurrent)
32429 LPSYSTEMTIME))aSyscall[12].pCurrent)
32433 #define osFlushFileBuffers ((BOOL(WINAPI*)(HANDLE))aSyscall[13].pCurrent)
32442 DWORD,va_list*))aSyscall[14].pCurrent)
32451 DWORD,va_list*))aSyscall[15].pCurrent)
32455 #define osFreeLibrary ((BOOL(WINAPI*)(HMODULE))aSyscall[16].pCurrent)
32459 #define osGetCurrentProcessId ((DWORD(WINAPI*)(VOID))aSyscall[17].pCurrent)
32468 LPDWORD))aSyscall[18].pCurrent)
32477 LPDWORD))aSyscall[19].pCurrent)
32485 #define osGetFileAttributesA ((DWORD(WINAPI*)(LPCSTR))aSyscall[20].pCurrent)
32493 #define osGetFileAttributesW ((DWORD(WINAPI*)(LPCWSTR))aSyscall[21].pCurrent)
32502 LPVOID))aSyscall[22].pCurrent)
32506 #define osGetFileSize ((DWORD(WINAPI*)(HANDLE,LPDWORD))aSyscall[23].pCurrent)
32515 LPSTR*))aSyscall[24].pCurrent)
32524 LPWSTR*))aSyscall[25].pCurrent)
32528 #define osGetLastError ((DWORD(WINAPI*)(VOID))aSyscall[26].pCurrent)
32540 LPCSTR))aSyscall[27].pCurrent)
32544 #define osGetSystemInfo ((VOID(WINAPI*)(LPSYSTEM_INFO))aSyscall[28].pCurrent)
32548 #define osGetSystemTime ((VOID(WINAPI*)(LPSYSTEMTIME))aSyscall[29].pCurrent)
32557 LPFILETIME))aSyscall[30].pCurrent)
32565 #define osGetTempPathA ((DWORD(WINAPI*)(DWORD,LPSTR))aSyscall[31].pCurrent)
32573 #define osGetTempPathW ((DWORD(WINAPI*)(DWORD,LPWSTR))aSyscall[32].pCurrent)
32577 #define osGetTickCount ((DWORD(WINAPI*)(VOID))aSyscall[33].pCurrent)
32586 LPOSVERSIONINFOA))aSyscall[34].pCurrent)
32591 SIZE_T))aSyscall[35].pCurrent)
32596 SIZE_T))aSyscall[36].pCurrent)
32600 #define osHeapDestroy ((BOOL(WINAPI*)(HANDLE))aSyscall[37].pCurrent)
32604 #define osHeapFree ((BOOL(WINAPI*)(HANDLE,DWORD,LPVOID))aSyscall[38].pCurrent)
32609 SIZE_T))aSyscall[39].pCurrent)
32614 LPCVOID))aSyscall[40].pCurrent)
32619 LPCVOID))aSyscall[41].pCurrent)
32627 #define osLoadLibraryA ((HMODULE(WINAPI*)(LPCSTR))aSyscall[42].pCurrent)
32635 #define osLoadLibraryW ((HMODULE(WINAPI*)(LPCWSTR))aSyscall[43].pCurrent)
32639 #define osLocalFree ((HLOCAL(WINAPI*)(HLOCAL))aSyscall[44].pCurrent)
32645 DWORD))aSyscall[45].pCurrent)
32654 LPOVERLAPPED))aSyscall[46].pCurrent)
32662 SIZE_T))aSyscall[47].pCurrent)
32667 int))aSyscall[48].pCurrent)
32672 LARGE_INTEGER*))aSyscall[49].pCurrent)
32677 LPOVERLAPPED))aSyscall[50].pCurrent)
32681 #define osSetEndOfFile ((BOOL(WINAPI*)(HANDLE))aSyscall[51].pCurrent)
32686 DWORD))aSyscall[52].pCurrent)
32690 #define osSleep ((VOID(WINAPI*)(DWORD))aSyscall[53].pCurrent)
32695 LPFILETIME))aSyscall[54].pCurrent)
32701 DWORD))aSyscall[55].pCurrent)
32710 LPOVERLAPPED))aSyscall[56].pCurrent)
32717 #define osUnmapViewOfFile ((BOOL(WINAPI*)(LPCVOID))aSyscall[57].pCurrent)
32722 LPCSTR,LPBOOL))aSyscall[58].pCurrent)
32727 LPOVERLAPPED))aSyscall[59].pCurrent)
32753 aSyscall[i].pCurrent = aSyscall[i].pDefault;
32763 aSyscall[i].pDefault = aSyscall[i].pCurrent;
32767 aSyscall[i].pCurrent = pNewFunc;
32788 if( strcmp(zName, aSyscall[i].zName)==0 ) return aSyscall[i].pCurrent;
32809 if( aSyscall[i].pCurrent!=0 ) return aSyscall[i].zName;