Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/
Dmodule.c302 ADD_INT(SQLITE_DROP_TEMP_TABLE); in add_integer_constants()
/third_party/sqlite/include/
Dsqlite3.h3163 #define SQLITE_DROP_TEMP_TABLE 13 /* Table Name NULL */ macro
/third_party/sqlite/src/
Dsqlite3.c3476 #define SQLITE_DROP_TEMP_TABLE 13 /* Table Name NULL */ macro
116980 code = SQLITE_DROP_TEMP_TABLE;