Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwherecode.c387 static void codeApplyAffinity(Parse *pParse, int base, int n, char *zAff){ in codeApplyAffinity() function
1301 codeApplyAffinity(pParse, r1, nEq, zStartAff); in filterPullDown()
1873 codeApplyAffinity(pParse, regBase, nConstraint - bSeekPastNull, zStartAff); in sqlite3WhereCodeOneLoopStart()
1965 codeApplyAffinity(pParse, regBase+nEq, nTop, zEndAff); in sqlite3WhereCodeOneLoopStart()