Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21579 u8 bImplicitFrame; /* True if frame was implicitly specified */ member
34476 pWin->bImplicitFrame ? " (implied)" : ""); in sqlite3TreeViewWindow()
177917 int bImplicitFrame = 0; local
177929 bImplicitFrame = 1;
177963 pWin->bImplicitFrame = bImplicitFrame;
178017 }else if( pExist->bImplicitFrame==0 ){
179137 pNew->bImplicitFrame = p->bImplicitFrame;