Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c985 if( pTabItem->fg.viaCoroutine ){ in constructAutomaticIndex()
1011 if( pTabItem->fg.viaCoroutine ){ in constructAutomaticIndex()
1018 pTabItem->fg.viaCoroutine = 0; in constructAutomaticIndex()
6445 if( pTabItem->fg.viaCoroutine ){ in sqlite3WhereEnd()
H A Dwherecode.c1400 if( pTabItem->fg.viaCoroutine ){ in sqlite3WhereCodeOneLoopStart()
H A DsqliteInt.h3129 unsigned viaCoroutine :1; /* Implemented as a co-routine */ member
H A Dselect.c6489 if( pItem->fg.viaCoroutine ) continue; in isSelfJoinView()
7047 pItem->fg.viaCoroutine = 1; in sqlite3Select()