Home
last modified time | relevance | path

Searched defs:isTemp (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dtrigger.c112 int isTemp, /* True if the TEMPORARY keyword is present */ in sqlite3BeginTrigger()
H A Dbuild.c1215 int isTemp, /* True if this is a TEMP table */ in sqlite3StartTable()
2964 int isTemp, /* TRUE for a TEMPORARY view */ in sqlite3CreateView()
H A Dos_win.c5027 int isTemp = 0; local
/sqlite-3.40.0/test/
H A Dspeedtest1.c120 static const char *isTemp(int N){ in isTemp() function