Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_PROTOCOL

711 #define SQLITE_PROTOCOL    15   /* Database lock protocol error */
37321 rc = SQLITE_ERROR /*SQLITE_PROTOCOL? SQLITE_MISUSE?*/;
56801 ** number of errors will ultimately return SQLITE_PROTOCOL. The
56802 ** SQLITE_PROTOCOL return indicates that some other process has gone rogue
56804 ** chance that SQLITE_PROTOCOL could be returned because of a run of really
56860 return SQLITE_PROTOCOL;
57137 testcase( rc==SQLITE_PROTOCOL );
57556 testcase( rc==SQLITE_PROTOCOL );
141963 case SQLITE_PROTOCOL: zName = "SQLITE_PROTOCOL"; break;
142029 /* SQLITE_PROTOCOL */ "locking protocol",