Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c19157 u8 bImplicitFrame; /* True if frame was implicitly specified */ member
29754 pWin->bImplicitFrame ? " (implied)" : "");
151516 int bImplicitFrame = 0;
151528 bImplicitFrame = 1;
151562 pWin->bImplicitFrame = bImplicitFrame;
151616 }else if( pExist->bImplicitFrame==0 ){
152693 pNew->bImplicitFrame = p->bImplicitFrame;