Home | History | Annotate | Download | only in src

Lines Matching refs:zSql

42   unsigned char const *zSql = sqlite3_value_text(argv[0]);
47 unsigned char const *zCsr = zSql;
59 if( zSql ){
80 zRet = sqlite3MPrintf(db, "%.*s\"%w\"%s", ((u8*)tname.z) - zSql, zSql,
162 unsigned char const *zSql = sqlite3_value_text(argv[0]);
168 unsigned char const *zCsr = zSql;
180 if( zSql ){
219 zRet = sqlite3MPrintf(db, "%.*s\"%w\"%s", ((u8*)tname.z) - zSql, zSql,