Home | History | Annotate | Download | only in dist

Lines Matching defs:oom

8206 **   an OOM condition or IO error), an appropriate SQLite error code is 
8220 ** an OOM condition or IO error), an appropriate SQLite error code is
8301 ** If an error (e.g. an OOM condition) occurs within this function, an
22080 ** Take actions at the end of an API call to indicate an OOM error
22097 ** If an OOM as occurred, then the connection error-code (the value
40724 ** an OOM error.
42551 ** In an OOM situation, the RowSet.db->mallocFailed flag is set and this
50834 ** page and SQLITE_OK is returned. If an error (an OOM or VFS error) occurs,
64379 /* One (or both) of the named databases did not exist or an OOM
66571 ** (e.g. OOM), return SQLITE_OK and set *ppVal to NULL. Or, if an error
66811 ** simulated OOM faults. SQLITE_TEST_REALLOC_STRESS is generally used
67677 ** after an OOM fault without having to check to see if the return from
69577 ** was last positioned. Return an error code if an OOM fault or I/O error
69948 ** If an OOM error occurs, NULL is returned.
70172 u8 *prcErr /* If an OOM occurs, set to SQLITE_NOMEM */
70358 ** SQLITE_CORRUPT and return 0. If an OOM error is encountered,
80877 ** If an OOM error is encountered, (pTask->pUnpacked->error_rc) is set
82065 ** If an OOM condition is encountered, return NULL. In this case free the
84552 ** an appropriate error message might be left in pParse. (OOM errors
85540 ** Expr node. Or, if an OOM error occurs, set pParse->db->mallocFailed,
85939 ** argument. If an OOM condition is encountered, NULL is returned
86181 ** pList might be NULL following an OOM error. But pName should never be
86206 ** pList might be NULL following an OOM error. But pSpan should never be
86926 testcase( pKeyInfo==0 ); /* Caused by OOM in sqlite3KeyInfoAlloc() */
86932 assert( pKeyInfo!=0 ); /* OOM will cause exit after sqlite3Select() */
87093 assert( v!=0 ); /* OOM detected prior to this routine */
91865 ** If an OOM error occurs, this function always sets db->mallocFailed.
94412 ** on success and SQLITE_NOMEM on an OOM error.
96318 ** If the realloc() is successful (i.e. if no OOM condition occurs), the
96424 sqlite3 *db, /* Database connection to notify of OOM errors */
96475 ** A SrcList is returned, or NULL if there is an OOM error. The returned
96477 ** a new one. If an OOM error does occurs, then the prior value of pList
100569 ** into pParse. If an OOM error occurs, non-zero is returned and the
114843 ** If an OOM error occurs, NULL is returned and db->mallocFailed is set.
123629 if( whereLoopResize(db, pNew, pNew->nLTerm+1) ) break; /* OOM */
123680 if( whereLoopResize(db, pNew, pNew->nLTerm+1) ) break; /* OOM */
136705 ** a NULL pointer is returned). Otherwise, if an OOM error is encountered
136762 ** a NULL pointer is returned). Otherwise, if an OOM error is encountered
136902 ** variables are undefined. Or, if an OOM is encountered, SQLITE_NOMEM is
137644 ** If an OOM error occurs, SQLITE_NOMEM is returned. Otherwise, SQLITE_OK.
138533 ** If an OOM error occurs, return SQLITE_NOMEM. In this case it is
143506 ** sqlite3_free() to release the memory. If an OOM condition is encountered,
146596 ** If an OOM error occurs, *pRc is set to SQLITE_NOMEM before returning.
146597 ** Zero is always returned in this case. Otherwise, if no OOM error occurs,
148535 ** If successful, return SQLITE_OK. Otherwise, if an OOM error is encountered
149601 ** If an OOM error occurs, set *pRc to SQLITE_NOMEM and leave pBlob->a
149801 ** If an error (i.e. OOM condition) occurs, an SQLite error code is
151064 ** If an error occurs (e.g. an OOM or IO error), return an SQLite error
151155 ** Or, if an error (e.g. an OOM or IO error) occurs, return an SQLite
153196 ** If an OOM occurs while retrieving the data (this can happen if SQLite
159480 ** If argument zSql is NULL, this function assumes that an OOM has occurred.
159692 ** This is a wrapper around "sqlite3_mprintf(zFmt, ...)". If an OOM occurs,
159746 ** If an error (i.e. an OOM condition) occurs, return NULL and leave an
159769 ** there is room for at least nCol elements. If an OOM occurs, store an
159793 ** If an OOM condition is encountered when attempting to allocate memory,
160061 if( zName==0 ) break; /* An OOM - finalize() below returns S_NOMEM */
160340 ** If an OOM error is encountered when allocating space for the new
160394 ** If an OOM error is encountered when allocating space for the new
161106 ** As a result, unless an error (i.e. OOM or SQLITE_BUSY) occurs, the
163745 u8 oom; /* Set to true if out of memory */
163780 /* Report an out-of-memory (OOM) condition
163789 ** Return zero on success. Return non-zero on an OOM error
164224 if( pParse->oom ) return -1;
164228 pParse->oom = 1;
164287 if( pParse->oom ) return -1;
164343 if( !pParse->oom ) pParse->aNode[pParse->nNode-1].jnFlags = jnFlags;
164420 if( pParse->oom ) i = -1;
164427 if( pParse->oom ){
164474 pParse->oom = 1;
164561 if( pParse->oom ) return 0;
164602 if( pParse->oom ) return 0;
164629 return pParse->oom ? 0 : &pParse->aNode[pParse->nNode-1];
164638 if( pParse->oom ) return 0;
165029 if( x.oom ){
165452 if( p->sParse.oom==0 ){
165720 ** an OOM condition or IO error), an appropriate SQLite error code is
165734 ** an OOM condition or IO error), an appropriate SQLite error code is
165815 ** If an error (e.g. an OOM condition) occurs within this function, an
168194 ** called, it is a no-op. If an error (i.e. an OOM condition) is encountered,
168666 ** pBuf. If an OOM error occurs, set the error code in p.
168691 ** Append buffer nData/pData to buffer pBuf. If an OOM error occurs, set
168783 ** Set the buffer to contain nData/pData. If an OOM error occurs, leave an
168883 ** buffer using sqlite3_free(). If an OOM error occurs, NULL is returned.
169283 ** a no-op (NULL is returned). Otherwise, if an OOM occurs within this
171151 ** If an OOM error occurs, both the pNear and pPhrase objects are freed and
171465 ** If an OOM error occurs, store an error code in pParse and return NULL.
171561 ** OOM error), leave an error code in pParse and return NULL.
173068 ** If an OOM error is encountered, return NULL and set the error code in
173578 ** segments as possible to level iPromote. If an OOM occurs, NULL is
177782 ** error, or some other SQLite error code if another error (e.g. OOM)