Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c1573 char *zLhs = 0; in rbuVacuumIndexStart() local
1607 zLhs = rbuMPrintf(p, "%z%s \"%w\" COLLATE %Q", in rbuVacuumIndexStart()
1608 zLhs, zSep, zCol, zCollate in rbuVacuumIndexStart()
1645 zRet = rbuMPrintf(p, "(%s) > (%s)", zLhs, zVector); in rbuVacuumIndexStart()
1655 sqlite3_free(zLhs); in rbuVacuumIndexStart()
/sqlite-3.40.0/tool/
H A Dlemon.c3855 char zLhs[50]; /* Convert the LHS symbol into this string */ in translate_code() local
3914 sprintf(zLhs, "yymsp[%d].minor.yy%d",1-rp->nrhs,rp->lhs->dtnum); in translate_code()
3917 sprintf(zLhs, "yylhsminor.yy%d",rp->lhs->dtnum); in translate_code()
3936 append_str(zLhs,0,0,0); in translate_code()
4025 append_str(zLhs, 0, 0, 0); in translate_code()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c4187 const char *zLhs, int nLhs, /* LHS of comparison */ in fts3TermCmp() argument
4193 if( nCmp && ALWAYS(zLhs) && ALWAYS(zRhs) ){ in fts3TermCmp()
4194 res = memcmp(zLhs, zRhs, nCmp); in fts3TermCmp()