Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dglobal.c379 const unsigned char sqlite3StdTypeLen[] = { 3, 4, 3, 7, 4, 4 }; variable
H A DsqliteInt.h5054 extern const unsigned char sqlite3StdTypeLen[];
H A Dbuild.c1537 if( sType.n==sqlite3StdTypeLen[i] in sqlite3AddColumn()