Lines Matching full:transient
1372 ** will be set for TEMP databases and their journals, transient
6112 ** <dd>^This is the number of rows inserted into transient indices that
7776 #define P4_TRANSIENT (-9) /* P4 is a pointer to a transient string */
8300 PgHdr *pDirty; /* Transient list of dirty pages */
8856 ** to satisfy small transient memory allocation requests for objects
9386 ** page number. Transient tables are used to hold the results of a
10199 #define SRT_EphemTab 9 /* Create transient tab and store like SRT_Table */
17799 ** routine is intended to get memory to old large transient data
27056 /* If filePath==NULL that means we are dealing with a transient file
27109 /* If filePath==NULL that means we are dealing with a transient file
33439 ** temporary or transient database) has a single page cache which
38088 ** for temporary and transient files.
38359 ** If the pager was opened on a transient file (zFilename==""), or
38362 ** function is used to read database headers, and a new transient or
41712 ** The wal-index is transient. After a crash, the wal-index can (and should
41715 ** connection to it closes. Because the wal-index is transient, it can
43438 ** other transient condition. When that happens, it returns WAL_RETRY to
43535 ** We assume this is a transient condition, so return WAL_RETRY. The
57333 int rc; /* Used to store transient return codes */
63513 ** Open a new cursor P1 to a transient table.
63533 ** by this opcode will be used for automatically created transient
63558 /* If a transient index is required, create it by calling
63560 ** opening it. If a transient table is required, just use the
66863 /* Request is out of range. Return a transient error. */
83055 ** and add it to a transient table srcTab. The code generated
87474 ** expr.c is trying to resolve a reference to a transient table (i.e. one
90702 /* Delete the transient table structure associated with the
91014 ** then create a transient table structure to describe the subquery.
96550 Expr *pDup; /* A transient duplicate expression */
97196 ** possible to construct a transient index that would perform better
97199 ** transient index.
97210 double costTempIdx; /* per-query cost of the transient index */
97234 /* The cost of creating the transient table would be greater than
97275 Index *pIdx; /* Object describing the transient index */
97291 ** transient index on 2nd and subsequent iterations of the loop. */
106216 ** a temporary file for transient pager files and statement journals.
116089 int isCopyTerm, /* True if zTerm/nTerm is transient */
116401 ** zTerm is transient, so take a copy of the term data. Otherwise, just