Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c4999 static char* toBase85( u8 *pIn, int nbIn, char *pOut, char *pSep ){ in toBase85() function
5139 nc = (int)(toBase85(bBuf, nb, cBuf, "\n") - cBuf); in base85()
5251 toBase85( bBuf, (int)nio, cBuf, 0 ); in main()