Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c20243 int iAuxArg; /* Index of function argument. */ member
79526 && pAux->iAuxArg>=0
79527 && (pAux->iAuxArg>31 || !(mask & MASKBIT32(pAux->iAuxArg))))
79529 testcase( pAux->iAuxArg==31 );
82186 if( pAuxData->iAuxArg==iArg && (pAuxData->iAuxOp==pCtx->iOp || iArg<0) ){
82194 pAuxData->iAuxArg = iArg;
144698 pWInfo->iLimit = iAuxArg;
144801 sqlite3DebugPrintf(", limit: %d", iAuxArg);
145058 iIndexCur = iAuxArg;
145066 }else if( iAuxArg && (wctrlFlags & WHERE_OR_SUBCLAUSE)!=0 ){
[all …]

Completed in 439 milliseconds