Home
last modified time | relevance | path

Searched refs:OP_ToInt (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c8368 #define OP_ToInt 144 /* same as TK_TO_INT */ macro
65198 case OP_ToInt: { /* same as TK_TO_INT, in1 */
75391 assert( to_op==OP_ToInt || aff!=SQLITE_AFF_INTEGER );
75396 testcase( to_op==OP_ToInt );
77942 sqlite3VdbeAddOp1(v, OP_ToInt, regTemp);