Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/
Dmodule.c374 DECLARE_ERROR_CODE(SQLITE_CONSTRAINT_FUNCTION),
/third_party/sqlite/include/
Dsqlite3.h555 #define SQLITE_CONSTRAINT_FUNCTION (SQLITE_CONSTRAINT | (4<<8)) macro
/third_party/sqlite/src/
Dsqlite3.c865 #define SQLITE_CONSTRAINT_FUNCTION (SQLITE_CONSTRAINT | (4<<8)) macro
174987 case SQLITE_CONSTRAINT_FUNCTION: