Home
last modified time | relevance | path

Searched refs:SQLITE_IGNORE (Results 1 – 25 of 584) sorted by relevance

12345678910>>...24

/dports/databases/sqlite2/sqlite-2.8.17/test/
H A Dauth.test100 return SQLITE_IGNORE
113 return SQLITE_IGNORE
125 return SQLITE_IGNORE
138 return SQLITE_IGNORE
199 return SQLITE_IGNORE
229 return SQLITE_IGNORE
254 return SQLITE_IGNORE
266 return SQLITE_IGNORE
293 return SQLITE_IGNORE
302 return SQLITE_IGNORE
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dauth3.test13 # authorization callback returns SQLITE_IGNORE.
41 # SQLITE_IGNORE, SQLITE_OK and <invalid> are correctly handled when returned
57 # value other than SQLITE_IGNORE, SQLITE_OK, or SQLITE_DENY then the
68 set ::authcode SQLITE_IGNORE
85 # These tests - auth3-2.* - test that returning SQLITE_IGNORE really does
102 set ::authcode SQLITE_IGNORE
H A Dauth.test128 return SQLITE_IGNORE
141 return SQLITE_IGNORE
231 return SQLITE_IGNORE
288 return SQLITE_IGNORE
300 return SQLITE_IGNORE
333 return SQLITE_IGNORE
342 return SQLITE_IGNORE
351 return SQLITE_IGNORE
360 return SQLITE_IGNORE
403 return SQLITE_IGNORE
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dauth3.test13 # authorization callback returns SQLITE_IGNORE.
41 # SQLITE_IGNORE, SQLITE_OK and <invalid> are correctly handled when returned
57 # value other than SQLITE_IGNORE, SQLITE_OK, or SQLITE_DENY then the
68 set ::authcode SQLITE_IGNORE
85 # These tests - auth3-2.* - test that returning SQLITE_IGNORE really does
102 set ::authcode SQLITE_IGNORE
H A Dauth.test128 return SQLITE_IGNORE
141 return SQLITE_IGNORE
231 return SQLITE_IGNORE
288 return SQLITE_IGNORE
300 return SQLITE_IGNORE
333 return SQLITE_IGNORE
342 return SQLITE_IGNORE
351 return SQLITE_IGNORE
360 return SQLITE_IGNORE
403 return SQLITE_IGNORE
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dauth3.test13 # authorization callback returns SQLITE_IGNORE.
41 # SQLITE_IGNORE, SQLITE_OK and <invalid> are correctly handled when returned
57 # value other than SQLITE_IGNORE, SQLITE_OK, or SQLITE_DENY then the
68 set ::authcode SQLITE_IGNORE
85 # These tests - auth3-2.* - test that returning SQLITE_IGNORE really does
102 set ::authcode SQLITE_IGNORE
H A Dauth.test128 return SQLITE_IGNORE
141 return SQLITE_IGNORE
231 return SQLITE_IGNORE
288 return SQLITE_IGNORE
300 return SQLITE_IGNORE
333 return SQLITE_IGNORE
342 return SQLITE_IGNORE
351 return SQLITE_IGNORE
360 return SQLITE_IGNORE
403 return SQLITE_IGNORE
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dauth3.test13 # authorization callback returns SQLITE_IGNORE.
42 # SQLITE_IGNORE, SQLITE_OK and <invalid> are correctly handled when returned
65 set ::authcode SQLITE_IGNORE
82 # These tests - auth3-2.* - test that returning SQLITE_IGNORE really does
99 set ::authcode SQLITE_IGNORE
H A Dauth.test117 return SQLITE_IGNORE
130 return SQLITE_IGNORE
220 return SQLITE_IGNORE
277 return SQLITE_IGNORE
289 return SQLITE_IGNORE
318 return SQLITE_IGNORE
327 return SQLITE_IGNORE
336 return SQLITE_IGNORE
345 return SQLITE_IGNORE
388 return SQLITE_IGNORE
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dauth.c119 }else if( rc!=SQLITE_IGNORE && rc!=SQLITE_OK ){ in sqlite3AuthReadCol()
180 if( SQLITE_IGNORE==sqlite3AuthReadCol(pParse, pTab->zName, zCol, iDb) ){ in sqlite3AuthRead()
215 }else if( rc!=SQLITE_OK && rc!=SQLITE_IGNORE ){ in sqlite3AuthCheck()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dauth.c125 }else if( rc!=SQLITE_IGNORE && rc!=SQLITE_OK ){ in sqlite3AuthReadCol()
186 if( SQLITE_IGNORE==sqlite3AuthReadCol(pParse, pTab->zName, zCol, iDb) ){ in sqlite3AuthRead()
234 }else if( rc!=SQLITE_OK && rc!=SQLITE_IGNORE ){ in sqlite3AuthCheck()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dauth.c127 }else if( rc!=SQLITE_IGNORE && rc!=SQLITE_OK ){ in sqlite3AuthReadCol()
188 if( SQLITE_IGNORE==sqlite3AuthReadCol(pParse, pTab->zName, zCol, iDb) ){ in sqlite3AuthRead()
239 }else if( rc!=SQLITE_OK && rc!=SQLITE_IGNORE ){ in sqlite3AuthCheck()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dauth.c125 }else if( rc!=SQLITE_IGNORE && rc!=SQLITE_OK ){ in sqlite3AuthReadCol()
187 if( SQLITE_IGNORE==sqlite3AuthReadCol(pParse, pTab->zName, zCol, iDb) ){ in sqlite3AuthRead()
239 }else if( rc!=SQLITE_OK && rc!=SQLITE_IGNORE ){ in sqlite3AuthCheck()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dauth.c125 }else if( rc!=SQLITE_IGNORE && rc!=SQLITE_OK ){ in sqlite3AuthReadCol()
187 if( SQLITE_IGNORE==sqlite3AuthReadCol(pParse, pTab->zName, zCol, iDb) ){ in sqlite3AuthRead()
239 }else if( rc!=SQLITE_OK && rc!=SQLITE_IGNORE ){ in sqlite3AuthCheck()
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/native/
H A Dmkconst.c290 #ifndef SQLITE_IGNORE in main()
291 #define SQLITE_IGNORE 2 in main() macro
293 QCONST(SQLITE_IGNORE); in main()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dauth.c146 if( rc==SQLITE_IGNORE ){ in sqliteAuthRead()
184 }else if( rc!=SQLITE_OK && rc!=SQLITE_IGNORE ){ in sqliteAuthCheck()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dauth.c146 if( rc==SQLITE_IGNORE ){ in sqliteAuthRead()
184 }else if( rc!=SQLITE_OK && rc!=SQLITE_IGNORE ){ in sqliteAuthCheck()
H A Dsqlite.h595 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/sql/
H A DSQLiteAuthorizer.cpp38 const int SQLAuthIgnore = SQLITE_IGNORE;
/dports/devel/svntrac/cvstrac-2.0.1/
H A Ddb.c119 return SQLITE_IGNORE; in query_authorizer()
148 return SQLITE_IGNORE; in access_authorizer()
150 return SQLITE_IGNORE; in access_authorizer()
152 return SQLITE_IGNORE; in access_authorizer()
155 return SQLITE_IGNORE; in access_authorizer()
157 return SQLITE_IGNORE; in access_authorizer()
159 return SQLITE_IGNORE; in access_authorizer()
161 return SQLITE_IGNORE; in access_authorizer()
163 return SQLITE_IGNORE; in access_authorizer()
165 return SQLITE_IGNORE; in access_authorizer()
[all …]
/dports/devel/cvstrac/cvstrac-2.0.1/
H A Ddb.c119 return SQLITE_IGNORE; in query_authorizer()
148 return SQLITE_IGNORE; in access_authorizer()
150 return SQLITE_IGNORE; in access_authorizer()
152 return SQLITE_IGNORE; in access_authorizer()
155 return SQLITE_IGNORE; in access_authorizer()
157 return SQLITE_IGNORE; in access_authorizer()
159 return SQLITE_IGNORE; in access_authorizer()
161 return SQLITE_IGNORE; in access_authorizer()
163 return SQLITE_IGNORE; in access_authorizer()
165 return SQLITE_IGNORE; in access_authorizer()
[all …]
/dports/devel/gittrac/cvstrac-2.0.1/
H A Ddb.c119 return SQLITE_IGNORE; in query_authorizer()
148 return SQLITE_IGNORE; in access_authorizer()
150 return SQLITE_IGNORE; in access_authorizer()
152 return SQLITE_IGNORE; in access_authorizer()
155 return SQLITE_IGNORE; in access_authorizer()
157 return SQLITE_IGNORE; in access_authorizer()
159 return SQLITE_IGNORE; in access_authorizer()
161 return SQLITE_IGNORE; in access_authorizer()
163 return SQLITE_IGNORE; in access_authorizer()
165 return SQLITE_IGNORE; in access_authorizer()
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/
H A DConstants.java102 public static final int SQLITE_IGNORE = 2; field in Constants
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A Dsqlite.h595 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/sqlite3/
H A Ddbapi2.pyi49 SQLITE_IGNORE: int
141 # returns [SQLITE_OK, SQLITE_DENY, SQLITE_IGNORE] so perhaps int

12345678910>>...24