Home | History | Annotate | Download | only in dist

Lines Matching defs:oom

3677   char oom;         /* True if an OOM is encountered */
3714 p->oom = 0;
3881 if( p==0 || p->oom ){
3942 if( p==0 || p->oom ){
4064 p->oom = 1;
4090 if( pA->oom || pB==0 || pB->oom ){
4091 pA->oom = 1;
4108 if( pA->oom || pB->oom ){
4109 pA->oom = 1;
4162 if( pA==0 || pA->oom || pA->isNull
4163 || pB==0 || pB->oom || pB->isNull
4169 pA->oom = 1;
4210 if( pA==0 || pA->oom ) goto pow2_fault;
4218 if( pX==0 || pX->oom ) goto pow2_fault;
4222 if( pA->oom ) goto pow2_fault;
4395 p->oom = 1;
4448 if( pA==0 || pA->oom || pA->isNull
4449 || pB==0 || pB->oom || pB->isNull
4454 if( pA->oom ){
4794 sqlite3_result_error(context, "base64 OOM", -1);
5170 sqlite3_result_error(context, "base85 OOM", -1);
7402 ** If an OOM condition is encountered, SQLITE_NOMEM is returned. Otherwise,
13711 /* no-op. Only happens on OOM */
15535 ** if an OOM error occurs, NULL is returned and the handle error code
15753 ** (e.g. an OOM) occurs.
17449 ** if an error occurs (e.g. an IO or OOM error), then an SQLite error code
19988 oputf("Lookaside failures due to OOM: %d\n", iHiwtr);