Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c20458 u8 bImplicitFrame; /* True if frame was implicitly specified */ member
33032 pWin->bImplicitFrame ? " (implied)" : ""); in sqlite3TreeViewWindow()
170535 int bImplicitFrame = 0;
170547 bImplicitFrame = 1;
170581 pWin->bImplicitFrame = bImplicitFrame;
170635 }else if( pExist->bImplicitFrame==0 ){
171748 pNew->bImplicitFrame = p->bImplicitFrame;