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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c19583 # define sqlite3Toupper(x) ((x)&~(sqlite3CtypeMap[(unsigned char)(x)]&0x20)) macro
19592 # define sqlite3Toupper(x) toupper((unsigned char)(x)) macro
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c11191 # define sqlite3Toupper(x) ((x)&~(sqlite3CtypeMap[(unsigned char)(x)]&0x20)) macro
11199 # define sqlite3Toupper(x) toupper((unsigned char)(x)) macro
[all...]

Completed in 1035 milliseconds