Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c8490 #define OPFLG_IN1 0x0004 /* in1: P1 is an input */ macro
64196 if( (pOp->opflags & OPFLG_IN1)!=0 ){
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c16623 #define OPFLG_IN1 0x02 /* in1: P1 is an input */ macro
93072 if( (opProperty & OPFLG_IN1)!=0 ){