Searched refs:aSyscall (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c24898 } aSyscall[] = { local
24900 #define osOpen ((int(*)(const char*,int,int))aSyscall[0].pCurrent)
24903 #define osClose ((int(*)(int))aSyscall[1].pCurrent)
24906 #define osAccess ((int(*)(const char*,int))aSyscall[2].pCurrent)
24909 #define osGetcwd ((char*(*)(char*,size_t))aSyscall[3].pCurrent)
24912 #define osStat ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent)
24925 #define osFstat ((int(*)(int,struct stat*))aSyscall[5].pCurrent)
24929 #define osFtruncate ((int(*)(int,off_t))aSyscall[6].pCurrent)
24932 #define osFcntl ((int(*)(int,int,...))aSyscall[7].pCurrent)
24935 #define osRead ((ssize_t(*)(int,void*,size_t))aSyscall[
[all...]

Completed in 326 milliseconds