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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h4836 ** The [xBestIndex] method must fill aConstraintUsage[] with information
4839 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
4875 } *aConstraintUsage; member in struct:sqlite3_index_info
H A Dsqlite3.c5389 ** The [xBestIndex] method must fill aConstraintUsage[] with information
5392 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
5428 } *aConstraintUsage; member in struct:sqlite3_index_info
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c3038 pIdxInfo->aConstraintUsage[idxPath].omit = 1;
3039 pIdxInfo->aConstraintUsage[idxPath].argvIndex = 1;
3041 pIdxInfo->aConstraintUsage[idxDir].omit = 1;
3042 pIdxInfo->aConstraintUsage[idxDir].argvIndex = 2;
3554 pIdxInfo->aConstraintUsage[prefixIdx].argvIndex = ++nArg;
3555 pIdxInfo->aConstraintUsage[prefixIdx].omit = 1;
3558 pIdxInfo->aConstraintUsage[wholelineIdx].argvIndex = ++nArg;
3559 pIdxInfo->aConstraintUsage[wholelineIdx].omit = 1;
5793 pIdxInfo->aConstraintUsage[j].argvIndex = ++nArg;
5794 pIdxInfo->aConstraintUsage[
[all...]
H A Dsqlite3.h6856 ** The [xBestIndex] method must fill aConstraintUsage[] with information
6859 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
6862 ** aConstraintUsage[].omit flag is an optimization hint. When the omit flag
6933 } *aConstraintUsage; member in struct:sqlite3_index_info
H A Dsqlite3.c7919 ** The [xBestIndex] method must fill aConstraintUsage[] with information
7922 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
7925 ** aConstraintUsage[].omit flag is an optimization hint. When the omit flag
7996 } *aConstraintUsage; member in struct:sqlite3_index_info
[all...]

Completed in 1287 milliseconds