Lines Matching defs:ready
784 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
4236 ** has been compiled into binary form and is ready to be evaluated.
5136 ** is returned each time a new row of data is ready for processing by the
5193 ** ^If prepared statement P does not have results ready to return
5497 ** object back to its initial state, ready to be re-executed.
10633 ** database connection in order to make it ready to use snapshots.)
16532 #define PGHDR_WRITEABLE 0x004 /* Journaled and ready to modify */
85004 ** After this routine is called the VM has been "packaged" and is ready
85945 ** After this routine is run, the VDBE should be ready to be executed
88500 ** Execute the statement pStmt, either until a row of data is ready, the
94341 ** v-table would have to be ready for the sqlite3_vtab structure itself
102014 ** first results are ready from this merger object anyway.
106266 ** not be ready for evaluation because the table cursor has not yet
117731 /* Get the VDBE program ready for execution
124691 ** But we are getting ready to store this value back into an index, where
153194 Bitmask notReady /* Loops that are not ready */
157608 Bitmask notReady /* Loops that are not ready */
160936 Bitmask ready; /* Mask of inner loops */
160969 ready = 0;
160975 if( iLoop>0 ) ready |= pLoop->maskSelf;
161006 ~ready, eqOpMask, 0);
164930 ** results in the Window.regResult registers, ready to return the upper