Lines Matching full:again
828 ** routine returns SQLITE_ABORT without invoking the callback again and
2927 ** statement and try to run it again. ^If the schema has changed in
2930 ** now a fatal error. Calling [sqlite3_prepare_v2()] again will not make the
3253 ** again in a different encoding.
3351 ** successfully. sqlite3_step() should not be called again on this virtual
3358 ** sqlite3_step() is called again to retrieve the next row of data.
3361 ** violation) has occurred. sqlite3_step() should not be called again on
4601 ** it back off again.
4738 ** virtual table and is not checked again by SQLite.)^
5119 ** ^To make an existing VFS into the default VFS, register it again
5792 ** attempting to unpin pages, the xFetch() method will be invoked again with
5937 ** is called, then [SQLITE_LOCKED] is returned immediately. ^Again, in this
6272 ** Again, this structure is intended to be opaque, but it can't really
7225 ** the macro again restores the address.
13522 ** Then try again to satisfy the allocation by carving a piece off
21109 /* if the symbol itself was not found, search again for the same
21895 ** intended to translate a variety of "try again" errors into SQLITE_BUSY
23069 ** reading the database file again, make sure that the
25964 ** path and the lock is downgraded to a shared lock again. If the conch
26565 ** so try again via auto-naming
26569 continue; /* go back to the do {} while start point, try again */
27938 ** the close fails, we pause for 100 milliseconds and try again. As
27962 Sleep(100); /* Wait a little before trying again */
28779 ** problem, we delay 100 milliseconds and try to delete again. Up
31392 ** routine may not be called again.
31655 ** may attempt to commit the transaction again later (calling
31656 ** CommitPhaseOne() again). This flag is used to ensure that the
32925 ** then changed again within the statement. When rolling back such a
33009 ** again within this transaction, it will be marked as dirty but
36537 ** pPg refers to will not be written to again within this transaction.
36636 ** array. Otherwise, if the page is loaded and written again in
40059 ** again with the correct page-size.
40524 ** point in calling this function again), return SQLITE_DONE.
40964 ** call btreeGetPage() on page 1 again to make
43568 ** buffer. It will be copied out again as soon as the aSpace[] buffer
44835 ** be a root-page number, less one again if that is the
49228 ** doing this the directory is synced again before any individual
49296 ** can never be used again. This happens when a rollback
49306 ** so that it is never used again.
49627 ** again.
50953 ** call sqlite3Reprepare() and try again.
56125 ** and try again, up to 100 times.
59356 ** then again, we might not...
60209 /* The ORDER BY term is an integer constant. Again, set the column
67917 ** the sqlite_master table. We do not want to create it again.
67968 ** So do not write to the disk again. Extract the root page number
71162 /* Seek the cursor to the row to be deleted again. It may be that
71672 ** number of you get the same value back again. To do this
73095 ** affected - once to "delete" the old row, and then again to "insert" the
73482 ** described for DELETE. Then again after the original record is deleted
88790 ** create an sqlite3_value structure containing this value, again with
96253 ** again until a timeout value is reached. The timeout value is
98668 ** Again, this structure is intended to be opaque, but it can't really