Searched refs:sqlFormat (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | printf.c | 795 const char *sqlFormat, /* printf-style format string for the SQL */ in sqlite_exec_printf() argument 805 rc = sqlite_exec_vprintf(db, sqlFormat, xCallback, pArg, errmsg, ap); in sqlite_exec_printf() 811 const char *sqlFormat, /* printf-style format string for the SQL */ in sqlite_exec_vprintf() argument 820 zSql = sqlite_vmprintf(sqlFormat, ap); in sqlite_exec_vprintf() 827 const char *sqlFormat, /* printf-style format string for the SQL */ in sqlite_get_table_printf() argument 838 rc = sqlite_get_table_vprintf(db, sqlFormat, resultp, nrow, ncol, errmsg, ap); in sqlite_get_table_printf() 844 const char *sqlFormat, /* printf-style format string for the SQL */ in sqlite_get_table_vprintf() argument 854 zSql = sqlite_vmprintf(sqlFormat, ap); in sqlite_get_table_vprintf()
|
H A D | sqlite.h.in | 389 const char *sqlFormat, /* printf-style format string for the SQL */ 397 const char *sqlFormat, /* printf-style format string for the SQL */ 405 const char *sqlFormat, /* printf-style format string for the SQL */ 414 const char *sqlFormat, /* printf-style format string for the SQL */
|