Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dshell.c4972 static char * skipNonB85( char *s, int nc ){ in skipNonB85() function
5044 char *pUse = skipNonB85(pIn, ncIn); in fromBase85()