Searched refs:sqlFormat (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | printf.c | 798 const char *sqlFormat, /* printf-style format string for the SQL */ in sqlite_exec_printf() argument 808 rc = sqlite_exec_vprintf(db, sqlFormat, xCallback, pArg, errmsg, ap); in sqlite_exec_printf() 814 const char *sqlFormat, /* printf-style format string for the SQL */ in sqlite_exec_vprintf() argument 823 zSql = sqlite_vmprintf(sqlFormat, ap); in sqlite_exec_vprintf() 830 const char *sqlFormat, /* printf-style format string for the SQL */ in sqlite_get_table_printf() argument 841 rc = sqlite_get_table_vprintf(db, sqlFormat, resultp, nrow, ncol, errmsg, ap); in sqlite_get_table_printf() 847 const char *sqlFormat, /* printf-style format string for the SQL */ in sqlite_get_table_vprintf() argument 857 zSql = sqlite_vmprintf(sqlFormat, ap); in sqlite_get_table_vprintf()
|
H A D | sqlite.h.in | 392 const char *sqlFormat, /* printf-style format string for the SQL */ 400 const char *sqlFormat, /* printf-style format string for the SQL */ 408 const char *sqlFormat, /* printf-style format string for the SQL */ 417 const char *sqlFormat, /* printf-style format string for the SQL */
|