Searched refs:sqlite3_syscall_ptr (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d359 alias sqlite3_syscall_ptr = void function();
391 int function(sqlite3_vfs*, const char * zName, sqlite3_syscall_ptr) xSetSystemCall;
392 sqlite3_syscall_ptr function(sqlite3_vfs*, const char * zName) xGetSystemCall;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1464 typedef void (*sqlite3_syscall_ptr)(void); typedef
1494 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1495 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
H A Dsqlite3.c1777 typedef void (*sqlite3_syscall_ptr)(void); typedef
1807 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1808 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
[all...]
H A Dshell.c8794 static int apndSetSystemCall(sqlite3_vfs*, const char*,sqlite3_syscall_ptr);
8795 static sqlite3_syscall_ptr apndGetSystemCall(sqlite3_vfs*, const char *z);
9248 sqlite3_syscall_ptr pCall
9252 static sqlite3_syscall_ptr apndGetSystemCall(

Completed in 1296 milliseconds