Searched refs:aDigits (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c18971 etByte charset; /* Offset into aDigits[] of the digits string */
18987 static const char aDigits[] = "0123456789ABCDEF0123456789abcdef"; variable
19319 cset = &aDigits[infop->charset];
19458 *(bufpt++) = aDigits[infop->charset];
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c24713 etByte charset; /* Offset into aDigits[] of the digits string */
24729 static const char aDigits[] = "0123456789ABCDEF0123456789abcdef"; local
25089 const char *cset = &aDigits[infop->charset];
25232 *(bufpt++) = aDigits[infop->charset];
[all...]

Completed in 838 milliseconds