Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c9885 u8 bConstraint; /* True if constraints are supported */ member
69608 if( rc==SQLITE_CONSTRAINT && pOp->p4.pVtab->bConstraint ){
100328 p->pVTable->bConstraint = (u8)va_arg(ap, int);
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c17443 u8 bConstraint; /* True if constraints are supported */ member
92675 if( (rc&0xff)==SQLITE_CONSTRAINT && pOp->p4.pVtab->bConstraint ){
140083 p->pVTable->bConstraint = (u8)va_arg(ap, int);