HomeSort by relevance Sort by last modified time
    Searched defs:aSyscall (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test_syscall.c 117 } aSyscall[] = {
137 #define orig_open ((int(*)(const char *, int, int))aSyscall[0].xOrig)
138 #define orig_close ((int(*)(int))aSyscall[1].xOrig)
139 #define orig_access ((int(*)(const char*,int))aSyscall[2].xOrig)
140 #define orig_getcwd ((char*(*)(char*,size_t))aSyscall[3].xOrig)
141 #define orig_stat ((int(*)(const char*,struct stat*))aSyscall[4].xOrig)
142 #define orig_fstat ((int(*)(int,struct stat*))aSyscall[5].xOrig)
143 #define orig_ftruncate ((int(*)(int,off_t))aSyscall[6].xOrig)
144 #define orig_fcntl ((int(*)(int,int,...))aSyscall[7].xOrig)
145 #define orig_read ((ssize_t(*)(int,void*,size_t))aSyscall[8].xOrig
    [all...]
os_unix.c 297 } aSyscall[] = {
299 #define osOpen ((int(*)(const char*,int,...))aSyscall[0].pCurrent)
302 #define osClose ((int(*)(int))aSyscall[1].pCurrent)
305 #define osAccess ((int(*)(const char*,int))aSyscall[2].pCurrent)
308 #define osGetcwd ((char*(*)(char*,size_t))aSyscall[3].pCurrent)
311 #define osStat ((int(*)(const char*,struct stat*))aSyscall[4].pCurrent)
324 #define osFstat ((int(*)(int,struct stat*))aSyscall[5].pCurrent)
328 #define osFtruncate ((int(*)(int,off_t))aSyscall[6].pCurrent)
331 #define osFcntl ((int(*)(int,int,...))aSyscall[7].pCurrent)
334 #define osRead ((ssize_t(*)(int,void*,size_t))aSyscall[8].pCurrent
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 443 milliseconds