Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c497 void utf8_printf(FILE *out, const char *zFormat, ...){ in utf8_printf() function
511 #elif !defined(utf8_printf)
512 # define utf8_printf fprintf macro
557 utf8_printf(iotrace, "%s", z); in iotracePrintf()
583 utf8_printf(pOut, "%.*s", i, zUtf); in utf8_width_print()
585 utf8_printf(pOut, "%*s%s", aw-n, "", zUtf); in utf8_width_print()
587 utf8_printf(pOut, "%s%*s", zUtf, aw-n, ""); in utf8_width_print()
15732 utf8_printf(p->pLog, "(%d) %s\n", iErrCode, zMsg); in shellLog()
15749 utf8_printf(p->out, "%s\n", sqlite3_value_text(apVal[0])); in shellPutsFunc()
15769 utf8_printf(stder in failIfSafeMode()
[all...]

Completed in 24 milliseconds