Searched refs:nErr (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_loadext.c99 int nErr = 0; local
101 nErr |= sqlite3_create_function(db, "half", 1, SQLITE_ANY, 0, halfFunc, 0, 0);
102 nErr |= sqlite3_create_function(db, "sqlite3_status", 1, SQLITE_ANY, 0,
104 nErr |= sqlite3_create_function(db, "sqlite3_status", 2, SQLITE_ANY, 0,
106 return nErr ? SQLITE_ERROR : SQLITE_OK;
H A Dtokenize.c389 int nErr = 0; /* Number of errors encountered */ local
442 nErr++;
460 if( zSql[i]==0 && nErr==0 && pParse->rc==SQLITE_OK ){
485 nErr++;
487 if( pParse->pVdbe && pParse->nErr>0 && pParse->nested==0 ){
523 if( nErr>0 && pParse->rc==SQLITE_OK ){
526 return nErr;
H A Dutil.c134 ** Add an error message to pParse->zErrMsg and increment pParse->nErr.
160 pParse->nErr++;
H A Dresolve.c361 pTopNC->nErr++;
547 pNC->nErr++;
556 pNC->nErr++;
560 pNC->nErr++;
564 pNC->nErr++;
608 return (pParse->nErr || pParse->db->mallocFailed) ? WRC_Abort : WRC_Continue;
684 nc.nErr = 0;
956 return (pParse->nErr || db->mallocFailed) ? WRC_Abort : WRC_Prune;
1003 if( pParse->nErr || db->mallocFailed ) return WRC_Abort;
1167 if( pNC->nErr>
[all...]
H A Dtrigger.c184 pParse->nErr++;
271 if( NEVER(pParse->nErr) || !pTrig ) goto triggerfinish_cleanup;
788 assert( pFrom->zErrMsg==0 || pFrom->nErr );
789 assert( pTo->zErrMsg==0 || pTo->nErr );
790 if( pTo->nErr==0 ){
792 pTo->nErr = pFrom->nErr;
959 assert( pPrg || pParse->nErr || pParse->db->mallocFailed );
H A DbtreeInt.h632 int nErr; /* Number of messages written to zErrMsg so far */ member in struct:IntegrityCk
H A Dbuild.c133 if( pParse->nErr ) return;
194 if( v && ALWAYS(pParse->nErr==0) && !db->mallocFailed ){
239 if( pParse->nErr ) return;
672 pParse->nErr++;
679 pParse->nErr++;
832 pParse->nErr++;
1566 if( pParse->nErr==0 ){
1690 if( p==0 || pParse->nErr ){
1746 int nErr = 0; /* Number of errors encountered */ local
1823 nErr
[all...]
H A Dcallback.c126 pParse->nErr++;
H A Dinsert.c481 if( pParse->nErr || db->mallocFailed ){
605 assert( pParse->nErr==0 || rc );
606 if( rc || NEVER(pParse->nErr) || db->mallocFailed ){
H A Dattach.c311 pParse->nErr++;
H A Ddelete.c250 if( pParse->nErr || db->mallocFailed ){
H A Dalter.c635 if( pParse->nErr || db->mallocFailed ) return;
H A Dprepare.c433 pParse->nErr++;
H A Dupdate.c134 if( pParse->nErr || db->mallocFailed ){
H A Dselect.c1357 if( pParse->nErr ) return 0;
3402 ** The calling function can detect the problem by looking at pParse->nErr
3495 if( pParse->nErr || db->mallocFailed ) return;
3497 if( pParse->nErr || db->mallocFailed ) return;
3734 if( p==0 || db->mallocFailed || pParse->nErr ){
3753 if( pParse->nErr || db->mallocFailed ){
3809 if( /*pParse->nErr ||*/ db->mallocFailed ){
H A DsqliteInt.h2001 int nErr; /* Number of errors encountered while resolving names */ member in struct:NameContext
2183 int nErr; /* Number of errors seen */ member in struct:Parse
H A Dvdbe.c4755 int nErr; /* Number of errors reported */ local
4775 (int)pnErr->u.i, &nErr);
4777 pnErr->u.i -= nErr;
4779 if( nErr==0 ){
H A Dexpr.c606 if( !pParse->nErr && pParse->nVar>db->aLimit[SQLITE_LIMIT_VARIABLE_NUMBER] ){
1441 if( ALWAYS(pParse->nErr==0) && isCandidateForInOpt(p) ){
2820 assert( db->mallocFailed || pParse->nErr>0
H A Dtclsqlite.c2077 int nErr = strlen30(zFile) + 200; local
2078 zErr = malloc(nErr);
2080 sqlite3_snprintf(nErr, zErr,
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Dapmtest.m92 nErr = 0;
146 [nErr, nCases] = recurseDir(inpathtest, outpathtest, refpathtest, outfile, ...
147 progname, opt, simulateMode, nErr, nCases, task, casenumber, legacy);
161 if nErr == 0
162 fprintf(1, '\nAll files are bit-exact to reference\n', nErr);
164 fprintf(1, '\n%d files are NOT bit-exact to reference\n', nErr);
170 outfile, progname, opt, simulateMode, nErr, nCases, task, casenumber, ...
181 nErrOut = nErr;
272 nErr = nErr
[all...]
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m92 nErr = 0;
146 [nErr, nCases] = recurseDir(inpathtest, outpathtest, refpathtest, outfile, ...
147 progname, opt, simulateMode, nErr, nCases, task, casenumber, legacy);
161 if nErr == 0
162 fprintf(1, '\nAll files are bit-exact to reference\n', nErr);
164 fprintf(1, '\n%d files are NOT bit-exact to reference\n', nErr);
170 outfile, progname, opt, simulateMode, nErr, nCases, task, casenumber, ...
181 nErrOut = nErr;
272 nErr = nErr
[all...]
/external/chromium_org/third_party/sqlite/src/test/
H A Dtester.tcl535 set nErr [set_test_counter errors]
537 puts "$nErr errors out of $nTest tests"
538 if {$nErr>0} {
551 if {$nErr>0 && ![working_64bit_int]} {
564 incr nErr
570 incr nErr
605 exit [expr {$nErr>0}]
/external/sqlite/dist/orig/
H A Dshell.c456 int nErr; /* Number of errors seen */ member in struct:callback_data
1032 if( (rc&0xff)!=SQLITE_CORRUPT ) p->nErr++;
1059 if( (rc&0xff)!=SQLITE_CORRUPT ) p->nErr++;
2395 p->nErr = 0;
2432 fprintf(p->out, p->nErr ? "ROLLBACK; -- due to errors\n" : "COMMIT;\n");
/external/sqlite/dist/
H A Dshell.c461 int nErr; /* Number of errors seen */ member in struct:callback_data
1037 if( (rc&0xff)!=SQLITE_CORRUPT ) p->nErr++;
1064 if( (rc&0xff)!=SQLITE_CORRUPT ) p->nErr++;
2415 p->nErr = 0;
2452 fprintf(p->out, p->nErr ? "ROLLBACK; -- due to errors\n" : "COMMIT;\n");
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10346 int nErr; /* Number of errors encountered while resolving names */ member in struct:NameContext
10528 int nErr; /* Number of errors seen */ member in struct:Parse
20354 ** Add an error message to pParse->zErrMsg and increment pParse->nErr.
20380 pParse->nErr++;
46834 int nErr; /* Number of messages written to zErrMsg so far */ member in struct:IntegrityCk
62776 int nErr; /* Number of errors reported */ member in struct:vdbeExecUnion::OP_IntegrityCk_stack_vars
78585 int nErr = 0; /* Number of errors encountered */ local
106732 int nErr = 0; /* Number of errors encountered */ local
[all...]

Completed in 437 milliseconds

12