Home
last modified time | relevance | path

Searched refs:pfOut (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dshell.c436 fPutbUtf8(FILE *pfOut, const char *cBuf, int nAccept);
736 FILE* apf[3] = { pfIn, pfOut, pfErr }; in consoleClassifySetup()
933 FILE *pfOut; in oPrintfUtf8() local
938 getEmitStreamInfo(1, &pst, &pfOut); in oPrintfUtf8()
947 rv = vfprintf(pfOut, zFormat, ap); in oPrintfUtf8()
1049 FILE *pfOut; in oPutsUtf8() local
1054 getEmitStreamInfo(1, &pst, &pfOut); in oPutsUtf8()
1061 return (fputs(z, pfOut)<0)? 0 : (int)strlen(z); in oPutsUtf8()
1131 FILE *pfOut; in oPutbUtf8() local
1136 getEmitStreamInfo(1, &pst, &pfOut); in oPutbUtf8()
[all …]