HomeSort by: relevance | last modified time | path
    Searched defs:sqlite3_syscall_ptr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 1512 typedef void (*sqlite3_syscall_ptr)(void); typedef
1542 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1543 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
sqlite3.c 1833 typedef void (*sqlite3_syscall_ptr)(void); typedef
1863 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1864 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
    [all...]

Completed in 67 milliseconds