Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dshell.c4682 static char * skipNonB64( char *s, int nc ){ in skipNonB64() function
4693 char *pUse = skipNonB64(pIn, ncIn); in fromBase64()