Lines Matching defs:value
43 ** If SQLITE_CUSTOM_INCLUDE=? is defined, its value names the #include
766 ** Return the value of a hexadecimal digit. Return -1 if the input
777 ** Interpret zArg as an integer value, possibly with suffixes.
1246 static char value[32768]; /* Maximum length, per MSDN */
1247 DWORD dwSize = sizeof(value) / sizeof(char); /* Size in chars */
1250 memset(value, 0, sizeof(value));
1251 dwRet = GetEnvironmentVariableA(name, value, dwSize);
1261 ** -AND- the buffer contains the entire value.
1263 return value;
1998 ** hash value.
2027 ** of a NULL value is NULL.
2095 ** occurs before the start of each row. N means a NULL value.
2097 ** number with an 8-byte little-endian IEEE floating point value <ieee-float>.
2690 ** Add the value pB into pA.
3006 ** In the first form, the value X should be a floating-point number.
3012 ** a floating-point value equal to Y*pow(2,Z).
3033 ** then that blob is interpreted as a big-endian binary64 value.
3056 ** point value (the value 47.49 is used in the example) do:
3067 ** ('minimum positive value', x'0000000000000001'),
3068 ** ('maximum subnormal value', x'000fffffffffffff'),
3069 ** ('mininum positive nornal value', x'0010000000000000'),
3070 ** ('maximum value', x'7fefffffffffffff'))
3320 ** value,
3371 sqlite3_int64 iValue; /* Current value ("value") */
3372 sqlite3_int64 mnValue; /* Mimimum value ("start") */
3373 sqlite3_int64 mxValue; /* Maximum value ("stop") */
3411 "CREATE TABLE x(value,start hidden,stop hidden,step hidden)");
3488 ** first row returned is assigned rowid value 1, and each subsequent
3489 ** row a value 1 more than that of the previous.
3571 /* If any of the constraints have a NULL value, then return no rows.
3603 ** (1) start = $value -- constraint exists
3604 ** (2) stop = $value -- constraint exists
3605 ** (4) step = $value -- constraint exists
3650 ** argument (the START value). Legacy versions assumed START=0 if the
3782 ** \uXXXX Where XXXX is exactly 4 hex digits, unicode value XXXX
3783 ** \xXX Where XX is exactly 2 hex digits, unicode value XX
3833 #define RE_OP_CC_VALUE 9 /* Single value in a character class */
4652 ** be passed an integer value that corresponds to a POSIX mode
4653 ** value (file type + permissions, as returned in the stat.st_mode
4669 ** modification-time of the target file is set to this value before
4693 ** name: Path to file or directory (text value).
4697 ** symlink, a text value containing the text of the link. For a
4700 ** If a non-NULL value is specified for the optional $dir parameter and
5443 ** first row returned is assigned rowid value 1, and each subsequent
5444 ** row a value 1 more than that of the previous.
5520 ** (1) The path value is supplied by argv[0]
5992 ** rowid is the same as the output value.
6288 ** The NNNNNNNN in the "Start-Of-SQLite3-NNNNNNNN" suffix is the value
6605 ** start-of-database value must be a multiple of 512.
6727 ** Until then, paf->iMark value indicates it is not yet written.
6957 ** Use this value for the "version-made-by" field in new zip file
7515 ** the value in output parameter *pmTime.
7593 ** to the UNIX timestamp value passed as the second.
7641 ** final value of (*ppEntry) undefined.
7781 ** return value in context pCtx to the result (a blob).
8251 u32 *pMode, /* OUT: Mode value */
8291 ** nB is the value of strlen(zB). This function returns 0 if the strings are
8357 ** If the value passed as the only argument is either NULL or an SQL NULL,
8358 ** return the current time. Otherwise, return the value stored in (*pVal)
8853 zErr = sqlite3_mprintf("illegal method value: %d", iMethod);
9228 ** A single integer argument is passed to this option. If the value is less
9231 ** Or, if the value is 100 or greater, complete sqlite_stat1 data is
9233 ** value falls between 0 and 100, then it represents the percentage of user
9309 ** The value passed as the third argument must be one of the EXPERT_REPORT_*
9314 ** SQL statement is identified by the value passed as the second argument.
9316 ** If an out-of-range value (less than zero or equal to or greater than the
9317 ** value returned by sqlite3_expert_count()) is passed as the second argument
9498 char *zVal; /* nul-terminated value string */
9499 char *zVal2; /* nul-terminated value string 2 */
10031 ** is called, set it to the return value of sqlite3_finalize() before
10032 ** returning. Otherwise, discard the sqlite3_finalize() return value.
10815 double target; /* Target nRet/nRow value */
10850 i64 iVal; /* SQLITE_INTEGER value */
10851 double rVal; /* SQLITE_FLOAT value */
10854 char *z; /* SQLITE_TEXT/BLOB value */
11441 ** value ANY,
11446 ** FUTURE NEW NON-HIDDEN COLUMNS MAY BE ADDED BETWEEN "value" AND
11453 ** each cell on the page. For intkey b-trees, the key value is stored in
11465 ** INSERT INTO sqlite_dbdata(pgno, cell, field, value) VALUES
11531 sqlite3_int64 iIntkey; /* Integer key value */
11553 " value ANY," \
11780 ** Read a varint. Put the value in *pVal and return the number of bytes.
11808 ** Return the number of bytes of space used by an SQLite value of type
11838 ** Load a value of type eType from buffer pData and use it to set the
12393 ** error. If it returns some other non-SQLITE_OK value, then an error
12463 ** the second. If the xSql callback returns any value other than SQLITE_OK,
12464 ** then processing is immediately abandoned and the value returned used as
12509 ** The pArg value must actually be a pointer to a value of type
12510 ** int containing value 0 or 1 cast as a (void*). If this option is set
12517 ** value is 0 (clear).
12520 ** The pArg value must actually be a pointer to a value of type
12521 ** int containing value 0 or 1 cast as a (void*). If this option is set
12525 ** default value is 1 (set).
12528 ** The pArg value must actually be a pointer to a value of type
12529 ** int containing value 0 or 1 cast as a (void*). If this option is clear
12542 ** The default option value is 0.
12560 ** Once sqlite3_recover_step() has returned a value other than SQLITE_OK,
12562 ** the same non-SQLITE_OK value.
12600 ** This function returns the same value as sqlite3_recover_errcode().
12675 ** index of the bind paramater to which the rowid value should be bound.
12677 ** KEY column, then the rowid value should be bound to the index associated
12716 ** A RECOVER_EHIDDEN_* constant value (see below for interpretation of each).
12745 ** Array large enough to contain a bit for each key. For key value
12893 ** Default value for SQLITE_RECOVER_ROWIDS (sqlite3_recover.bRecoverRowid).
12957 ** the first argument. The error code is set to the value of parameter
13154 ** Bind the value pVal to parameter iBind of statement pStmt. Leave an
13283 ** is zero, then the value returned is the number of pages in the db being
13285 ** The value returned in this case is an SQL blob containing the data for
13361 ** character of the input is "'", indicating that the value passed to quote()
13362 ** was a text value, then this function searches the input for "\n" and "\r"
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)"
13486 ** the value returned (so that the caller will abandon processing).
13882 ** a single text value - itself an SQL statement similar to the above,
14086 ** an SQLite error code is returned and the final value of *piRoot
14248 "SELECT cell, field, value "
14296 "SELECT page, cell, field, value "
14645 ** Decode and return an unsigned 16-bit big-endian integer value from
14653 ** Decode and return an unsigned 32-bit big-endian integer value from
14661 ** Decode an SQLite varint from buffer a[]. Write the decoded value to (*pVal)
14822 ** Write value v to buffer a[] as a 16-bit big-endian unsigned integer.
14830 ** Write value v to buffer a[] as a 32-bit big-endian unsigned integer.
14850 ** is returned. The final value of p->detected_pgsz is undefined in this
14856 u32 nReserve, /* Possible nReserve value */
14933 ** We also try to preserve the auto-vacuum, incr-value, user-version
15040 ** Those that return an integer value use the RECOVER_VFS_WRAPPER macro.
15449 ** A copy of the value returned by the first call made to sqlite3_recover_run()
15538 u8 eTraceType; /* SHELL_TRACE_* value for type of trace */
15540 u8 bSafeModePersist; /* The long-term value of bSafeMode */
15785 ** If the EDITOR argument is omitted, use the value in the VISUAL
15846 /* Remember whether or not the value originally contained \r\n */
16206 ** the null value. Strings are quoted if necessary. The separator
16941 /* since we don't have type info, call the shell_callback with a NULL value */
17574 " value\n"
17586 ** CREATE TEMP TABLE sqlite_parameters(key TEXT PRIMARY KEY, value)
17606 "SELECT value FROM temp.sqlite_parameters"
17788 /* Extract the value of the i-th current column for pStmt as an SQL literal
17789 ** value. Memory is obtained from sqlite3_malloc64() and must be freed by
18077 /* allocate space for col name ptr, value ptr, and type */
18238 raw_printf(stderr, "value out of range: %s\n", azArg[i]);
18445 ** value that needs to be preserved, then azCol[0] is filled in with the
18832 ".limit ?LIMIT? ?VAL? Display or change the value of an SQLITE_LIMIT",
18851 " line One value per line",
18904 " set PARAMETER VALUE Given SQL parameter PARAMETER a value of VALUE",
19097 ** the final value of (*pnByte), if applicable.
19099 ** NULL is returned if any error is encountered. The final value of *pnByte
19370 ** indicating that the value passed to quote() was a text value,
19741 ** Interpret zArg as either an integer or a boolean value. Return 1 or 0
19742 ** for TRUE and FALSE. Return the integer value if appropriate.
19758 utf8_printf(stderr, "ERROR: Not a boolean value: \"%s\". Assuming \"no\".\n",
19764 ** Set or clear a shell flag according to a boolean value.
20423 ** Print the current sqlite3_errmsg() value to stderr and return 1.
20950 u8 eCmd; /* An AR_CMD_* value */
21248 ** any non-NULL (*pzWhere) value. Here, "match" means strict equality
22624 /* convert filectrl text option to value. allow any unique prefix
22625 ** of the option name, or a numerical value. */
22797 char *(SQLITE_CDECL *xRead)(ImportCtx*); /* Func to read one value */
23694 "SELECT key, quote(value) "
23726 "REPLACE INTO temp.sqlite_parameters(key,value)"
23736 "REPLACE INTO temp.sqlite_parameters(key,value)"
24831 /* convert testctrl text option to value. allow any unique prefix
24832 ** of the option name, or a numerical value. */