HomeSort by: relevance | last modified time | path
    Searched defs:bail_on_error (Results 1 - 1 of 1) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
shell.c 1456 static int bail_on_error = 0; variable
24893 bail_on_error = booleanValue(azArg[1]);
28469 while( errCnt==0 || !bail_on_error || (p->in==0 && stdin_is_interactive) ){
28697 if( process_input(p) && bail_on_error ) exit(1);
28701 if( bail_on_error ) exit(1);
29141 bail_on_error = 1;
29301 /* No-op. The bail_on_error flag should already be set. */
29358 if( rc && bail_on_error ) return rc==2 ? 0 : rc;
29364 if( bail_on_error ) return rc!=0 ? rc : 1;
29367 if( bail_on_error ) return rc
    [all...]

Completed in 71 milliseconds