Lines Matching refs:code

4 ** code from various constituent source files of SQLite into this single
7 ** Most of the code found below comes from the "src/shell.c.in" file in
12 ** The code from multiple files is combined into this single "shell.c"
22 ** The author disclaims copyright to this source code. In place of
30 ** This file contains code to implement the "sqlite" command line
1049 ** The source code for several run-time loadable extensions is inserted
1051 ** code, we need to override some macros to make the included program code
1062 ** The author disclaims copyright to this source code. In place of
1224 ** The author disclaims copyright to this source code. In place of
1232 ** This file contains code to implement most of the opendir() family of
1420 ** The author disclaims copyright to this source code. In place of
1531 ** The author disclaims copyright to this source code. In place of
2258 ** The author disclaims copyright to this source code. In place of
2353 ** The author disclaims copyright to this source code. In place of
2991 ** The author disclaims copyright to this source code. In place of
3287 ** The author disclaims copyright to this source code. In place of
3749 ** The author disclaims copyright to this source code. In place of
3758 ** The code in this file implements a compact but reasonably
4633 ** The author disclaims copyright to this source code. In place of
5655 * redefined SQLite API calls as the above extension code does.
5666 ** The author disclaims copyright to this source code. In place of
6170 ** The author disclaims copyright to this source code. In place of
6738 ** For now, this code deletes the underlying file too.
6847 ** The author disclaims copyright to this source code. In place of
7356 ** aRead[]. Return SQLITE_OK if successful, or an SQLite error code
7640 ** the new object. Otherwise, an SQLite error code is returned and the
7783 ** If an error occurs, an error code is left in pCtx instead.
7829 ** code is returned and an error message left in virtual-table handle
7975 ** returned if successful. Otherwise, an SQLite error code is returned and
9062 ** The author disclaims copyright to this source code. In place of
9190 ** The author disclaims copyright to this source code. In place of
9255 ** due to a error in the SQL - an SQLite error code is returned and (*pzErr)
9283 ** an error occurs, an SQLite error code is returned and (*pzErr) set to
9361 ** The author disclaims copyright to this source code. In place of
9522 int rc; /* Error code from whereinfo hook */
10043 ** SQLite error code and set (*ppOut) to NULL. In this case *pzErrmsg may be
10201 int *pRc, /* IN/OUT: Error code */
10236 ** If an error occurs, set *pRc to an SQLite error code and return zero.
10239 int *pRc, /* OUT: Error code */
11419 ** The author disclaims copyright to this source code. In place of
11740 ** return an SQLite error code.
12129 ** an SQLite error code.
12158 ** and return SQLITE_OK. Otherwise, return an SQLite error code.
12364 ** The author disclaims copyright to this source code. In place of
12396 ** 4) Retrieves any error code and English language error message using the
12465 ** the recover handle error code (see below).
12495 ** or an SQLite error code otherwise.
12556 ** error code (e.g. SQLITE_IOERR or SQLITE_NOMEM) is returned. It is not
12568 ** or an SQLite error code otherwise. Calling this function is the same
12591 ** an error occurs, an SQLite error code is returned. Otherwise, SQLITE_OK.
12616 ** The author disclaims copyright to this source code. In place of
12825 /* Error code and error message */
12938 ** if an OOM error occurs, NULL is returned and the handle error code
12956 ** Set the error code and error message for the recover handle passed as
12957 ** the first argument. The error code is set to the value of parameter
13039 ** Set the recover handle error to the error code and message returned by
13079 ** error code and message are left in the recover handle.
13107 ** code and error message appropriately.
13124 ** code and error message appropriately.
13140 ** Or, if an error occurs, leave an error code and message in the recover
13141 ** handle and return a copy of the error code.
13181 ** Or, if an error occurs, an error code and message is left in the recover
13205 ** error code and error message in the sqlite3_recover handle and return
13449 ** (if p->errCode!=SQLITE_OK). A copy of the error code is returned in
13455 ** If no error occurs, SQLITE_OK is returned. Otherwise, an error code
13457 ** error code returned. It is not considered an error if part of all of
13485 ** If the callback returns non-zero, set the recover handle error code to
13563 ** (if p->errCode!=SQLITE_OK). A copy of the error code is returned in
13571 ** If no error occurs, SQLITE_OK is returned. Otherwise, an error code
13573 ** error code returned.
13979 ** If an error occurs, NULL is returned and an error code and error
14086 ** an SQLite error code is returned and the final value of *piRoot
14849 ** if an error occurs (e.g. an IO or OOM error), then an SQLite error code
15025 #define RECOVER_VFS_WRAPPER(code) \
15029 rc = code; \
15032 rc = code; \
15360 ** Return the handle error code.
15423 ** error code if an error has occurred.
15436 ** else an SQLite error code.
15788 ** Also throw an error if the EDITOR program returns a non-zero exit code.
17144 int rc, /* Error code returned from API */
18141 ** code. In this case, (*pzErr) may be set to point to a buffer containing
18161 ** code. In this case, (*pzErr) may be set to point to a buffer containing
18797 ".exit ?CODE? Exit this program with return-code CODE",
18848 " html HTML <table> code",
20667 int rc; /* Return code */
21202 ** error code returned. Otherwise, if all specified arguments are present
21511 int rc; /* Return code */
22571 int ctrlCode; /* Integer code for that option */
23205 int limitCode; /* Integer code for that limit */
24157 printf("Error: error code %d\n", rc);
24278 raw_printf(stderr, "Cannot open session: error code=%d\n", rc);
24402 utf8_printf(p->out, "%d: error-code-%d: %s\n", tno, rc, zErrMsg);
24777 int ctrlCode; /* Integer code for that option */
25447 ** without moving lots of code around (creating a larger/messier diff).
25491 int rc; /* Error code */
26424 ** client code can "push" SQL into it after this call returns. */
26533 ** code from the callback. Note that this is not thread-friendly: it