Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c4647 #define BX_DV_PROTO(c) \ macro
4698 while( nc-- > 0 && (c = *s) && !IS_BX_DIGIT(BX_DV_PROTO(c)) ) ++s; in skipNonB64()
4718 u8 bdp = BX_DV_PROTO(c); in fromBase64()