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

  /src/external/public-domain/sqlite/dist/
sqlite3.c 1439 ** be advantageous to block on the next WAL lock if the lock is not immediately
1457 ** atomically at the next [SQLITE_FCNTL_COMMIT_ATOMIC_WRITE]. Systems
1827 ** next. Applications that use these interfaces must be prepared for any
1829 ** from one release to the next. Applications must not attempt to access
1838 sqlite3_vfs *pNext; /* Next registered VFS */
2107 ** allocators round up memory allocations at least to the next multiple
2162 ** and/or deletions) from one release of SQLite to the next.
5452 ** or until the next call to
5462 ** one release of SQLite to the next.
5587 ** sqlite3_step() is called again to retrieve the next row of data
15451 HashElem *next, *prev; \/* Next and previous elements in the table *\/ member in struct:HashElem
28804 u32 next; \/* Index in mem3.aPool[] of next free chunk *\/ member in struct:Mem3Block::__anon33::__anon35
28864 u32 next = mem3.aPool[i].u.list.next; local
29475 int next; \/* Index of next free chunk *\/ member in struct:Mem5Link
29556 int next, prev; local
75246 u32 next, size; local
78128 Pgno next = 0; local
193208 Fts3HashElem *next, *prev; \/* Next and previous elements in the table *\/ member in struct:Fts3HashElem
    [all...]

Completed in 65 milliseconds