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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c25277 } aSyscall[] = { local
25279 #define osOpen ((int(*)(const char*,int,int))aSyscall[0].pCurrent)
25282 #define osClose ((int(*)(int))aSyscall[1].pCurrent)
25285 #define osAccess ((int(*)(const char*,int))aSyscall[2].pCurrent)
25288 #define osGetcwd ((char*(*)(char*,size_t))aSyscall[3].pCurrent)
25291 #define osStat ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent)
25304 #define osFstat ((int(*)(int,struct stat*))aSyscall[5].pCurrent)
25308 #define osFtruncate ((int(*)(int,off_t))aSyscall[6].pCurrent)
25311 #define osFcntl ((int(*)(int,int,...))aSyscall[7].pCurrent)
25314 #define osRead ((ssize_t(*)(int,void*,size_t))aSyscall[
32211 } aSyscall[] = { local
[all...]

Completed in 341 milliseconds