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

/external/sqlite/dist/orig/
H A Dsqlite3.c25339 } aSyscall[] = { local
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[
32327 } aSyscall[] = { local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c25346 } aSyscall[] = { local
25348 #define osOpen ((int(*)(const char*,int,int))aSyscall[0].pCurrent)
25351 #define osClose ((int(*)(int))aSyscall[1].pCurrent)
25354 #define osAccess ((int(*)(const char*,int))aSyscall[2].pCurrent)
25357 #define osGetcwd ((char*(*)(char*,size_t))aSyscall[3].pCurrent)
25360 #define osStat ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent)
25373 #define osFstat ((int(*)(int,struct stat*))aSyscall[5].pCurrent)
25377 #define osFtruncate ((int(*)(int,off_t))aSyscall[6].pCurrent)
25380 #define osFcntl ((int(*)(int,int,...))aSyscall[7].pCurrent)
25383 #define osRead ((ssize_t(*)(int,void*,size_t))aSyscall[
32355 } aSyscall[] = { local
[all...]

Completed in 399 milliseconds