Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1421 sqlite3_index_constraint_usage *aConstraintUsage; variable
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c6096 pIdxInfo->aConstraintUsage[j].argvIndex = ++nArg; in seriesBestIndex()
6097 pIdxInfo->aConstraintUsage[j].omit = !SQLITE_SERIES_CONSTRAINT_VERIFY; in seriesBestIndex()
8023 pIdxInfo->aConstraintUsage[idxPath].omit = 1; in fsdirBestIndex()
8024 pIdxInfo->aConstraintUsage[idxPath].argvIndex = 1; in fsdirBestIndex()
8026 pIdxInfo->aConstraintUsage[idxDir].omit = 1; in fsdirBestIndex()
8027 pIdxInfo->aConstraintUsage[idxDir].argvIndex = 2; in fsdirBestIndex()
8548 pIdxInfo->aConstraintUsage[prefixIdx].argvIndex = ++nArg; in completionBestIndex()
8549 pIdxInfo->aConstraintUsage[prefixIdx].omit = 1; in completionBestIndex()
8552 pIdxInfo->aConstraintUsage[wholelineIdx].argvIndex = ++nArg; in completionBestIndex()
8553 pIdxInfo->aConstraintUsage[wholelineIdx].omit = 1; in completionBestIndex()
[all …]
H A Dsqlite3.h7450 } *aConstraintUsage; member
H A Dsqlite3.c7763 } *aConstraintUsage; member
105422 pIdxInfo->aConstraintUsage[i].omit = 1;
105423 pIdxInfo->aConstraintUsage[i].argvIndex = 1;
105426 pIdxInfo->aConstraintUsage[i].omit = 1;
140511 pIdxInfo->aConstraintUsage[j].argvIndex = 1;
140512 pIdxInfo->aConstraintUsage[j].omit = 1;
140517 pIdxInfo->aConstraintUsage[j].argvIndex = 2;
140518 pIdxInfo->aConstraintUsage[j].omit = 1;
161562 p->aConstraintUsage[i].argvIndex,
161563 p->aConstraintUsage[i].omit);
[all …]