Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dcomplete.c29 #ifdef SQLITE_EBCDIC
198 #ifdef SQLITE_EBCDIC in sqlite3_complete()
H A Dtokenize.c81 #ifdef SQLITE_EBCDIC
114 #ifdef SQLITE_EBCDIC
170 #ifdef SQLITE_EBCDIC
H A Dglobal.c42 #ifdef SQLITE_EBCDIC
H A Dutil.c1344 #ifdef SQLITE_EBCDIC in sqlite3HexToInt()
H A Dwhereexpr.c193 #ifdef SQLITE_EBCDIC in isLikeOrGlob()
H A Dfunc.c632 #if defined(SQLITE_EBCDIC)
H A Djson.c502 #ifdef SQLITE_EBCDIC in jsonHexToInt()
H A DsqliteInt.h754 # define SQLITE_EBCDIC 1 macro
/sqlite-3.40.0/ext/misc/
H A Duuid.c67 #if !defined(SQLITE_ASCII) && !defined(SQLITE_EBCDIC)
81 #ifdef SQLITE_EBCDIC in sqlite3UuidHexToInt()
/sqlite-3.40.0/test/
H A Dfuzzcheck.c687 #ifdef SQLITE_EBCDIC in hexToInt()