Lines Matching refs:oom
205159 u8 oom; /* Set to true if out of memory */
205950 if( aNew==0 ){ pParse->oom = 1; return 1; }
205968 if( pParse->oom ) return 0;
205988 if( pParse->oom==0 ){
206079 if( pParse->oom ) return 0;
206412 if( pParse->oom ) return -1;
206480 if( pParse->oom ) return -1;
206840 if( pParse->oom ) i = -1;
206861 if( pParse->oom ){
206890 if( px.oom ){
207378 if( pParse->oom ) return;
207644 pParse->oom |= pIns->oom;
207760 pParse->oom |= ix.oom;
207765 assert( !pParse->oom );
207768 if( !pParse->oom ){
207837 assert( !pParse->oom );
208117 if( pParse->oom ){
208385 if( p->oom ){
208880 return pTarget->oom ? JSON_MERGE_OOM : JSON_MERGE_OK; /* Line 03 */
208946 if( NEVER(pTarget->oom) ) return JSON_MERGE_OOM;
208960 if( pTarget->oom ) return JSON_MERGE_OOM;
208967 if( pTarget->oom ) return JSON_MERGE_OOM;
208979 return pTarget->oom ? JSON_MERGE_OOM : JSON_MERGE_OK;
209354 if( p->oom ){
209406 if( s.oom ){
210095 if( p->sParse.oom ){