Searched refs:zRight (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libsqlite/src/ |
H A D | pragma.c | 113 ** Check to see if zRight and zLeft refer to a pragma that queries 117 static int flagPragma(Parse *pParse, const char *zLeft, const char *zRight){ argument 134 if( strcmp(zLeft,zRight)==0 && (v = sqliteGetVdbe(pParse))!=0 ){ 140 }else if( getBoolean(zRight) ){ 164 char *zRight = 0; local 172 zRight = 0; 173 sqliteSetNString(&zRight, "-", 1, pRight->z, pRight->n, 0); 175 zRight = sqliteStrNDup(pRight->z, pRight->n); 176 sqliteDequote(zRight); 178 if( sqliteAuthCheck(pParse, SQLITE_PRAGMA, zLeft, zRight, [all...] |
Completed in 19 milliseconds