HomeSort by: relevance | last modified time | path
    Searched defs:argvIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 7770 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
7772 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
7846 int argvIndex; /* if >0, constraint is part of argv to xFilter */
10459 ** aConstraintUsage[].argvIndex to a positive integer. ^(Then, under
10501 ** <li><p> The P->aConstraintUsage[N].argvIndex value is set to a positive
10511 ** ^If both conditions are true, then the argvIndex-th parameter to the
sqlite3.c 8091 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
8093 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
8167 int argvIndex; /* if >0, constraint is part of argv to xFilter */
10780 ** aConstraintUsage[].argvIndex to a positive integer. ^(Then, under
10822 ** <li><p> The P->aConstraintUsage[N].argvIndex value is set to a positive
10832 ** ^If both conditions are true, then the argvIndex-th parameter to the
    [all...]

Completed in 105 milliseconds