Lines Matching refs:field

992 ** attached databases into the middle of the sqlite_schema.sql field.
4654 ** field by the stat() system call). Three types of files may
6957 ** Use this value for the "version-made-by" field in new zip file
6963 ** Value for "version-required-to-extract" field of new entries.
6967 ** Value for "general-purpose-bit-flags" field of new entries. Bit
7039 *** extra field length 2 bytes
7080 *** extra field length 2 bytes
7513 ** Scan through this buffer to find an "extra-timestamp" field. If one
7520 ** The general format of an extra field is:
8709 "\"extra-field-length\" : %u, "
11440 ** field INTEGER,
11452 ** table contains one row for each field in the record associated with
11454 ** field -1.
11465 ** INSERT INTO sqlite_dbdata(pgno, cell, field, value) VALUES
11526 int iField; /* Current field number */
11552 " field INTEGER," \
11988 /* Load the "byte of payload including overflow" field */
12157 ** and inspecting the header field. If successful, set the pCsr->enc variable
12227 ** field on page 1. */
12702 ** The index of the associated field within database records. Or -1 if
12703 ** there is no associated field (e.g. for virtual generated columns).
13468 " max(CASE WHEN field=0 THEN value ELSE NULL END),"
13469 " max(CASE WHEN field=1 THEN value ELSE NULL END),"
13470 " max(CASE WHEN field=2 THEN value ELSE NULL END),"
13471 " max(CASE WHEN field=3 THEN value ELSE NULL END),"
13472 " max(CASE WHEN field=4 THEN value ELSE NULL END)"
14248 "SELECT cell, field, value "
14296 "SELECT page, cell, field, value "
14548 "SELECT max(field)+1 FROM sqlite_dbdata('getpage') WHERE pgno = ?"
16181 ** If a field contains any character identified by a 1 in the following
17012 ** Set the destination table field of the ShellState structure to
17487 /* Set p2 to the P2 field of the current opcode. Then, assuming that
19880 char *z; /* Accumulated text for a field */
19887 int cTerm; /* Character that terminated the most recent field */
19912 /* Read a single field of CSV text. Compatible with rfc4180 and extended
19921 ** + Store the character that terminates the field in p->cTerm. Store
19963 utf8_printf(stderr, "%s:%d: unterminated %c-quoted field\n",
19973 /* If this is the first field being parsed and it begins with the
20003 /* Read a single field of ASCII delimited text.
20011 ** + Store the character that terminates the field in p->cTerm. Store