Searched defs:zId (Results 1 – 9 of 9) sorted by relevance
65 const char *zId, in exec()93 const char *zId, in prepare()
137 static char *safeId(const char *zId){ in safeId()449 char *zId = safeId(zTab); /* Name of the table */ in dump_table() local524 char *zId = safeId(zTab); /* Name of table (translated for us in SQL) */ in diff_one_table() local1391 char *zId = safeId(zTab); /* Name of table (translated for us in SQL) */ in summarize_one_table() local1583 char *zId = safeId(zTab); /* Escaped name of the table */ in changeset_one_table() local
806 char *zId = sqlite3DbStrNDup(db, zSql+i, n); local
994 const char *zId; /* The function name. */ in resolveExprStep() local
105 const char *zId /* The double-quoted identifier, already dequoted */ in sqlite3VdbeUsesDoubleQuotedString()
4452 const char *zId; /* The function name */ in sqlite3ExprCodeTarget() local
6710 const char *zId; in test_limit() local
657 const char *zId /* ID of the segment to open */ in prepareToGetSegment()
821 static int idxIdentifierRequiresQuotes(const char *zId){ in idxIdentifierRequiresQuotes()