Home
last modified time | relevance | path

Searched refs:ts_access (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_syscall.c107 static int ts_access(const char *zPath, int mode);
136 /* 2 */ { "access", (sqlite3_syscall_ptr)ts_access, 0, 0, 0 },
252 static int ts_access(const char *zPath, int mode){ in ts_access() function