| /sqlite-3.40.0/src/ |
| H A D | os.c | 96 int sqlite3OsTruncate(sqlite3_file *id, i64 size){ in sqlite3OsTruncate() 99 int sqlite3OsSync(sqlite3_file *id, int flags){ in sqlite3OsSync() 103 int sqlite3OsFileSize(sqlite3_file *id, i64 *pSize){ in sqlite3OsFileSize() 107 int sqlite3OsLock(sqlite3_file *id, int lockType){ in sqlite3OsLock() 112 int sqlite3OsUnlock(sqlite3_file *id, int lockType){ in sqlite3OsUnlock() 161 int sqlite3OsSectorSize(sqlite3_file *id){ in sqlite3OsSectorSize() 165 int sqlite3OsDeviceCharacteristics(sqlite3_file *id){ in sqlite3OsDeviceCharacteristics() 173 void sqlite3OsShmBarrier(sqlite3_file *id){ in sqlite3OsShmBarrier() 176 int sqlite3OsShmUnmap(sqlite3_file *id, int deleteFlag){ in sqlite3OsShmUnmap() 197 int sqlite3OsUnfetch(sqlite3_file *id, i64 iOff, void *p){ in sqlite3OsUnfetch() [all …]
|
| H A D | mutex_unix.c | 44 int id; /* Mutex type */ member 53 # define SQLITE3_MUTEX_INITIALIZER(id) \ argument 56 # define SQLITE3_MUTEX_INITIALIZER(id) { PTHREAD_MUTEX_INITIALIZER, id } argument 58 #define SQLITE3_MUTEX_INITIALIZER(id) { PTHREAD_MUTEX_INITIALIZER } argument
|
| H A D | os_unix.c | 2090 static int closeUnixFile(sqlite3_file *id){ in closeUnixFile() 2125 static int unixClose(sqlite3_file *id){ in unixClose() 2194 static int nolockClose(sqlite3_file *id) { in nolockClose() 2373 static int dotlockClose(sqlite3_file *id) { in dotlockClose() 2577 static int flockClose(sqlite3_file *id) { in flockClose() 2743 static int semXClose(sqlite3_file *id) { in semXClose() 3203 static int afpClose(sqlite3_file *id) { in afpClose() 3337 sqlite3_file *id, in unixRead() 3468 sqlite3_file *id, in unixWrite() 4203 static int unixSectorSize(sqlite3_file *id){ in unixSectorSize() [all …]
|
| H A D | mutex_w32.c | 39 int id; /* Mutex type */ member 55 #define SQLITE3_MUTEX_INITIALIZER(id) { SQLITE_W32_MUTEX_INITIALIZER, id, \ argument 58 #define SQLITE3_MUTEX_INITIALIZER(id) { SQLITE_W32_MUTEX_INITIALIZER, id } argument
|
| H A D | mutex_noop.c | 40 static sqlite3_mutex *noopMutexAlloc(int id){ in noopMutexAlloc() 81 int id; /* The mutex type */ member 109 static sqlite3_mutex *debugMutexAlloc(int id){ in debugMutexAlloc()
|
| H A D | os_win.c | 2664 static int winClose(sqlite3_file *id){ in winClose() 2721 sqlite3_file *id, /* File to read from */ 2801 sqlite3_file *id, /* File to write into */ 2909 static int winTruncate(sqlite3_file *id, sqlite3_int64 nByte){ 2998 static int winSync(sqlite3_file *id, int flags){ 3243 static int winLock(sqlite3_file *id, int locktype){ 3422 static int winUnlock(sqlite3_file *id, int locktype){ 3472 static int winNolockLock(sqlite3_file *id, int locktype){ 3484 static int winNolockUnlock(sqlite3_file *id, int locktype){ 3653 static int winSectorSize(sqlite3_file *id){ [all …]
|
| H A D | mutex.c | 281 sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() 290 sqlite3_mutex *sqlite3MutexAlloc(int id){ in sqlite3MutexAlloc()
|
| H A D | vacuum.c | 228 sqlite3_file *id = sqlite3PagerFile(sqlite3BtreePager(pTemp)); in sqlite3RunVacuum() local
|
| H A D | threads.c | 116 unsigned id; /* The thread identifier */ member
|
| H A D | parse.y | 369 ccons ::= DEFAULT scantok id(X). { in id() function
|
| H A D | test_thread.c | 312 Tcl_ThreadId id = Tcl_GetCurrentThread(); in sqlthread_id() local
|
| /sqlite-3.40.0/test/ |
| H A D | threadtest2.c | 43 int id = (int)pid; in check_callback() local 57 int integrity_check(sqlite *db, int id){ in integrity_check() 76 int id = (int)workerArg; in worker() local
|
| H A D | threadtest1.c | 251 pthread_t id; in main() local
|
| H A D | threadtest4.c | 54 pthread_t id; /* Thread id */ member
|
| H A D | fuzzcheck.c | 129 int id; /* Id of this Blob */ member
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-opfs-async-proxy.js | 642 TypeIds.number = { id: 1, size: 8, getter: 'getFloat64', setter: 'setFloat64' }; property 643 TypeIds.bigint = { id: 2, size: 8, getter: 'getBigInt64', setter: 'setBigInt64' }; property 644 TypeIds.boolean = { id: 3, size: 4, getter: 'getInt32', setter: 'setInt32' }; property 645 TypeIds.string = { id: 4 }; property
|
| H A D | sqlite3-api-opfs.js | 448 TypeIds.number = { id: 1, size: 8, getter: 'getFloat64', setter: 'setFloat64' }; property 449 TypeIds.bigint = { id: 2, size: 8, getter: 'getBigInt64', setter: 'setBigInt64' }; property 450 TypeIds.boolean = { id: 3, size: 4, getter: 'getInt32', setter: 'setInt32' }; property 451 TypeIds.string = { id: 4 }; property
|
| H A D | sqlite3-api-worker1.js | 404 getDb: function(id,require=true){ argument
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | demo-worker1.js | 24 id: undefined property 56 id: 0, property
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | closure.c | 169 sqlite3_int64 id; /* Id of this entry in the table */ member 271 static closure_avl *closureAvlSearch(closure_avl *p, sqlite3_int64 id){ in closureAvlSearch() 633 sqlite3_int64 id, /* The node ID */ in closureInsertNode()
|
| /sqlite-3.40.0/tool/ |
| H A D | mkkeywordhash.c | 40 int id; /* Unique ID for this record */ member 366 static Keyword *findById(int id){ in findById()
|
| /sqlite-3.40.0/ext/fts3/tool/ |
| H A D | fts3view.c | 781 sqlite3_int64 id; in listBigSegments() local
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest5.c | 271 pthread_t id; member
|
| /sqlite-3.40.0/ext/async/ |
| H A D | sqlite3async.c | 938 static int asyncFileControl(sqlite3_file *id, int op, void *pArg){ in asyncFileControl()
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtree.c | 240 sqlite3_int64 id; /* Node ID */ member 1443 sqlite3_int64 id; in rtreeNodeOfFirstSearchPoint() local
|