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.
6551 #define offsetof(STRUCTURE,FIELD) ((int)((char*)&((STRUCTURE*)0)->FIELD))
6947 ** to constants so that the offset of the corresponding field in an
6952 ** For example, the free-page-count field is located at byte offset 36 of
6953 ** the database file header. The incr-vacuum-flag field is located at
7217 ** The following macro converts a relative address in the p2 field
8212 ** Db.flags field.
8220 ** Allowed values for the DB.flags field.
8445 ** Bits of the sqlite3.flags field that are used by the
8447 ** These must be the low-order bits of the flags field.
8457 ** Possible values for the sqlite.magic field.
8728 ** that the datatype of the PRIMARY KEY must be INTEGER for this field to
8926 ** by the aiColumn[] field of this structure. For example, suppose
8940 ** The Index.onError field determines whether or not the indexed columns
8995 ** pointer to this structure. The Expr.iColumn field is the index in
9157 ** The following are the meanings of bits in the Expr.flags field.
9177 ** The following are the meanings of bits in the Expr.flags2 field.
9196 ** Expr.flags field.
9224 ** field is not used.
9260 ** The IdList.a.idx field is used when the IdList represents the list of
9328 ** Permitted values of the SrcList.a.jointype field
9369 ** The pIdxInfo field is used to help pick the best index on a
9398 /* The following field is really not part of the current level. But
9444 ** names. The context consists of a list of tables (the pSrcList) field and
9458 ** Each subquery gets a new NameContext. The pNext field points to the
13175 ** previous chunk is free. The u.hdr.prevSize field is the size of
16358 ** be centered in the appropriately sized field.
16360 ** * The %b field outputs an integer in binary notation.
16362 ** * The %c field now accepts a precision. The character output
16365 ** * The %' field works like %c, but takes as its character the
16412 typedef struct et_info { /* Information about each format field */
16413 char fmttype; /* The format field code letter */
16558 int precision; /* Precision of the current field */
16559 int length; /* Length of the field */
16561 int width; /* Width of the current field */
16567 etByte flag_zeropad; /* True if field width constant starts with zero */
16617 /* Get the field width */
16665 /* Fetch the info entry for the field */
16694 ** field width was negative.
16701 ** width The specified field width. This is
16832 ** If the field type is etGENERIC, then convert to either etEXP
17035 ** "length" characters long. The field width is "width". Do
22026 ** The nRef field of the vxworksFileId object is incremented before
22139 ** field that tells us its internal lock status. cnt==0 means the
22178 ** lock. Hence there is an extra field in the key to the unixLockInfo
22186 ** Set or check the unixFile.tid field. This field is set when an unixFile
22196 ** or if no locks are held. But the unixFile.pLock field needs to be
22228 ** set the unixLockKey.tid field to the thread ID. If threads can override
24741 ** field of the sqlite3_vfs VFS objects are initialized to be pointers to
26709 /* afp style keeps a reference to the db path in the filePath field
27044 ** Note that the sqlite3_vfs.pNext field of the VFS object is modified
31559 ** When a savepoint is created, the PagerSavepoint.iHdrOffset field is
31607 ** (the 4-byte header field at byte offset 24 of the database file) is
31610 ** It is set to true when the change-counter field is updated, which
32191 ** Write the nRec Field - the number of page records that follow this
32197 ** A faster alternative is to write 0xFFFFFFFF to the nRec field. When
32286 u32 *pNRec, /* OUT: Value read from the nRec field */
32287 u32 *pDbSize /* OUT: Value of original database size field */
32321 ** field, the checksum-initializer and the database size at the start
32332 u32 iPageSize; /* Page-size field of journal header */
32333 u32 iSectorSize; /* Sector-size field of journal header */
32836 ** and the checksum field does not match the record content.
33631 ** database (with some additional information - the nRec field
34119 ** then the nRec field of the most recently written journal header
34122 ** mode, then the journal file is synced before this field is updated.
34132 ** <update nRec field>
34199 ** for garbage data to be appended to the file, the nRec field
34955 ** the 'change-counter' field of the database file header and
35890 u32 change_counter; /* Initial value of change-counter field */
36166 ** header with the nRec field set to 0. If such a journal is used as
37059 ** The pParent field points back to the parent page. This allows us to
37175 ** global SQLITE_MUTEX_STATIC_MASTER mutex. The pPager field
37177 ** The pSchema field may be set once under BtShared.mutex and
41730 ** This function returns SQLITE_CORRUPT if the page-header flags field of
41731 ** the new child page does not match the flags field of the parent (i.e.
42136 /* This branch runs if the record-size field of the cell is a
42143 /* The record-size field is a 2 byte varint and the record
43278 ** field. The second while(...) loop copies the key value from the
46040 /* Update the schema version field in the destination database. This
46901 ** pTo are freed. The pFrom->z field is not duplicated. If
47172 ** Move data out of a btree key or data field and into a Mem structure.
47809 ** The Op.opflags field is set on all opcodes.
49951 ** large enough to hold the entire field. Except, if the field is
50285 ** rowid field were equal, then clear the PREFIX_SEARCH flag and set
50286 ** pPKey2->rowid to the value of the rowid field in (pKey1, nKey1).
50329 ** Read the rowid (the last field in the record) and store it in *rowid.
50370 /* The last field of the index should be an integer - the ROWID.
51987 ** field of the sqlite3 structure is set in order to simulate and interrupt.
52540 ** immediately. There will be no error message but the p->rc field is
52665 u32 szField; /* Number of bytes in the content of a field */
52666 int szHdr; /* Size of the header size field at start of record */
52682 u32 serial_type; /* Type field */
52683 Mem *pData0; /* First field to be combined into the record */
52684 Mem *pLast; /* Last field of the record */
52689 int len; /* Length of a field */
54492 u32 szField; /* Number of bytes in the content of a field */
54493 int szHdr; /* Size of the header size field at start of record */
54692 ** or if the end of the last field appears to be past the end of the
54693 ** record, or if the end of the last field appears to be before the end
54795 ** field of the index key.
54811 u32 serial_type; /* Type field */
54812 Mem *pData0; /* First field to be combined into the record */
54813 Mem *pLast; /* Last field of the record */
54818 int len; /* Length of a field */
54831 ** Each type field is a varint representing the serial type of the
54833 ** hdr-size field is also a varint which is the offset from the beginning
55919 ** the list field being the integer ROWID of the entry that the index
58660 ** The Incrblob.nByte field is fixed for the lifetime of the Incrblob
60114 ** result set expression (as determined by the ExprList.a.iCol field)
62107 ** filled with single-field index keys representing the results
63213 ** read the rowid field.
67587 ** field of the table under construction to be the index of the
67596 ExprList *pList, /* List of field names to be indexed */
67958 ** for the table from the db->init.newTnum field. (The page number
68610 ** under construction in the pParse->pNewTable field.
69590 ** The SrcList.a[].zName field is filled with the table name which might
69910 ** pParse->cookieMask field. Later, after all other code has been
77213 Token *pId1, /* First part of [database.]id field */
77214 Token *pId2, /* Second part of [database.]id field, or NULL */
78749 ** bit is set in the flags field of the Db structure. If the database
79975 ** freed. Add the KeyInfo structure to the P4 field of an opcode using
80113 ** declaration type for a ROWID field is INTEGER. Exactly when an expression
84620 ** a matching TriggerPrg.pTrigger field will be present somewhere
86811 ** and the WhereTerm.u.pOrInfo field points to auxiliary information that
86815 ** categories, then eOperator==0. The WhereTerm.pExpr field is still set
86967 ** The WhereLevel.wsFlags field is usually set to WO_IN|WO_EQ|WO_ISNULL.
86969 ** is set to WO_IN|WO_EQ. The WhereLevel.wsFlags field can then be used as
87816 ** "pExpr" field filled in. The job of this routine is to analyze the
89653 ** equality comparison against the ROWID field. Or
89671 /* Case 2: We have an inequality comparison against the ROWID field.
90337 ** field (type Bitmask) it must be aligned on an 8-byte boundary on
98875 ** format. As usual, the initial "Length" field found in doclists stored
98878 ** Variable pCurrent always points to the start of a docid field within
104407 ** defined columns in the FTS3 table, plus one for the docid field.
104415 ** a value for the "rowid" field, for the "docid" field, or for both.
105071 int iLevel, /* Value for "level" field */
105072 int iIdx, /* Value for "idx" field */
105073 sqlite3_int64 iStartBlock, /* Value for "start_block" field */
105074 sqlite3_int64 iLeafEndBlock, /* Value for "leaves_end_block" field */
105075 sqlite3_int64 iEndBlock, /* Value for "end_block" field */
105076 char *zRoot, /* Blob value for "root" field */
105160 /* There is no prefix-length field for first term in a node */