Home | History | Annotate | Download | only in dist

Lines Matching refs:FIELD

1199 ** The value of the iVersion field is initially 1 but may be larger in
1203 ** SQLite version 3.5.9 and 3.6.0 and yet the iVersion field was not
1206 ** The szOsFile field is the size of the subclassed [sqlite3_file]
1217 ** The pNext field is the only field in the sqlite3_vfs
1219 ** or modify this field while holding a particular static mutex.
1223 ** The zName field
4841 ** freed by sqlite3_free() and the zErrMsg field will be zeroed.
6556 #define offsetof(STRUCTURE,FIELD) ((int)((char*)&((STRUCTURE*)0)->FIELD))
6952 ** to constants so that the offset of the corresponding field in an
6957 ** For example, the free-page-count field is located at byte offset 36 of
6958 ** the database file header. The incr-vacuum-flag field is located at
7222 ** The following macro converts a relative address in the p2 field
8217 ** Db.flags field.
8225 ** Allowed values for the DB.flags field.
8450 ** Bits of the sqlite3.flags field that are used by the
8452 ** These must be the low-order bits of the flags field.
8462 ** Possible values for the sqlite.magic field.
8733 ** that the datatype of the PRIMARY KEY must be INTEGER for this field to
8931 ** by the aiColumn[] field of this structure. For example, suppose
8945 ** The Index.onError field determines whether or not the indexed columns
9000 ** pointer to this structure. The Expr.iColumn field is the index in
9162 ** The following are the meanings of bits in the Expr.flags field.
9182 ** The following are the meanings of bits in the Expr.flags2 field.
9201 ** Expr.flags field.
9229 ** field is not used.
9265 ** The IdList.a.idx field is used when the IdList represents the list of
9333 ** Permitted values of the SrcList.a.jointype field
9374 ** The pIdxInfo field is used to help pick the best index on a
9403 /* The following field is really not part of the current level. But
9449 ** names. The context consists of a list of tables (the pSrcList) field and
9463 ** Each subquery gets a new NameContext. The pNext field points to the
13180 ** previous chunk is free. The u.hdr.prevSize field is the size of
16363 ** be centered in the appropriately sized field.
16365 ** * The %b field outputs an integer in binary notation.
16367 ** * The %c field now accepts a precision. The character output
16370 ** * The %' field works like %c, but takes as its character the
16417 typedef struct et_info { /* Information about each format field */
16418 char fmttype; /* The format field code letter */
16563 int precision; /* Precision of the current field */
16564 int length; /* Length of the field */
16566 int width; /* Width of the current field */
16572 etByte flag_zeropad; /* True if field width constant starts with zero */
16622 /* Get the field width */
16670 /* Fetch the info entry for the field */
16699 ** field width was negative.
16706 ** width The specified field width. This is
16837 ** If the field type is etGENERIC, then convert to either etEXP
17040 ** "length" characters long. The field width is "width". Do
22031 ** The nRef field of the vxworksFileId object is incremented before
22144 ** field that tells us its internal lock status. cnt==0 means the
22183 ** lock. Hence there is an extra field in the key to the unixLockInfo
22191 ** Set or check the unixFile.tid field. This field is set when an unixFile
22201 ** or if no locks are held. But the unixFile.pLock field needs to be
22233 ** set the unixLockKey.tid field to the thread ID. If threads can override
24746 ** field of the sqlite3_vfs VFS objects are initialized to be pointers to
26714 /* afp style keeps a reference to the db path in the filePath field
27049 ** Note that the sqlite3_vfs.pNext field of the VFS object is modified
31564 ** When a savepoint is created, the PagerSavepoint.iHdrOffset field is
31612 ** (the 4-byte header field at byte offset 24 of the database file) is
31615 ** It is set to true when the change-counter field is updated, which
32196 ** Write the nRec Field - the number of page records that follow this
32202 ** A faster alternative is to write 0xFFFFFFFF to the nRec field. When
32291 u32 *pNRec, /* OUT: Value read from the nRec field */
32292 u32 *pDbSize /* OUT: Value of original database size field */
32326 ** field, the checksum-initializer and the database size at the start
32337 u32 iPageSize; /* Page-size field of journal header */
32338 u32 iSectorSize; /* Sector-size field of journal header */
32841 ** and the checksum field does not match the record content.
33636 ** database (with some additional information - the nRec field
34124 ** then the nRec field of the most recently written journal header
34127 ** mode, then the journal file is synced before this field is updated.
34137 ** <update nRec field>
34204 ** for garbage data to be appended to the file, the nRec field
34960 ** the 'change-counter' field of the database file header and
35895 u32 change_counter; /* Initial value of change-counter field */
36171 ** header with the nRec field set to 0. If such a journal is used as
37064 ** The pParent field points back to the parent page. This allows us to
37180 ** global SQLITE_MUTEX_STATIC_MASTER mutex. The pPager field
37182 ** The pSchema field may be set once under BtShared.mutex and
41741 ** This function returns SQLITE_CORRUPT if the page-header flags field of
41742 ** the new child page does not match the flags field of the parent (i.e.
42147 /* This branch runs if the record-size field of the cell is a
42154 /* The record-size field is a 2 byte varint and the record
43289 ** field. The second while(...) loop copies the key value from the
46051 /* Update the schema version field in the destination database. This
46912 ** pTo are freed. The pFrom->z field is not duplicated. If
47183 ** Move data out of a btree key or data field and into a Mem structure.
47820 ** The Op.opflags field is set on all opcodes.
49962 ** large enough to hold the entire field. Except, if the field is
50296 ** rowid field were equal, then clear the PREFIX_SEARCH flag and set
50297 ** pPKey2->rowid to the value of the rowid field in (pKey1, nKey1).
50340 ** Read the rowid (the last field in the record) and store it in *rowid.
50381 /* The last field of the index should be an integer - the ROWID.
51998 ** field of the sqlite3 structure is set in order to simulate and interrupt.
52551 ** immediately. There will be no error message but the p->rc field is
52676 u32 szField; /* Number of bytes in the content of a field */
52677 int szHdr; /* Size of the header size field at start of record */
52693 u32 serial_type; /* Type field */
52694 Mem *pData0; /* First field to be combined into the record */
52695 Mem *pLast; /* Last field of the record */
52700 int len; /* Length of a field */
54503 u32 szField; /* Number of bytes in the content of a field */
54504 int szHdr; /* Size of the header size field at start of record */
54703 ** or if the end of the last field appears to be past the end of the
54704 ** record, or if the end of the last field appears to be before the end
54806 ** field of the index key.
54822 u32 serial_type; /* Type field */
54823 Mem *pData0; /* First field to be combined into the record */
54824 Mem *pLast; /* Last field of the record */
54829 int len; /* Length of a field */
54842 ** Each type field is a varint representing the serial type of the
54844 ** hdr-size field is also a varint which is the offset from the beginning
55930 ** the list field being the integer ROWID of the entry that the index
58671 ** The Incrblob.nByte field is fixed for the lifetime of the Incrblob
60125 ** result set expression (as determined by the ExprList.a.iCol field)
62118 ** filled with single-field index keys representing the results
63224 ** read the rowid field.
67598 ** field of the table under construction to be the index of the
67607 ExprList *pList, /* List of field names to be indexed */
67969 ** for the table from the db->init.newTnum field. (The page number
68621 ** under construction in the pParse->pNewTable field.
69601 ** The SrcList.a[].zName field is filled with the table name which might
69921 ** pParse->cookieMask field. Later, after all other code has been
77224 Token *pId1, /* First part of [database.]id field */
77225 Token *pId2, /* Second part of [database.]id field, or NULL */
78760 ** bit is set in the flags field of the Db structure. If the database
79986 ** freed. Add the KeyInfo structure to the P4 field of an opcode using
80124 ** declaration type for a ROWID field is INTEGER. Exactly when an expression
84631 ** a matching TriggerPrg.pTrigger field will be present somewhere
86822 ** and the WhereTerm.u.pOrInfo field points to auxiliary information that
86826 ** categories, then eOperator==0. The WhereTerm.pExpr field is still set
86978 ** The WhereLevel.wsFlags field is usually set to WO_IN|WO_EQ|WO_ISNULL.
86980 ** is set to WO_IN|WO_EQ. The WhereLevel.wsFlags field can then be used as
87827 ** "pExpr" field filled in. The job of this routine is to analyze the
89664 ** equality comparison against the ROWID field. Or
89682 /* Case 2: We have an inequality comparison against the ROWID field.
90348 ** field (type Bitmask) it must be aligned on an 8-byte boundary on
98909 ** format. As usual, the initial "Length" field found in doclists stored
98912 ** Variable pCurrent always points to the start of a docid field within
104447 ** defined columns in the FTS3 table, plus one for the docid field.
104455 ** a value for the "rowid" field, for the "docid" field, or for both.
105111 int iLevel, /* Value for "level" field */
105112 int iIdx, /* Value for "idx" field */
105113 sqlite3_int64 iStartBlock, /* Value for "start_block" field */
105114 sqlite3_int64 iLeafEndBlock, /* Value for "leaves_end_block" field */
105115 sqlite3_int64 iEndBlock, /* Value for "end_block" field */
105116 char *zRoot, /* Blob value for "root" field */
105200 /* There is no prefix-length field for first term in a node */