Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c6066 Index *pJ = pTabItem->pTab->pIndex; in sqlite3WhereBegin() local
6069 while( ALWAYS(pJ) && pJ!=pIx ){ in sqlite3WhereBegin()
6071 pJ = pJ->pNext; in sqlite3WhereBegin()