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.h3266 ** KEYWORDS: {protected sqlite3_value} {unprotected sqlite3_value}
3268 ** SQLite uses the sqlite3_value object to represent all values
3270 ** for the values it stores. ^Values stored in sqlite3_value objects
3273 ** An sqlite3_value object may be either "protected" or "unprotected".
3274 ** Some interfaces require a protected sqlite3_value. Other interfaces
3275 ** will accept either a protected or an unprotected sqlite3_value.
3276 ** Every interface that accepts sqlite3_value arguments specifies
3277 ** whether or not it requires a protected sqlite3_value.
3281 ** sqlite3_value objec
3301 typedef struct Mem sqlite3_value; typedef in typeref:struct:Mem
[all...]
H A Dsqlite3.c3381 ** KEYWORDS: {protected sqlite3_value} {unprotected sqlite3_value}
3383 ** SQLite uses the sqlite3_value object to represent all values
3385 ** for the values it stores. ^Values stored in sqlite3_value objects
3388 ** An sqlite3_value object may be either "protected" or "unprotected".
3389 ** Some interfaces require a protected sqlite3_value. Other interfaces
3390 ** will accept either a protected or an unprotected sqlite3_value.
3391 ** Every interface that accepts sqlite3_value arguments specifies
3392 ** whether or not it requires a protected sqlite3_value.
3396 ** sqlite3_value objec
3416 typedef struct Mem sqlite3_value; typedef in typeref:struct:Mem
[all...]
/external/sqlite/dist/
H A Dsqlite3.h3266 ** KEYWORDS: {protected sqlite3_value} {unprotected sqlite3_value}
3268 ** SQLite uses the sqlite3_value object to represent all values
3270 ** for the values it stores. ^Values stored in sqlite3_value objects
3273 ** An sqlite3_value object may be either "protected" or "unprotected".
3274 ** Some interfaces require a protected sqlite3_value. Other interfaces
3275 ** will accept either a protected or an unprotected sqlite3_value.
3276 ** Every interface that accepts sqlite3_value arguments specifies
3277 ** whether or not it requires a protected sqlite3_value.
3281 ** sqlite3_value objec
3301 typedef struct Mem sqlite3_value; typedef in typeref:struct:Mem
[all...]
H A Dsqlite3.c3381 ** KEYWORDS: {protected sqlite3_value} {unprotected sqlite3_value}
3383 ** SQLite uses the sqlite3_value object to represent all values
3385 ** for the values it stores. ^Values stored in sqlite3_value objects
3388 ** An sqlite3_value object may be either "protected" or "unprotected".
3389 ** Some interfaces require a protected sqlite3_value. Other interfaces
3390 ** will accept either a protected or an unprotected sqlite3_value.
3391 ** Every interface that accepts sqlite3_value arguments specifies
3392 ** whether or not it requires a protected sqlite3_value.
3396 ** sqlite3_value objec
3416 typedef struct Mem sqlite3_value; typedef in typeref:struct:Mem
[all...]

Completed in 1436 milliseconds