Lines Matching defs:zero

734 ** If isContinuation is zero, then the main prompt should be used.
1929 ** can be zero to use the default hash size of 256 bits.
2103 ** S segment is followed by zero or more R segments, one for each row in the
2636 ** Return negative, zero, or positive if X is less then, equal to, or
3771 ** X* zero or more occurrences of X
3773 ** X? zero or one occurrences of X
3967 /* Run a compiled regular expression on the zero-terminated input
4326 if( n==0 ) return "both m and n are zero in '{m,n}'";
6279 ** "padding" - zero or more bytes inserted so that "database"
7518 ** *pmTime is left unchanged), or non-zero otherwise.
7937 /* Figure out if this is a directory or a zero-sized file. Consider
9130 ** equal to zero, then this function returns a copy of X. Or, if
9229 ** than or equal to zero, then no sqlite_stat1 data is generated or used by
9249 ** Specify zero or more SQL statements to be included in the analysis.
9251 ** Buffer zSql must contain zero or more complete SQL statements. This
9316 ** If an out-of-range value (less than zero or equal to or greater than the
9583 ** If zKey is already present in the hash table, return non-zero and do
9916 ** Return non-zero if the cursor does not currently point to a valid
9917 ** record (i.e if the scan has finished), or zero otherwise.
10233 ** such an index is found, return non-zero. Or, if no such index is found,
10234 ** return zero.
10236 ** If an error occurs, set *pRc to an SQLite error code and return zero.
12936 ** Otherwise, an attempt is made to allocate, zero and return a buffer nByte
13206 ** zero.
13283 ** is zero, then the value returned is the number of pages in the db being
13284 ** recovered. If the argument is greater than zero, it is a page number.
13485 ** If the callback returns non-zero, set the recover handle error code to
14842 ** page. If parameter nReserve is non-zero, then as well as searching for
14843 ** a b-tree page with zero reserved bytes, this function searches for one
15545 int outCount; /* Revert to stdout when reaching zero */
15788 ** Also throw an error if the EDITOR program returns a non-zero exit code.
15864 sqlite3_result_error(context, "EDITOR returned non-zero", -1);
17421 ** Parameter azArray points to a zero-terminated array of strings. zStr
17422 ** points to a single nul-terminated string. Return non-zero if zStr
17424 ** Otherwise, return zero.
17451 ** or if the P1 parameter is one instead of zero,
17552 unsigned int zero = 0;
17554 sqlite3_test_control(SQLITE_TESTCTRL_TRACEFLAGS, 1, &zero);
17556 sqlite3_test_control(SQLITE_TESTCTRL_TRACEFLAGS, 3, &zero);
20437 ** '*' Matches any sequence of zero or more characters.
21465 ** are added recursively. If argument bVerbose is non-zero, a message is
21780 * pointer is non-zero, its referent will be set to a summary of renames
21943 /* Formulate the columns spec, close the DB, zero *pDb. */