Lines Matching refs:replace

3656 ** The sqlite3_trace_v2() interface is intended to replace the legacy
9881 ** silently replace the appropriate rows within the xUpdate callback and
14183 ** Use a macro to replace memcpy() if compiled with SQLITE_INLINE_MEMCPY.
22726 ** Clear any existing type flags from a Mem and replace them with f
29844 ** Free any prior content in *pz and replace it with a copy of zNew.
36077 ** An internal level of indirection which enables us to replace the
40545 ** replace this routine with a harmless no-op. To make this routine
40546 ** a no-op, replace it with a stub that returns SQLITE_OK but leaves
44141 /* create a new path by replace the trailing '-conch' with '-break' */
75693 Pgno iChild, /* If non-zero, replace first 4 bytes with this value */
78130 ** the entry being deleted. This cell will replace the cell being deleted
78167 ** node to replace the deleted cell. */
78204 ** replace the cell deleted from the internal node. This is slightly
104231 ** In cases like this, replace pExpr with a copy of the expression that
112410 ** Generate VM code to replace any double-quoted strings (but not double-quoted
113554 int iOff; /* Offset of token to replace in zOut */
121872 ** that case the convertToWithoutRowidTable() routine will replace
125963 ** The replace() function. Three arguments are all strings: call
127025 FUNCTION(replace, 3, 0, 0, replaceFunc ),
129943 int isReplace = 0;/* Set to true if constraints may cause a replace */
130254 ** NOT NULL REPLACE The NULL value is replace by the default
130279 int *pbMayReplace, /* OUT: Set to true if constraint may cause a replace */
130301 ** replace triggers fire have run */
130302 int regTrigCnt; /* Register used to count replace trigger invocations */
130306 int nReplaceTrig = 0; /* Number of replace triggers coded */
130569 ** "replace triggers".) If any replace triggers run, we will need to
130573 ** If replace triggers are a possibility, then
130576 ** That register will count the number of replace triggers that
130720 ** OP_Insert replace the existing entry than it is to delete the
130999 ** checks have run, if and only if one or more replace triggers
131063 /* Recheck all uniqueness constraints after replace triggers have run */
142768 ** will scan expressions looking for iParent references and replace
143100 ** replace all other occurrences of COLUMN with CONSTANT.
144662 ** clause. If so, add it to the WHERE clause and replace the sub-expression
147483 case OE_Replace: return "replace";
149972 ** If there already exists a module with zName, replace it with the new one.
152933 ** todo: It should be possible to replace this node with a TK_REGISTER
156087 ** new terms completely replace the original vector comparison, which is
158939 ** If pX is a WhereLoop that pTemplate can replace, then return the
158942 ** If pTemplate cannot replace any existing element of the list but needs
158955 ** a candidate to replace the other. */
159011 ** Insert or replace a WhereLoop entry using the template supplied.
159071 /* Look for an existing WhereLoop to replace with pTemplate
159096 sqlite3DebugPrintf("replace: ");
161335 int mxI = 0; /* Index of next entry to replace */
161537 ** candidate path. Check to see if the candidate should replace
162034 ** will know to replace occurrences of the indexed expression with
163978 ** Append the node to output expression-list (*ppSub). And replace it
200063 jsonWrongNumArgs(ctx, "replace");