Searched defs:sqlite3_value (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h2745 ** KEYWORDS: {protected sqlite3_value} {unprotected sqlite3_value}
2747 ** SQLite uses the sqlite3_value object to represent all values
2749 ** for the values it stores. ^Values stored in sqlite3_value objects
2752 ** An sqlite3_value object may be either "protected" or "unprotected".
2753 ** Some interfaces require a protected sqlite3_value. Other interfaces
2754 ** will accept either a protected or an unprotected sqlite3_value.
2755 ** Every interface that accepts sqlite3_value arguments specifies
2756 ** whether or not it requires a protected sqlite3_value.
2760 ** sqlite3_value objec
2780 typedef struct Mem sqlite3_value; typedef in typeref:struct:Mem
[all...]
H A Dsqlite3.c3288 ** KEYWORDS: {protected sqlite3_value} {unprotected sqlite3_value}
3290 ** SQLite uses the sqlite3_value object to represent all values
3292 ** for the values it stores. ^Values stored in sqlite3_value objects
3295 ** An sqlite3_value object may be either "protected" or "unprotected".
3296 ** Some interfaces require a protected sqlite3_value. Other interfaces
3297 ** will accept either a protected or an unprotected sqlite3_value.
3298 ** Every interface that accepts sqlite3_value arguments specifies
3299 ** whether or not it requires a protected sqlite3_value.
3303 ** sqlite3_value objec
3323 typedef struct Mem sqlite3_value; typedef in typeref:struct:Mem
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h3047 ** KEYWORDS: {protected sqlite3_value} {unprotected sqlite3_value}
3049 ** SQLite uses the sqlite3_value object to represent all values
3051 ** for the values it stores. ^Values stored in sqlite3_value objects
3054 ** An sqlite3_value object may be either "protected" or "unprotected".
3055 ** Some interfaces require a protected sqlite3_value. Other interfaces
3056 ** will accept either a protected or an unprotected sqlite3_value.
3057 ** Every interface that accepts sqlite3_value arguments specifies
3058 ** whether or not it requires a protected sqlite3_value.
3062 ** sqlite3_value objec
3082 typedef struct Mem sqlite3_value; typedef in typeref:struct:Mem
[all...]
H A Dsqlite3.c3597 ** KEYWORDS: {protected sqlite3_value} {unprotected sqlite3_value}
3599 ** SQLite uses the sqlite3_value object to represent all values
3601 ** for the values it stores. ^Values stored in sqlite3_value objects
3604 ** An sqlite3_value object may be either "protected" or "unprotected".
3605 ** Some interfaces require a protected sqlite3_value. Other interfaces
3606 ** will accept either a protected or an unprotected sqlite3_value.
3607 ** Every interface that accepts sqlite3_value arguments specifies
3608 ** whether or not it requires a protected sqlite3_value.
3612 ** sqlite3_value objec
3632 typedef struct Mem sqlite3_value; typedef in typeref:struct:Mem
[all...]
/external/sqlite/dist/
H A Dsqlite3.h3047 ** KEYWORDS: {protected sqlite3_value} {unprotected sqlite3_value}
3049 ** SQLite uses the sqlite3_value object to represent all values
3051 ** for the values it stores. ^Values stored in sqlite3_value objects
3054 ** An sqlite3_value object may be either "protected" or "unprotected".
3055 ** Some interfaces require a protected sqlite3_value. Other interfaces
3056 ** will accept either a protected or an unprotected sqlite3_value.
3057 ** Every interface that accepts sqlite3_value arguments specifies
3058 ** whether or not it requires a protected sqlite3_value.
3062 ** sqlite3_value objec
3082 typedef struct Mem sqlite3_value; typedef in typeref:struct:Mem
[all...]
H A Dsqlite3.c3597 ** KEYWORDS: {protected sqlite3_value} {unprotected sqlite3_value}
3599 ** SQLite uses the sqlite3_value object to represent all values
3601 ** for the values it stores. ^Values stored in sqlite3_value objects
3604 ** An sqlite3_value object may be either "protected" or "unprotected".
3605 ** Some interfaces require a protected sqlite3_value. Other interfaces
3606 ** will accept either a protected or an unprotected sqlite3_value.
3607 ** Every interface that accepts sqlite3_value arguments specifies
3608 ** whether or not it requires a protected sqlite3_value.
3612 ** sqlite3_value objec
3632 typedef struct Mem sqlite3_value; typedef in typeref:struct:Mem
[all...]

Completed in 462 milliseconds