• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/sqlite3/

Lines Matching refs:corresponding

1443 ** result row is NULL then the corresponding string pointer for the
1446 ** entry represents the name of corresponding result column as obtained
2025 ** file control is sent to the open [sqlite3_file] object corresponding
2167 ** "data version" changes whenever any change occurs to the corresponding
2512 ** was given on the corresponding lock.
2706 ** that causes the corresponding memory allocation to fail.
2953 ** the logger function is a copy of the first parameter to the corresponding
4586 ** corresponding octet. If this process generates an invalid UTF-8 encoding,
4696 ** returns the name of the corresponding database file.
4701 ** returns the name of the corresponding rollback journal file.
4706 ** sqlite3_filename_wal(F) returns the name of the corresponding
4744 ** database filename D with corresponding journal file J and WAL file W and
4759 ** must be released by a corresponding call to sqlite3_free_filename(Y).
4779 ** then the corresponding [sqlite3_module.xClose() method should also be
5043 ** input text into UTF-8, then invoking the corresponding UTF-8 interface.
6422 ** ^These routines work just like the corresponding [column access functions]
6459 ** the column corresponding to X is unchanged by the UPDATE operation
6654 ** <li> ^(when the corresponding function parameter changes)^, or
7618 ** NULL, in which case the corresponding element of metadata is omitted.
7912 ** the corresponding bit is set within the colUsed mask if the column may be
7921 ** the right-hand side of the corresponding aConstraint[] is evaluated
9757 ** sqlite3_backup_finish() returns the corresponding [error code].
9788 ** sqlite3_backup_init() is called and before the corresponding call to
10104 ** start a callback but which do not need the full power (and corresponding
10329 ** expensive to compute and that the corresponding
10357 ** containing the name of the collation sequence for the corresponding
11313 ** no corresponding change is present in the changesets returned by this
11673 ** 0x01 if the corresponding column is part of the tables primary key, or
11815 ** [SQLITE_NOMEM] in [sqlite3changeset_new()]) then an error code corresponding
12532 ** corresponding non-streaming API functions:
13194 ** FTS index corresponding to both forms of the first token.
14930 ** NOTE: These values must match the corresponding BTREE_ values in btree.h.
15176 ** NOTE: These values must match the corresponding PAGER_ values in
15257 ** to constants so that the offset of the corresponding field in an
15344 ** the main table row automatically deletes corresponding index rows,
16768 ** A thread must be holding a mutex on the corresponding Btree in order
17610 ** the Table.pVTable member variable of the corresponding Table object.
17621 ** corresponding sqlite3 structure. They are then deleted/xDisconnected
17626 ** list without holding the corresponding sqlite3.mutex mutex.
18150 ** corresponding table definition.
18413 Table *pTab; /* An SQL table corresponding to zName */
18438 Index *pIBIndex; /* Index structure corresponding to u1.zIndexedBy */
20661 /* An array to map all upper-case characters into their corresponding
23381 ** is using a regular VFS, it is called after the corresponding
33428 ** element corresponding to "key" is removed from the hash table.
34930 ** locks on the corresponding inode. There is one locking structure
35743 ** Add the file descriptor used by file handle pFile to the corresponding
39107 ** argument passed to this function must be the same as the corresponding
39784 ** corresponding database file and sets *pMode to this value. Whenever
44296 ** corresponding section in "date.c" cannot use it.
46645 ** argument passed to this function must be the same as the corresponding
48644 ** Populate buffer zOut with the full canonical pathname corresponding
53210 ** * The bit corresponding to the page-number is not set in
54362 ** (if the corresponding pDone bit is set) then skip the playback.
54363 ** Make sure the pDone bit corresponding to the *pOffset page is set
55481 ** corresponding bit is set in a bitvec structure (variable pDone in the
56603 ** If successful, set the bit corresponding to pPg->pgno in the bitvecs
57595 ** of being read from the database. Additionally, the bits corresponding
58101 ** one of the journals, the corresponding bit is set in the
60029 ** first index-block contains the database page number corresponding to the
60078 ** first index block, looking for entries corresponding to page P. On
60229 ** in use (that is, every aReadMark[j] for which there is a corresponding
60816 ** and page-number array that contain entries corresponding to WAL frame
62461 ** so it takes care to hold an exclusive lock on the corresponding
62679 ** comparing their content to the corresponding page with the database
62812 ** is populated with the wal-index header corresponding to the head
64618 ** the database the corresponding bit is set. This allows integrity-check to
64824 ** There is a corresponding leave-all procedures.
65126 ** the corresponding table. This makes things a bit more complicated,
65128 ** the table corresponding to the index being written, this
65553 ** moved to become a free-list leaf page, the corresponding bit is
65555 ** optimization 2 above is omitted if the corresponding bit is already
69350 ** in which index entries are automatically deleted when corresponding table
69654 ** If ppPage is not NULL, and a reference to the MemPage object corresponding
71229 ** corresponding to page iPage handy, it may pass it as the second value.
71879 ** cases, ixNx[] entries with higher indexes, and the corresponding apEnd[]
72424 ** any cells with overflow page pointers, then the corresponding pointer
73223 ** sets all pointer-map entries corresponding to database image pages
73297 ** Before returning, all pointer-map entries corresponding to pages
73299 ** entry corresponding to the new right-child pointer of the root
74296 ** corresponding to page pgnoRoot. */
75769 ** Return a pointer corresponding to database zDb (i.e. "main", "temp")
76357 ** corresponding to the source database is held when this function is
76397 ** corresponding to the source database is held when this function is
76607 ** corresponding string value, then it is important that the string be
78194 ** corresponding column within index pIdx is applied to it. Before
80164 ** corresponding to btrees that use shared cache. Then the runtime of
81779 ** * the corresponding bit in argument mask is clear (where the first
82094 ** Return the length of the data corresponding to the supplied serial-type.
84981 /* If the bit corresponding to this variable in Vdbe.expmask is set, then
85749 ** statement for the corresponding OP_Variable opcode. Once the host
86305 ** interpret as a string if we want to). Compute its corresponding
86796 ** each string is the symbolic name for the corresponding opcode. If the
88921 ** corresponding data element (see sqlite3VdbeSerialType()). The
89642 ** temporary tables, and P3>1 means used the corresponding attached
91889 ** P1 is an open index cursor and P3 is a cursor on the corresponding
93664 ** This opcode invokes the corresponding xRename method. The value
93700 ** This opcode invokes the corresponding xUpdate method. P2 values
95124 ** corresponding PmaReader object to read from that file and kicks off
96684 ** This function is called when the PmaReader corresponding to pIncr has
98891 /* Translate the schema name in zDb into a pointer to the corresponding
99826 ** elements in pEList, corresponding to the matching entry. If there is
100057 ** field) then convert that term into a copy of the corresponding result set
100358 ** These integers will be replaced by copies of the corresponding result
101216 ** Expr object corresponding to element iElem of the vector.
105527 ** are the same as opcode values (ex: OP_Eq) that implement the corresponding
106288 ** index only, without having to do a search for the corresponding
106294 int iCur; /* Cursor number for the table corresponding to the index */
106321 ** corresponding table entry.
106325 int iCur, /* The cursor number for the corresponding table */
107767 ** corresponding rename-token from Parse object pParse and add it
107792 ** that matches the string in zOld, extract the corresponding rename-token
107894 ** identifier zNew. If the corresponding identifier in the original
107910 ** corresponding to all tokens in the input SQL that must be replaced
109609 ** a key with the corresponding number of fields. In other words,
113034 ** found, the corresponding affinity is returned. If zType contains
118350 ** a column in common, then the register corresponding to that column already
119548 ** is the unicode character for the corresponding integer argument.
121177 ** Return an Expr object that refers to a memory register corresponding
121487 ** actually updated, the corresponding element in the aChange[] array
121488 ** is zero or greater (if a column is unmodified the corresponding element
121514 ** actually updated, the corresponding element in the aChange[] array
121515 ** is zero or greater (if a column is unmodified the corresponding element
121817 ** If the i'th column is not modified by the UPDATE, then the corresponding
122741 ** open a read cursor on the corresponding <table2> index
122795 IdList *pColumn, /* Column names corresponding to IDLIST, or NULL. */
125029 return 0; /* pDestIdx has no corresponding index in pSrc */
127982 ** object corresponding to the database file to which the pragma
130067 /* The xColumn method simply returns the corresponding column from
134636 ** All references to columns in table iTable are to be replaced by corresponding
135561 ** corresponding value.
138152 ** always spread across less pages than their corresponding tables.
142150 ** Locks nest. Every lock should have a corresponding unlock.
143411 ** one corresponding WhereLoop object (unless INDEXED BY constraints
144134 ** sqlite3_stmt_scanstatus() entry corresponding to the scan used to
144296 ** the vector on the LHS with corresponding changes to the SELECT so that
144950 ** index, then the corresponding array entry is set to (i+1). If the column
145029 int iTabCur; /* The cursor of the corresponding table */
145076 ** into a corresponding column reference of an index.
145100 ** the table into references to the corresponding (stored) column of the
145424 /* The following constant maps TK_xx codes into corresponding
147107 ** corresponding TERM_VIRTUAL term */
149671 ** extracted from pLower and pUpper with the corresponding column in each
149776 ** place of the corresponding WhereTerm.
152088 ** rowid appears in the ORDER BY clause, the corresponding WhereLoop is
155490 ** read from the corresponding cursor.
162307 ** Return the fallback token corresponding to canonical token iToken, or
165514 ** Return a static string containing the name corresponding to the error code
168475 ** Translate a filename that was handed to a VFS routine into the corresponding
171091 ** the name of the corresponding column in table xxx. The array
178278 ** element corresponding to "key" is removed from the hash table.
179061 ** containing a pointer to be stored as the hash data corresponding
179067 ** is a blob containing the pointer stored as the hash data corresponding
180339 Fts3PhraseToken *pToken; /* Pointer to corresponding expr token */
183347 /* Loop through all entries in the %_segdir table corresponding to
186532 ** the snippet for which the corresponding mCovered bit is not set.
187102 ** iterating through a multi-column position-list corresponding to the
188331 ** If the argument is a codepoint corresponding to a lowercase letter
188418 ** return the codepoint corresponding to the lower case version.
189998 ** corresponding to the SQL value input. Mostly this means putting
191792 ** Given a node number iNode, return the corresponding key to use
194249 /* Delete the corresponding entry in the <rtree>_rowid table. */
195517 ** table corresponding to the cell's rowid value that
197424 ** the corresponding SQL function is deleted.
198399 ** that the user wishes to write to, a corresponding data_xyz table is
198559 ** the same type as the corresponding column in the target database.
198611 ** update, the corresponding data_% table should contain a single record
198621 ** update, the corresponding data_% table should contain a single record
198624 ** corresponding columns of the data_% table. The values stored in the
198628 ** update, the corresponding data_% table should contain a single record
198631 ** stored in the corresponding columns of the data_% table row, as should
198636 ** each column that is being updated, the corresponding character is set to
198637 ** 'x'. For those that remain as they are, the corresponding character of the
198649 ** target table with the value stored in the corresponding data_% column, the
198672 ** KEY, the rbu_control value should not include a character corresponding
198685 ** the PRIMARY KEY of the corresponding target database table. In other
199338 ** corresponding target database table.
200948 ** declaration for the corresponding imposter table. For example,
202791 ** If there is a "*-oal" file in the file-system corresponding to the
202891 ** indexes on the corresponding target database table.
203367 ** file, the rbu vfs opens the corresponding *-oal file instead.
203464 ** a file-handle opened by the same database connection on the corresponding
204098 ** Populate buffer zOut with the full canonical pathname corresponding
206545 ** NULL) is set to point to an array of booleans - true if the corresponding
207653 ** If all of the old.* values are equal to their corresponding new.* value
208374 ** from the corresponding position in the record. If that value is not
208376 ** and the field was not modified), the corresponding element of apOut[] is
210871 ** * Removing any changes to fields for which the corresponding field
210877 ** corresponding field in the rebase buffer is not "undefined" (0x00)
211641 ** FTS index corresponding to both forms of the first token.
214100 ** Return the fallback token corresponding to canonical token iToken, or
215365 ** This function searches for the corresponding close-quote character within
220181 int iBtPage; /* Page number corresponding to btterm */
220229 ** For each rowid on the page corresponding to the current term, the
220230 ** corresponding aRowidOffset[] entry is set to the byte offset of the
224296 ** segment on disk. Also update the corresponding structure record.
226653 ** byte of the position list for the corresponding phrase.
227597 ** pTab. If one is found, return a pointer to the corresponding Fts5Auxiliary
228897 ** Given cursor id iId, return a pointer to the corresponding Fts5Table
228913 ** Return a "position-list blob" corresponding to the current position of
232042 ** If the argument is a codepoint corresponding to a lowercase letter
232129 ** return the codepoint corresponding to the lower case version.