Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dglobal.c388 const char *sqlite3StdType[] = { variable
H A Dprepare.c161 db->init.azInit = sqlite3StdType; /* Any array of string ptrs will do */ in sqlite3InitCallback()
H A Dutil.c96 return (char*)sqlite3StdType[pCol->eCType-1]; in sqlite3ColumnType()
H A Dpragma.c1901 sqlite3StdType[pCol->eCType-1], in sqlite3Pragma()
H A Dmain.c3256 db->init.azInit = sqlite3StdType; /* Any array of string ptrs will do */ in openDatabase()
H A DsqliteInt.h5056 extern const char *sqlite3StdType[];
H A Dbuild.c1538 && sqlite3_strnicmp(sType.z, sqlite3StdType[i], sType.n)==0 in sqlite3AddColumn()
H A Dvdbe.c3177 vdbeMemTypeName(pIn1), sqlite3StdType[aCol[i].eCType-1], in sqlite3VdbeExec()