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

Lines Matching refs:local

12379 ** changeset recorded (the "local" changeset). Then, a changeset based
12388 ** For example, if both the local and remote changesets contain an
12391 ** local: INSERT INTO t1 VALUES(1, 'v1');
12395 ** removed from the local changeset (it was overridden). Or, if the
12396 ** conflict resolution was "OMIT", then the local changeset is modified
12401 ** Changes within the local changeset are rebased as follows:
12433 ** A local change may be rebased against multiple remote changes
12435 ** changesets, they are combined as follows before the local changeset
12443 ** the local changeset is rebased according to the most recent
12450 ** local change may be rebased for REPLACE while others are rebased for
12453 ** In order to rebase a local changeset, the remote changeset must first
12454 ** be applied to the local database using sqlite3changeset_apply_v2() and
12462 ** If the local changeset is to be rebased against multiple remote
12466 ** <li> Each local changeset is rebased by calling sqlite3rebaser_rebase().
22503 ** local time.
22579 sqlite3_result_error(pCtx, "local time unavailable", -1);
22662 ** show local time.
27646 ** State information local to the memory allocation subsystem.
37507 ** It shouldn't be possible for fullfsync to fail on the local
38793 /* Undo the local locks */
38809 /* Get the local shared locks */
40103 ** never use proxy, NULL means use proxy for non-local files only. */
40637 ** This works well on the local file system, but shows a nearly 100x
40651 ** and onto a proxy file on the local file system.
40713 ** host (the conch ensures that they all use the same local lock file).
40730 ** Database files accessed on non-local file systems are
40766 ** and local proxy files in it
41199 /* for auto-named local lock file, just check the host ID and we'll
41200 ** use the local lock file path that's already in there
41429 ** the local lock file path
41492 ** will be performed on the local proxy lock file. The following fields
42280 ** This macro is used when a local variable is set to a value that is
42388 winceLock local; /* Locks obtained by this instance of winFile */
44365 /* Initialize the local lockdata */
44366 memset(&pFile->local, 0, sizeof(pFile->local));
44453 if (pFile->local.nReaders){
44456 if (pFile->local.bReserved){
44459 if (pFile->local.bPending){
44462 if (pFile->local.bExclusive){
44501 pFile->local.bExclusive = TRUE;
44510 pFile->local.nReaders ++;
44511 if (pFile->local.nReaders == 1){
44524 pFile->local.bPending = TRUE;
44534 pFile->local.bReserved = TRUE;
44565 if (pFile->local.bExclusive){
44567 pFile->local.bExclusive = FALSE;
44573 else if (pFile->local.nReaders){
44576 pFile->local.nReaders --;
44577 if (pFile->local.nReaders == 0)
44588 if (pFile->local.bPending){
44589 pFile->local.bPending = FALSE;
44597 if (pFile->local.bReserved) {
44598 pFile->local.bReserved = FALSE;
45497 OSTRACE(("TEST-WR-LOCK file=%p, result=%d (local)\n", pFile->h, res));
46213 /* Undo the local locks */
46242 /* Get the local shared locks */
46258 ** also mark the local connection as being locked.
50264 ** (3) PCache-local bulk allocation.
50267 ** that is allocated when the page cache is created. The size of the local
50311 u16 isBulkLocal; /* This page from bulk local storage */
50392 PgHdr1 *pFree; /* List of unused pcache-local pages */
50393 void *pBulk; /* Bulk memory used by pcache-local */
53798 ** is being called from within pager_playback(). The local value
59254 ** be written to, store pPg->pgno in local variable needSyncPgno.
62428 ** to the caller that the local page cache is obsolete and needs to be
64220 u16 nCell; /* Number of cells on this page, local and ovfl */
64369 u16 maxLocal; /* Maximum local payload in non-LEAFDATA tables */
64370 u16 minLocal; /* Minimum local payload in non-LEAFDATA tables */
64371 u16 maxLeaf; /* Maximum local payload in a LEAFDATA table */
64372 u16 minLeaf; /* Minimum local payload in a LEAFDATA table */
66076 /* If the payload will not fit completely on the local page, we have
66079 ** space on overflow pages while keeping the amount of local storage
66087 int surplus; /* Overflow payload available for local storage */
66113 int surplus; /* Overflow payload available for local storage */
66210 ** on the local page. No overflow is required.
66247 ** on the local page. No overflow is required.
66270 ** data header and the local payload, but not any overflow page or
70028 ** and data to fit on the local page and for there to be no overflow
70054 ** of local content. Database must be corrupt. */
70065 ** many bytes of the key or data as are available on the local
71540 ** *pnSize Size of the local cell (not counting overflow pages)
71557 /* Write the payload into the local Cell and any extra into overflow pages */
72685 ** into the local b.apCell[] array. Make copies of the divider cells
73571 /* Overwrite the local portion first */
77574 ** also sets a flag in local variable "flags" to indicate the memory
77673 u32 available = 0; /* Number of bytes available on the local btree page */
82226 ** The few cases that require local variables are broken out into a separate
82331 /* These use local variables, so do them in a separate routine
91203 ** the name of the db to pass as to it. Also set local pTab to a copy
92626 ** cell is required for each cursor used by the program. Set local
100295 /* Set up the local name-context to pass to sqlite3ResolveExprNames() to
126619 ** /usr/local/lib/libExample5.4.3.so ==> sqlite3_example_init
128372 ** The first form reports the current local setting for the
128373 ** page cache size. The second form sets the local
128396 ** The first form reports the current local setting for the
128482 ** Return or set the local value of the temp_store flag. Changing
128483 ** the local value does not make changes to the disk file and the default
128502 ** Return or set the local value of the temp_store_directory flag. Changing
128543 ** Return or set the local value of the data_store_directory flag. Changing
128618 ** Return or set the local value of the synchronous flag. Changing
128619 ** the local value does not make changes to the disk file and the
137590 /* Various elements of the SELECT copied into local variables for
151271 /* There is no INDEXED BY clause. Create a fake Index object in local
156790 ** address of the OP_Gosub is stored in local variable addrGosubFlush. */
167794 ** to the caller in local variables zDataType, zCollSeq, notnull, primarykey
167821 ** to whatever their local counterparts contain. If an error did occur,
173006 /* Read the values returned by the SELECT into local variables. */
173331 /* Collect arguments into local variables */
186981 ** fts3ExprIterate() callback used to collect the "local" part of the
186982 ** FTS3_MATCHINFO_HITS array. The local stats are those elements of the
187382 int bGlobal = 0; /* Collect 'global' stats as well as local */
191489 ** formatted as a RtreeDValue (double or int64). This macro assumes that local
204382 int nLocal; /* Bytes of local payload */
204738 u32 nPayload; /* Bytes of payload total (local+overflow) */
210863 ** This function is called when rebasing a local UPDATE change against one
210876 ** * For each field modified by the local change for which the
210883 sqlite3_changeset_iter *pIter, /* Iterator pointed at local change */