Home
last modified time | relevance | path

Searched refs:sqlite3_syscall_ptr (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtest_syscall.c102 sqlite3_syscall_ptr orig_getpagesize;
129 sqlite3_syscall_ptr xTest;
130 sqlite3_syscall_ptr xOrig;
135 /* 1 */ { "close", (sqlite3_syscall_ptr)ts_close, 0, 0, 0 },
136 /* 2 */ { "access", (sqlite3_syscall_ptr)ts_access, 0, 0, 0 },
137 /* 3 */ { "getcwd", (sqlite3_syscall_ptr)ts_getcwd, 0, 0, 0 },
138 /* 4 */ { "stat", (sqlite3_syscall_ptr)ts_stat, 0, 0, 0 },
139 /* 5 */ { "fstat", (sqlite3_syscall_ptr)ts_fstat, 0, 0, 0 },
142 /* 8 */ { "read", (sqlite3_syscall_ptr)ts_read, 0, 0, 0 },
530 sqlite3_syscall_ptr x; in test_syscall_exists()
[all …]
H A Dos_unix.c356 sqlite3_syscall_ptr pDefault; /* Default value */
358 { "open", (sqlite3_syscall_ptr)posixOpen, 0 },
361 { "close", (sqlite3_syscall_ptr)close, 0 },
364 { "access", (sqlite3_syscall_ptr)access, 0 },
367 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 },
370 { "stat", (sqlite3_syscall_ptr)stat, 0 },
383 { "fstat", (sqlite3_syscall_ptr)fstat, 0 },
387 { "ftruncate", (sqlite3_syscall_ptr)ftruncate, 0 },
390 { "fcntl", (sqlite3_syscall_ptr)fcntl, 0 },
393 { "read", (sqlite3_syscall_ptr)read, 0 },
[all …]
H A Dtest_vfstrace.c174 static int vfstraceSetSystemCall(sqlite3_vfs*,const char*, sqlite3_syscall_ptr);
175 static sqlite3_syscall_ptr vfstraceGetSystemCall(sqlite3_vfs*, const char *);
804 sqlite3_syscall_ptr pFunc in vfstraceSetSystemCall()
810 static sqlite3_syscall_ptr vfstraceGetSystemCall( in vfstraceGetSystemCall()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dtest_syscall.c102 sqlite3_syscall_ptr orig_getpagesize;
129 sqlite3_syscall_ptr xTest;
130 sqlite3_syscall_ptr xOrig;
135 /* 1 */ { "close", (sqlite3_syscall_ptr)ts_close, 0, 0, 0 },
136 /* 2 */ { "access", (sqlite3_syscall_ptr)ts_access, 0, 0, 0 },
137 /* 3 */ { "getcwd", (sqlite3_syscall_ptr)ts_getcwd, 0, 0, 0 },
138 /* 4 */ { "stat", (sqlite3_syscall_ptr)ts_stat, 0, 0, 0 },
139 /* 5 */ { "fstat", (sqlite3_syscall_ptr)ts_fstat, 0, 0, 0 },
142 /* 8 */ { "read", (sqlite3_syscall_ptr)ts_read, 0, 0, 0 },
530 sqlite3_syscall_ptr x; in test_syscall_exists()
[all …]
H A Dos_unix.c386 sqlite3_syscall_ptr pDefault; /* Default value */
388 { "open", (sqlite3_syscall_ptr)posixOpen, 0 },
391 { "close", (sqlite3_syscall_ptr)close, 0 },
394 { "access", (sqlite3_syscall_ptr)access, 0 },
397 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 },
400 { "stat", (sqlite3_syscall_ptr)stat, 0 },
413 { "fstat", (sqlite3_syscall_ptr)fstat, 0 },
417 { "ftruncate", (sqlite3_syscall_ptr)ftruncate, 0 },
420 { "fcntl", (sqlite3_syscall_ptr)fcntl, 0 },
423 { "read", (sqlite3_syscall_ptr)read, 0 },
[all …]
H A Dtest_vfstrace.c174 static int vfstraceSetSystemCall(sqlite3_vfs*,const char*, sqlite3_syscall_ptr);
175 static sqlite3_syscall_ptr vfstraceGetSystemCall(sqlite3_vfs*, const char *);
804 sqlite3_syscall_ptr pFunc in vfstraceSetSystemCall()
810 static sqlite3_syscall_ptr vfstraceGetSystemCall( in vfstraceGetSystemCall()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dtest_syscall.c102 sqlite3_syscall_ptr orig_getpagesize;
129 sqlite3_syscall_ptr xTest;
130 sqlite3_syscall_ptr xOrig;
135 /* 1 */ { "close", (sqlite3_syscall_ptr)ts_close, 0, 0, 0 },
136 /* 2 */ { "access", (sqlite3_syscall_ptr)ts_access, 0, 0, 0 },
137 /* 3 */ { "getcwd", (sqlite3_syscall_ptr)ts_getcwd, 0, 0, 0 },
138 /* 4 */ { "stat", (sqlite3_syscall_ptr)ts_stat, 0, 0, 0 },
139 /* 5 */ { "fstat", (sqlite3_syscall_ptr)ts_fstat, 0, 0, 0 },
142 /* 8 */ { "read", (sqlite3_syscall_ptr)ts_read, 0, 0, 0 },
530 sqlite3_syscall_ptr x; in test_syscall_exists()
[all …]
H A Dos_unix.c387 sqlite3_syscall_ptr pDefault; /* Default value */
389 { "open", (sqlite3_syscall_ptr)posixOpen, 0 },
392 { "close", (sqlite3_syscall_ptr)close, 0 },
395 { "access", (sqlite3_syscall_ptr)access, 0 },
398 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 },
401 { "stat", (sqlite3_syscall_ptr)stat, 0 },
414 { "fstat", (sqlite3_syscall_ptr)fstat, 0 },
418 { "ftruncate", (sqlite3_syscall_ptr)ftruncate, 0 },
421 { "fcntl", (sqlite3_syscall_ptr)fcntl, 0 },
424 { "read", (sqlite3_syscall_ptr)read, 0 },
[all …]
H A Dtest_vfstrace.c174 static int vfstraceSetSystemCall(sqlite3_vfs*,const char*, sqlite3_syscall_ptr);
175 static sqlite3_syscall_ptr vfstraceGetSystemCall(sqlite3_vfs*, const char *);
804 sqlite3_syscall_ptr pFunc in vfstraceSetSystemCall()
810 static sqlite3_syscall_ptr vfstraceGetSystemCall( in vfstraceGetSystemCall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dtest_syscall.c102 sqlite3_syscall_ptr orig_getpagesize;
129 sqlite3_syscall_ptr xTest;
130 sqlite3_syscall_ptr xOrig;
135 /* 1 */ { "close", (sqlite3_syscall_ptr)ts_close, 0, 0, 0 },
136 /* 2 */ { "access", (sqlite3_syscall_ptr)ts_access, 0, 0, 0 },
137 /* 3 */ { "getcwd", (sqlite3_syscall_ptr)ts_getcwd, 0, 0, 0 },
138 /* 4 */ { "stat", (sqlite3_syscall_ptr)ts_stat, 0, 0, 0 },
139 /* 5 */ { "fstat", (sqlite3_syscall_ptr)ts_fstat, 0, 0, 0 },
142 /* 8 */ { "read", (sqlite3_syscall_ptr)ts_read, 0, 0, 0 },
530 sqlite3_syscall_ptr x; in test_syscall_exists()
[all …]
H A Dos_unix.c387 sqlite3_syscall_ptr pDefault; /* Default value */
389 { "open", (sqlite3_syscall_ptr)posixOpen, 0 },
392 { "close", (sqlite3_syscall_ptr)close, 0 },
395 { "access", (sqlite3_syscall_ptr)access, 0 },
398 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 },
401 { "stat", (sqlite3_syscall_ptr)stat, 0 },
414 { "fstat", (sqlite3_syscall_ptr)fstat, 0 },
418 { "ftruncate", (sqlite3_syscall_ptr)ftruncate, 0 },
421 { "fcntl", (sqlite3_syscall_ptr)fcntl, 0 },
424 { "read", (sqlite3_syscall_ptr)read, 0 },
[all …]
H A Dtest_vfstrace.c174 static int vfstraceSetSystemCall(sqlite3_vfs*,const char*, sqlite3_syscall_ptr);
175 static sqlite3_syscall_ptr vfstraceGetSystemCall(sqlite3_vfs*, const char *);
804 sqlite3_syscall_ptr pFunc in vfstraceSetSystemCall()
810 static sqlite3_syscall_ptr vfstraceGetSystemCall( in vfstraceGetSystemCall()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtest_syscall.c113 sqlite3_syscall_ptr xTest;
114 sqlite3_syscall_ptr xOrig;
119 /* 1 */ { "close", (sqlite3_syscall_ptr)ts_close, 0, 0, 0 },
120 /* 2 */ { "access", (sqlite3_syscall_ptr)ts_access, 0, 0, 0 },
121 /* 3 */ { "getcwd", (sqlite3_syscall_ptr)ts_getcwd, 0, 0, 0 },
122 /* 4 */ { "stat", (sqlite3_syscall_ptr)ts_stat, 0, 0, 0 },
123 /* 5 */ { "fstat", (sqlite3_syscall_ptr)ts_fstat, 0, 0, 0 },
126 /* 8 */ { "read", (sqlite3_syscall_ptr)ts_read, 0, 0, 0 },
127 /* 9 */ { "pread", (sqlite3_syscall_ptr)ts_pread, 0, 0, 0 },
128 /* 10 */ { "pread64", (sqlite3_syscall_ptr)ts_pread64, 0, 0, 0 },
[all …]
H A Dos_unix.c293 sqlite3_syscall_ptr pDefault; /* Default value */
295 { "open", (sqlite3_syscall_ptr)open, 0 },
298 { "close", (sqlite3_syscall_ptr)close, 0 },
301 { "access", (sqlite3_syscall_ptr)access, 0 },
304 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 },
307 { "stat", (sqlite3_syscall_ptr)stat, 0 },
320 { "fstat", (sqlite3_syscall_ptr)fstat, 0 },
324 { "ftruncate", (sqlite3_syscall_ptr)ftruncate, 0 },
327 { "fcntl", (sqlite3_syscall_ptr)fcntl, 0 },
330 { "read", (sqlite3_syscall_ptr)read, 0 },
[all …]
H A Dtest_vfstrace.c80 static int vfstraceSetSystemCall(sqlite3_vfs*,const char*, sqlite3_syscall_ptr);
81 static sqlite3_syscall_ptr vfstraceGetSystemCall(sqlite3_vfs*, const char *);
685 sqlite3_syscall_ptr pFunc in vfstraceSetSystemCall()
691 static sqlite3_syscall_ptr vfstraceGetSystemCall( in vfstraceGetSystemCall()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dappendvfs.c130 static int apndSetSystemCall(sqlite3_vfs*, const char*,sqlite3_syscall_ptr);
131 static sqlite3_syscall_ptr apndGetSystemCall(sqlite3_vfs*, const char *z);
521 sqlite3_syscall_ptr pCall in apndSetSystemCall()
525 static sqlite3_syscall_ptr apndGetSystemCall( in apndGetSystemCall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dappendvfs.c130 static int apndSetSystemCall(sqlite3_vfs*, const char*,sqlite3_syscall_ptr);
131 static sqlite3_syscall_ptr apndGetSystemCall(sqlite3_vfs*, const char *z);
521 sqlite3_syscall_ptr pCall in apndSetSystemCall()
525 static sqlite3_syscall_ptr apndGetSystemCall( in apndGetSystemCall()
H A Dcksumvfs.c243 static int cksmSetSystemCall(sqlite3_vfs*, const char*,sqlite3_syscall_ptr);
244 static sqlite3_syscall_ptr cksmGetSystemCall(sqlite3_vfs*, const char *z);
723 sqlite3_syscall_ptr pCall in cksmSetSystemCall()
727 static sqlite3_syscall_ptr cksmGetSystemCall( in cksmGetSystemCall()
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dappendvfs.c173 static int apndSetSystemCall(sqlite3_vfs*, const char*,sqlite3_syscall_ptr);
174 static sqlite3_syscall_ptr apndGetSystemCall(sqlite3_vfs*, const char *z);
625 sqlite3_syscall_ptr pCall in apndSetSystemCall()
629 static sqlite3_syscall_ptr apndGetSystemCall( in apndGetSystemCall()
H A Dcksumvfs.c243 static int cksmSetSystemCall(sqlite3_vfs*, const char*,sqlite3_syscall_ptr);
244 static sqlite3_syscall_ptr cksmGetSystemCall(sqlite3_vfs*, const char *z);
768 sqlite3_syscall_ptr pCall in cksmSetSystemCall()
772 static sqlite3_syscall_ptr cksmGetSystemCall( in cksmGetSystemCall()
/dports/www/firefox-esr/firefox-91.8.0/storage/
H A DObfuscatingVFS.cpp158 static int obfsSetSystemCall(sqlite3_vfs*, const char*, sqlite3_syscall_ptr);
159 static sqlite3_syscall_ptr obfsGetSystemCall(sqlite3_vfs*, const char* z);
615 sqlite3_syscall_ptr pCall) { in obfsSetSystemCall()
618 static sqlite3_syscall_ptr obfsGetSystemCall(sqlite3_vfs* pVfs, in obfsGetSystemCall()
/dports/www/firefox/firefox-99.0/storage/
H A DObfuscatingVFS.cpp158 static int obfsSetSystemCall(sqlite3_vfs*, const char*, sqlite3_syscall_ptr);
159 static sqlite3_syscall_ptr obfsGetSystemCall(sqlite3_vfs*, const char* z);
615 sqlite3_syscall_ptr pCall) { in obfsSetSystemCall()
618 static sqlite3_syscall_ptr obfsGetSystemCall(sqlite3_vfs* pVfs, in obfsGetSystemCall()
/dports/mail/thunderbird/thunderbird-91.8.0/storage/
H A DObfuscatingVFS.cpp158 static int obfsSetSystemCall(sqlite3_vfs*, const char*, sqlite3_syscall_ptr);
159 static sqlite3_syscall_ptr obfsGetSystemCall(sqlite3_vfs*, const char* z);
615 sqlite3_syscall_ptr pCall) { in obfsSetSystemCall()
618 static sqlite3_syscall_ptr obfsGetSystemCall(sqlite3_vfs* pVfs, in obfsGetSystemCall()
/dports/ports-mgmt/pkg/pkg-1.17.5/libpkg/
H A Dpkgdb.c1086 vfs->xSetSystemCall(vfs, "open", (sqlite3_syscall_ptr)_dbdir_open); in pkgdb_syscall_overload()
1087 vfs->xSetSystemCall(vfs, "access", (sqlite3_syscall_ptr)_dbdir_access); in pkgdb_syscall_overload()
1088 vfs->xSetSystemCall(vfs, "stat", (sqlite3_syscall_ptr)_dbdir_stat); in pkgdb_syscall_overload()
1089 vfs->xSetSystemCall(vfs, "lstat", (sqlite3_syscall_ptr)_dbdir_lstat); in pkgdb_syscall_overload()
1090 vfs->xSetSystemCall(vfs, "unlink", (sqlite3_syscall_ptr)_dbdir_unlink); in pkgdb_syscall_overload()
1091 vfs->xSetSystemCall(vfs, "mkdir", (sqlite3_syscall_ptr)_dbdir_mkdir); in pkgdb_syscall_overload()
1092 vfs->xSetSystemCall(vfs, "getcwd", (sqlite3_syscall_ptr)_dbdir_getcwd); in pkgdb_syscall_overload()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.h925 typedef void (*sqlite3_syscall_ptr)(void); typedef
955 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
956 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);

12345678910>>...17