Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_syscall.c105 static int ts_open(const char *, int, int);
134 /* 0 */ { "open", (sqlite3_syscall_ptr)ts_open, 0, EACCES, 0 },
226 static int ts_open(const char *zFile, int flags, int mode){ in ts_open() function