Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c19070 u8 bImplicitFrame; /* True if frame was implicitly specified */ member
30605 pWin->bImplicitFrame ? " (implied)" : "");
157544 int bImplicitFrame = 0;
157556 bImplicitFrame = 1;
157590 pWin->bImplicitFrame = bImplicitFrame;
157644 }else if( pExist->bImplicitFrame==0 ){
158757 pNew->bImplicitFrame = p->bImplicitFrame;