Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sqlite3/
Dshell.c4275 static char* toBase85( u8 *pIn, int nbIn, char *pOut, char *pSep ){ in toBase85() argument
4290 if( pSep && (nCol += 5)>=B85_DARK_MAX ){ in toBase85()
4291 pOut = putcs(pOut, pSep); in toBase85()
4310 if( pSep && nCol>0 ) pOut = putcs(pOut, pSep); in toBase85()