Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c17509 #define TF_HasPrimaryKey 0x0004 /* Table has a primary key */ macro
111575 if( pTab->tabFlags & TF_HasPrimaryKey ){
111580 pTab->tabFlags |= TF_HasPrimaryKey;
112331 assert( (p->tabFlags & TF_HasPrimaryKey)==0
112333 assert( (p->tabFlags & TF_HasPrimaryKey)!=0
112343 if( (p->tabFlags & TF_HasPrimaryKey)==0 ){
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c9955 #define TF_HasPrimaryKey 0x04 /* Table has a primary key */ macro
80282 if( pTab->tabFlags & TF_HasPrimaryKey ){
80287 pTab->tabFlags |= TF_HasPrimaryKey;