Searched refs:pBestIdx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dwhere.c491 Index *pBestIdx = 0; local
535 /* Do a search for usable indices. Leave pBestIdx pointing to
536 ** the "best" index. pBestIdx is left set to NULL if no indices
650 pBestIdx = pIdx;
654 pWInfo->a[i].pIdx = pBestIdx;
658 if( pBestIdx ){

Completed in 45 milliseconds