Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 30) sorted by relevance

12

/sqlite-3.40.0/src/
H A Dos.c96 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 Dmutex_unix.c44 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 Dos_unix.c2090 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 Dmutex_w32.c39 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 Dmutex_noop.c40 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 Dos_win.c2664 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 Dmutex.c281 sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc()
290 sqlite3_mutex *sqlite3MutexAlloc(int id){ in sqlite3MutexAlloc()
H A Dvacuum.c228 sqlite3_file *id = sqlite3PagerFile(sqlite3BtreePager(pTemp)); in sqlite3RunVacuum() local
H A Dthreads.c116 unsigned id; /* The thread identifier */ member
H A Dparse.y369 ccons ::= DEFAULT scantok id(X). { in id() function
H A Dtest_thread.c312 Tcl_ThreadId id = Tcl_GetCurrentThread(); in sqlthread_id() local
/sqlite-3.40.0/test/
H A Dthreadtest2.c43 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 Dthreadtest1.c251 pthread_t id; in main() local
H A Dthreadtest4.c54 pthread_t id; /* Thread id */ member
H A Dfuzzcheck.c129 int id; /* Id of this Blob */ member
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-opfs-async-proxy.js642 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 Dsqlite3-api-opfs.js448 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 Dsqlite3-api-worker1.js404 getDb: function(id,require=true){ argument
/sqlite-3.40.0/ext/wasm/
H A Ddemo-worker1.js24 id: undefined property
56 id: 0, property
/sqlite-3.40.0/ext/misc/
H A Dclosure.c169 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 Dmkkeywordhash.c40 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 Dfts3view.c781 sqlite3_int64 id; in listBigSegments() local
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest5.c271 pthread_t id; member
/sqlite-3.40.0/ext/async/
H A Dsqlite3async.c938 static int asyncFileControl(sqlite3_file *id, int op, void *pArg){ in asyncFileControl()
/sqlite-3.40.0/ext/rtree/
H A Drtree.c240 sqlite3_int64 id; /* Node ID */ member
1443 sqlite3_int64 id; in rtreeNodeOfFirstSearchPoint() local

12