Home | History | Annotate | Download | only in dist

Lines Matching full:transient

1379 ** will be set for TEMP databases and their journals, transient
6119 ** <dd>^This is the number of rows inserted into transient indices that
7783 #define P4_TRANSIENT (-9) /* P4 is a pointer to a transient string */
8307 PgHdr *pDirty; /* Transient list of dirty pages */
8863 ** to satisfy small transient memory allocation requests for objects
9393 ** page number. Transient tables are used to hold the results of a
10206 #define SRT_EphemTab 9 /* Create transient tab and store like SRT_Table */
17806 ** routine is intended to get memory to old large transient data
27063 /* If filePath==NULL that means we are dealing with a transient file
27116 /* If filePath==NULL that means we are dealing with a transient file
33446 ** temporary or transient database) has a single page cache which
38095 ** for temporary and transient files.
38366 ** If the pager was opened on a transient file (zFilename==""), or
38369 ** function is used to read database headers, and a new transient or
41719 ** The wal-index is transient. After a crash, the wal-index can (and should
41722 ** connection to it closes. Because the wal-index is transient, it can
43445 ** other transient condition. When that happens, it returns WAL_RETRY to
43542 ** We assume this is a transient condition, so return WAL_RETRY. The
57340 int rc; /* Used to store transient return codes */
63520 ** Open a new cursor P1 to a transient table.
63540 ** by this opcode will be used for automatically created transient
63565 /* If a transient index is required, create it by calling
63567 ** opening it. If a transient table is required, just use the
66870 /* Request is out of range. Return a transient error. */
83062 ** and add it to a transient table srcTab. The code generated
87481 ** expr.c is trying to resolve a reference to a transient table (i.e. one
90709 /* Delete the transient table structure associated with the
91021 ** then create a transient table structure to describe the subquery.
96557 Expr *pDup; /* A transient duplicate expression */
97203 ** possible to construct a transient index that would perform better
97206 ** transient index.
97217 double costTempIdx; /* per-query cost of the transient index */
97241 /* The cost of creating the transient table would be greater than
97282 Index *pIdx; /* Object describing the transient index */
97298 ** transient index on 2nd and subsequent iterations of the loop. */
106229 ** a temporary file for transient pager files and statement journals.
116120 int isCopyTerm, /* True if zTerm/nTerm is transient */
116432 ** zTerm is transient, so take a copy of the term data. Otherwise, just