Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c5207 static char* toBase64( u8 *pIn, int nbIn, char *pOut ){ in toBase64() function
5328 nc = (int)(toBase64(bBuf, nb, cBuf) - cBuf); in base64()