Searched refs:zQuery (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c9903 char *zQuery = 0; local
9926 zQuery = sqlite3_mprintf(
9930 zQuery = sqlite3_mprintf(
9941 rc = idxPrepareStmt(dbrem, &pQuery, pzErr, zQuery);
9943 sqlite3_free(zQuery);
13969 ** Run zQuery. Use dump_callback() as the callback routine so that
13977 const char *zQuery
13981 rc = sqlite3_exec(p->db, zQuery, dump_callback, p, &zErr);
13984 int len = strlen30(zQuery);
13993 sqlite3_snprintf(len+100, zQ2, "%s ORDER BY rowid DESC", zQuery);
15280 char *zQuery = 0; local
15390 char *zQuery = 0; local
[all...]
H A Dsqlite3.c173355 const char *zQuery = (const char *)sqlite3_value_text(pCons); local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c116899 const char *zQuery = (const char *)sqlite3_value_text(apVal[0]); local
[all...]

Completed in 850 milliseconds