Home
last modified time | relevance | path

Searched defs:zId (Results 1 – 9 of 9) sorted by relevance

/sqlite-3.40.0/test/
H A Dthreadtest5.c65 const char *zId, in exec()
93 const char *zId, in prepare()
/sqlite-3.40.0/tool/
H A Dsqldiff.c137 static char *safeId(const char *zId){ in safeId()
449 char *zId = safeId(zTab); /* Name of the table */ in dump_table() local
524 char *zId = safeId(zTab); /* Name of table (translated for us in SQL) */ in diff_one_table() local
1391 char *zId = safeId(zTab); /* Name of table (translated for us in SQL) */ in summarize_one_table() local
1583 char *zId = safeId(zTab); /* Escaped name of the table */ in changeset_one_table() local
/sqlite-3.40.0/src/
H A Dtokenize.c806 char *zId = sqlite3DbStrNDup(db, zSql+i, n); local
H A Dresolve.c994 const char *zId; /* The function name. */ in resolveExprStep() local
H A Dvdbeaux.c105 const char *zId /* The double-quoted identifier, already dequoted */ in sqlite3VdbeUsesDoubleQuotedString()
H A Dexpr.c4452 const char *zId; /* The function name */ in sqlite3ExprCodeTarget() local
H A Dtest1.c6710 const char *zId; in test_limit() local
/sqlite-3.40.0/ext/fts3/tool/
H A Dfts3view.c657 const char *zId /* ID of the segment to open */ in prepareToGetSegment()
/sqlite-3.40.0/ext/expert/
H A Dsqlite3expert.c821 static int idxIdentifierRequiresQuotes(const char *zId){ in idxIdentifierRequiresQuotes()