HomeSort by: relevance | last modified time | path
    Searched defs:SQLITE_READ (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 3411 ** ^If the action code is [SQLITE_READ]
3420 ** "SELECT count(*) FROM tab") then the [SQLITE_READ] authorizer callback
3523 #define SQLITE_READ 20 /* Table Name Column Name */
sqlite3.c 3732 ** ^If the action code is [SQLITE_READ]
3741 ** "SELECT count(*) FROM tab") then the [SQLITE_READ] authorizer callback
3844 #define SQLITE_READ 20 /* Table Name Column Name */
    [all...]

Completed in 172 milliseconds