Searched refs:SQLITE_READ (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h2196 ** ^If the action code is [SQLITE_READ]
2304 #define SQLITE_READ 20 /* Table Name Column Name */ macro
H A Dsqlite3.c2749 ** ^If the action code is [SQLITE_READ]
2857 #define SQLITE_READ 20 /* Table Name Column Name */ macro
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h2992 ** ^If the action code is [SQLITE_READ]
3001 ** "SELECT count(*) FROM tab") then the [SQLITE_READ] authorizer callback
3104 #define SQLITE_READ 20 /* Table Name Column Name */ macro
H A Dsqlite3.c4055 ** ^If the action code is [SQLITE_READ]
4064 ** "SELECT count(*) FROM tab") then the [SQLITE_READ] authorizer callback
4167 #define SQLITE_READ 20 /* Table Name Column Name */ macro
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1120 case SQLITE_READ : zCode="SQLITE_READ"; break;

Completed in 1020 milliseconds