Lines Matching full:pseudo
2572 ** CAPI3REF: Pseudo-Random Number Generator
2574 ** SQLite contains a high-quality pseudo-random number generator (PRNG) used to
2585 ** ^On all subsequent invocations, the pseudo-randomness is generated
9740 ** is a disk table or the "old.*" pseudo-table, then pTab points to the
9828 ** The pseudo-routine sqlite3ExprSetIrreducible sets the EP2_Irreducible
10394 #define OPFLAG_CLEARCACHE 0x20 /* Clear pseudo-table cache in OP_Column */
12007 ** really a single row that represents the NEW or OLD pseudo-table of
14546 ** Fill a buffer with pseudo-random bytes. This is used to preset
19259 ** This file contains code to implement a pseudo-random number
19296 /* The "wsdPrng" macro will resolve to the pseudo-random number generator
19316 ** encryption. The RC4 algorithm is being used as a PRNG (pseudo-random
38612 ** Or, in pseudo-code:
60108 int isBtreeCursor /* True for B-Tree. False for pseudo-table or vtab */
62476 ** If the OPFLAG_CLEARCACHE bit is set on P5 and P1 is a pseudo-table cursor,
62478 ** The first OP_Column against a pseudo-table after the value of the content
62523 ** The complete record text is always available for pseudo-tables
63592 ** A pseudo-table created by this opcode is used to hold a single
63595 ** is the only cursor opcode that works with a pseudo-table.
63598 ** the pseudo-table.
64289 ** (WARNING/TODO: If P1 is a pseudo-cursor and P2 is dynamically
64290 ** allocated, then ownership of P2 is transferred to the pseudo-cursor
64385 ** P1 must not be pseudo-table. It has to be a real table with
64460 ** of a real table, not a pseudo-table.
64470 ** of a real table, not a pseudo-table.
64702 ** The P1 cursor must be for a real table, not a pseudo-table.
64716 ** The P1 cursor must be for a real table, not a pseudo-table.
71488 ** to a column in the new.* or old.* pseudo-tables available to
71490 ** new.* pseudo-table, or 0 for the old.* pseudo-table. Expr.iColumn
71491 ** is set to the column of the pseudo-table to read, or to -1 to
71496 ** to reference another column of the old.* pseudo-table, where
71498 ** set to (n+1), where n is the number of columns in each pseudo-table.
71499 ** For a reference to any other column in the new.* pseudo-table, p1
79504 /* Populate the OLD.* pseudo-table register array. These values will be
82767 ** once straight down through. Pseudo-code follows (we call this
93509 ** Triggers may access values stored in the old.* or new.* pseudo-table.