OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sqlite3_max_blobsize
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/test/
zeroblob.test
38
set ::
sqlite3_max_blobsize
0
42
set ::
sqlite3_max_blobsize
57
set ::
sqlite3_max_blobsize
0
61
set ::
sqlite3_max_blobsize
73
set ::
sqlite3_max_blobsize
0
77
set ::
sqlite3_max_blobsize
89
set ::
sqlite3_max_blobsize
0
93
set ::
sqlite3_max_blobsize
203
set ::
sqlite3_max_blobsize
0
214
set ::
sqlite3_max_blobsize
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
test1.c
[
all
...]
vdbe.c
102
int
sqlite3_max_blobsize
= 0;
variable
104
if( (p->flags & (MEM_Str|MEM_Blob))!=0 && p->n>
sqlite3_max_blobsize
){
105
sqlite3_max_blobsize
= p->n;
[
all
...]
Completed in 73 milliseconds