Home | History | Annotate | Download | only in dist

Lines Matching refs:FAILED

885 #define SQLITE_NOMEM        7   /* A malloc() failed */
891 #define SQLITE_FULL 13 /* Insertion failed because database is full */
1066 ** may be invoked even if the xOpen reported that it failed. The
1067 ** only way to prevent a call to xClose following a failed xOpen
2716 ** [extended result code] for the most recent failed sqlite3_* API call
2717 ** associated with a [database connection]. If a prior API call failed
3600 ** SQLITE_OK is returned. ^If execution of the statement failed then an
4011 ** indicating that a memory allocation failed.
5015 ** by a failed call to [sqlite3_blob_open()]) is a harmless no-op.
5900 ** ^The error code and message for the failed call to sqlite3_backup_init()
5943 ** that the backup operation has failed and pass the backup operation handle
8406 ** tried to do recently failed with an SQLITE_LOCKED error due to locks
12546 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte);
12601 "failed memory resize %u to %u bytes",
14083 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte);
19478 ** use. sqlite3SafetyCheckSickOrOk() allows a db pointer that failed to
20575 OSTRACE4( "LOCK FAILED %d trying for %d but got %d\n", pFile->h,
20658 OSTRACE3( "UNLOCK %d to %d getReadLock() failed\n", pFile->h, locktype );
22984 rc==SQLITE_OK ? "ok" : "failed");
23382 /* failed to open/create the file, someone else may have stolen the lock */
23514 /* unlock failed with an error */
23600 rc==SQLITE_OK ? "ok" : "failed");
23912 OSTRACE4("AFPSETLOCK failed to fsctl() '%s' %d %s\n",
23960 /* if we failed to get the lock then someone else must have it */
24042 int failed;
24043 failed = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 1);
24044 if (failed) {
24045 rc = failed;
24087 int failed = 0;
24091 failed = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1);
24093 if (!failed && locktype == EXCLUSIVE_LOCK) {
24099 if( !(failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST +
24103 failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST,
24105 if( failed && (failed2 = afpSetLock(context->dbPath, pFile,
24110 rc = ((failed & SQLITE_IOERR) == SQLITE_IOERR) ? failed2 :
24115 rc = failed;
24118 if( failed ){
24119 rc = failed;
24132 rc==SQLITE_OK ? "ok" : "failed");
24254 ** To avoid stomping the errno value on a failed read the lastErrno value
24328 ** To avoid stomping the errno value on a failed write the lastErrno value
24517 /* If the FULLFSYNC failed, fall back to attempting an fsync().
24595 ** A failed directory sync is not a big deal. So it seems
25079 ** (a) A call to fstat() failed.
25080 ** (b) A malloc failed.
25459 /* Failed to open the file for read/write access. Try read-only. */
26406 fprintf(stderr, "fchmod %o FAILED with %d %s\n",
26413 fprintf(stderr, "STAT FAILED[%d] with %d %s\n",
26521 fprintf(stderr, "fchmod %o FAILED with %d %s\n",
26528 fprintf(stderr, "STAT FAILED[%d] with %d %s\n",
26594 OSTRACE3("TAKECONCH %d %s\n", conchFile->h, rc==SQLITE_OK?"ok":"failed");
26601 OSTRACE3("TAKECONCH %d %s\n", conchFile->h, rc==SQLITE_OK?"ok":"failed");
26623 (rc==SQLITE_OK ? "ok" : "failed"));
26793 (rc==SQLITE_OK ? "ok" : "failed"));
27714 /* If mapping failed, close the shared memory handle and erase it */
28343 OSTRACE4("LOCK FAILED %d trying for %d but got %d\n", pFile->h,
33351 ** it is corrupted, then a process must of failed while writing it.
33769 ** function was called, or because the memory allocation attempt failed,
35023 goto failed;
35043 goto failed;
35079 goto failed;
35097 goto failed;
35127 goto failed;
35135 goto failed;
35148 failed:
36219 ** (operation 1) failed. However the pager must enter the error state
37622 ** the chain. Otherwise the !p->locked test above would have failed */
37952 /* Failed to find the required lock. */
39146 ** we failed to detect any corruption.
40947 ** all queries that may be using any of the cursors that failed to save.
45080 checkAppendMsg(pCheck, zContext, "Failed to read ptrmap key=%d", iChild);
45117 checkAppendMsg(pCheck, zContext, "failed to get page %d", iPage);
47801 ** If malloc failed, then the while() loop above may not have iterated
48502 ** sqlite3_column_text16() failed. */
48726 ** *pnByte is a counter of the number of bytes of space that have failed
49416 sqlite3SetString(&p->zErrMsg, db, "foreign key constraint failed");
50865 /* Assert that malloc() has not failed */
51093 if( iArg<0 ) goto failed;
51102 goto failed;
51118 failed:
51206 ** malloc() has failed, the threads mallocFailed flag is cleared and the result
51223 /* If malloc() failed during an encoding conversion within an
51342 /* A malloc may have failed inside of the xFunc() call. If this
52991 ** sqlite3_column_text16() failed. */
53280 sqlite3_log(pOp->p1, "constraint failed at %d in [%s]", pc, p->zSql);
53837 /* Even though a malloc() has failed, the implementation of the
61514 /* Avoid leaking memory if malloc has failed. */
64821 ** If that allocation failed, we would have quit before reaching this
65879 ** If this fails, or if opening the file failed, then close the file and
66725 return; /* A malloc must have failed */
68103 assert( p==pOld ); /* Malloc must have failed inside HashInsert() */
69201 assert( p==pIndex ); /* Malloc must have failed */
71563 ** the database handle that malloc() has failed and return NULL.
73219 pParse, OE_Abort, "foreign key constraint failed", P4_STATIC
73247 ** throw a "foreign key constraint failed" exception.
73253 ** throw a "foreign key constraint failed" exception.
73456 pParse, OE_Abort, "foreign key constraint failed", P4_STATIC
73854 pRaise = sqlite3Expr(db, TK_RAISE, "foreign key constraint failed");
74232 assert( v ); /* We failed long ago if this is not so */
76943 "automatic extension loading failed: %s", zErrmsg);
77733 sqlite3ErrorMsg(pParse, "failed to set lock proxy file");
81319 assert( v!=0 ); /* Already thrown the error if VDBE alloc failed */
86205 assert( pTab==pOld ); /* Malloc must have failed inside HashInsert() */
86279 *pzErr = sqlite3MPrintf(db, "vtable constructor failed: %s", zModuleName);
90556 ** used for the scan. If not, then query compilation has failed.
95603 ** subsystem could not be initialized or the system failed to allocate
96234 /* SQLITE_CONSTRAINT */ "constraint failed",
96299 ** This routine is called when an operation failed with a lock.
96789 /* A malloc() may have failed within the call to sqlite3_value_text16()
96803 ** passed to this function, we assume a malloc() failed during sqlite3_open().
97549 /* Whether the function call succeeded or failed, set the output parameters
98095 ** allocate a larger array from the heap has failed.
99182 /* If malloc has failed, set rc to SQLITE_NOMEM. Otherwise, try to
104352 /* Malloc failed while inserting the new entry. This can only
110610 const char *zName, /* Name of ICU function that failed */