Lines Matching full:populated
7337 ** populated even if sqlite3_wal_checkpoint_v2() returns other than SQLITE_OK.
9786 Hash aModule; /* populated by sqlite3_create_module() */
17241 ** struct populated with the memsys5 methods.
26236 ** is a race condition such that another thread has already populated
40706 ** populated, then moved using sqlite3PagerMovepage().
40781 ** When a master journal file is created, it is populated with the names
42382 ** is populated with 0xFFFFFFFF when the journal header is written
43404 ** Otherwise, a new page object is allocated and populated with data
47903 ** of WAL_SAVEPOINT_NDATA u32 values that has been previously populated
51993 /* Call lockBtree() until either pBt->pPage1 is populated or
52487 ** and populated with enough information so that if a power loss occurs
52505 ** created, populated with this journal pointer and synced to disk.
53292 ** (the cache is lazily populated).
72355 ** Once the sorter has been populated, this function is called to prepare
72577 ** on disk is not created or populated until either:
75829 ** populated epheremal table.
89058 ** required, it is allocated and populated here. It is then stored as
89099 ** is required, it is allocated and populated here. It is then
100274 ** TriggerPrg object exists, a new object is allocated and populated before
100356 ** (a copy of pTab->nCol), then registers are populated as follows:
100371 ** populated by the caller (there is no data to populate them with anyway).
100862 ** already populated. */
104821 ** If an error occurs, pParse is populated with an error message and a
104823 ** part of the sqlite3_index_info structure is left populated.
105520 /* The following variables are populated based on the properties of
116100 ** is populated like level 0, and eventually MERGE_COUNT level 1
116483 ** populated as documents are inserted/updated/deleted in a transaction
116756 /* Variables above this point are populated when the expression is
116769 /* Variables below this point are populated by fts3_expr.c when parsing
116789 ** is populated as follows:
117621 ** a table of that name. If found, the output variables are populated
119288 ** fts4aux are not completely populated. So it's easiest to filter these
120866 ** deferred. The array aTC[] has already been populated when this is
121133 ** at EOF, then the following variables are populated with the position list
121144 ** the db. In this case the position-list is not populated at all.
121152 ** is populated as for "A * C" before returning.
121609 ** If it is not already allocated and populated, this function allocates and
121615 ** populated. Otherwise, if an error occurs, an SQLite error code is returned.
122713 ** The output variable *ppExpr is populated with an allocated Fts3Expr
122718 ** If SQLITE_ERROR is returned, pContext is populated with an error message.
125288 ** database file as soon as they are completely populated. The interior of
125290 ** been populated and stored. This is Ok, as the b+-tree fanout is usually
126163 ** NULL, then a buffer is allocated using sqlite3_malloc() and populated
126477 ** the populated part of pReader->aNode[].
129657 ** have already been populated.
133140 ** to. If successful, pRtree->iNodeSize is populated and SQLITE_OK returned.