Home | History | Annotate | Download | only in orig

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.
26218 populated
40678 ** populated, then moved using sqlite3PagerMovepage().
40753 ** When a master journal file is created, it is populated with the names
42354 ** is populated with 0xFFFFFFFF when the journal header is written
43376 ** Otherwise, a new page object is allocated and populated with data
47875 ** of WAL_SAVEPOINT_NDATA u32 values that has been previously populated
51965 /* Call lockBtree() until either pBt->pPage1 is populated or
52459 ** and populated with enough information so that if a power loss occurs
52477 ** created, populated with this journal pointer and synced to disk.
53264 ** (the cache is lazily populated).
72327 ** Once the sorter has been populated, this function is called to prepare
72549 ** on disk is not created or populated until either:
75793 ** populated epheremal table.
89022 ** required, it is allocated and populated here. It is then stored as
89063 ** is required, it is allocated and populated here. It is then
100238 ** TriggerPrg object exists, a new object is allocated and populated before
100320 ** (a copy of pTab->nCol), then registers are populated as follows:
100335 ** populated by the caller (there is no data to populate them with anyway).
100826 ** already populated. */
104785 ** If an error occurs, pParse is populated with an error message and a
104787 ** part of the sqlite3_index_info structure is left populated.
105484 /* The following variables are populated based on the properties of
116064 ** is populated like level 0, and eventually MERGE_COUNT level 1
116447 ** populated as documents are inserted/updated/deleted in a transaction
116720 /* Variables above this point are populated when the expression is
116733 /* Variables below this point are populated by fts3_expr.c when parsing
116753 ** is populated as follows:
117585 ** a table of that name. If found, the output variables are populated
119252 ** fts4aux are not completely populated. So it's easiest to filter these
120818 ** deferred. The array aTC[] has already been populated when this is
121085 ** at EOF, then the following variables are populated with the position list
121096 ** the db. In this case the position-list is not populated at all.
121104 ** is populated as for "A * C" before returning.
121561 ** If it is not already allocated and populated, this function allocates and
121567 ** populated. Otherwise, if an error occurs, an SQLite error code is returned.
122665 ** The output variable *ppExpr is populated with an allocated Fts3Expr
122670 ** If SQLITE_ERROR is returned, pContext is populated with an error message.
125240 ** database file as soon as they are completely populated. The interior of
125242 ** been populated and stored. This is Ok, as the b+-tree fanout is usually
126115 ** NULL, then a buffer is allocated using sqlite3_malloc() and populated
126429 ** the populated part of pReader->aNode[].
129609 ** have already been populated.
133092 ** to. If successful, pRtree->iNodeSize is populated and SQLITE_OK returned.