HomeSort by: relevance | last modified time | path
    Searched refs:SQLITE_RANGE (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/lua/sqlite/
sqlite.c 391 { "RANGE", SQLITE_RANGE },
  /src/external/bsd/kyua-cli/dist/utils/sqlite/
statement.cpp 88 case SQLITE_RANGE:
  /src/external/public-domain/sqlite/dist/
sqlite3.h 475 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */
5001 ** ^[SQLITE_RANGE] is returned if the parameter
12179 ** [SQLITE_RANGE] is returned and *ppValue is set to NULL.
12210 ** [SQLITE_RANGE] is returned and *ppValue is set to NULL.
12242 ** [SQLITE_RANGE] is returned and *ppValue is set to NULL.
13455 ** than the index of the last column in the table, SQLITE_RANGE is returned.
13647 ** in the table, SQLITE_RANGE is returned. Or, if an error occurs (e.g.
13661 ** in the table, SQLITE_RANGE is returned. Or, if an error occurs (e.g.
13670 ** number of columns in the table, SQLITE_RANGE is returned.
13703 ** or equal to the value returned by xInstCount(), SQLITE_RANGE is returned
    [all...]
sqlite3.c 796 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */
5322 ** ^[SQLITE_RANGE] is returned if the parameter
12500 ** [SQLITE_RANGE] is returned and *ppValue is set to NULL.
12531 ** [SQLITE_RANGE] is returned and *ppValue is set to NULL.
12563 ** [SQLITE_RANGE] is returned and *ppValue is set to NULL.
13776 ** than the index of the last column in the table, SQLITE_RANGE is returned.
13968 ** in the table, SQLITE_RANGE is returned. Or, if an error occurs (e.g.
13982 ** in the table, SQLITE_RANGE is returned. Or, if an error occurs (e.g.
13991 ** number of columns in the table, SQLITE_RANGE is returned.
14024 ** or equal to the value returned by xInstCount(), SQLITE_RANGE is returned
    [all...]

Completed in 61 milliseconds