Home
last modified time | relevance | path

Searched refs:sb (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/ext/fts1/
H A Dfts1.c72 sb->len = 0; in initStringBuffer()
75 sb->s[0] = '\0'; in initStringBuffer()
79 if( sb->len + nFrom >= sb->alloced ){ in nappend()
80 sb->alloced = sb->len + nFrom + 100; in nappend()
81 sb->s = realloc(sb->s, sb->alloced+1); in nappend()
82 if( sb->s==0 ){ in nappend()
87 memcpy(sb->s + sb->len, zFrom, nFrom); in nappend()
88 sb->len += nFrom; in nappend()
89 sb->s[sb->len] = 0; in nappend()
1145 return sb.s; in contentInsertStatement()
[all …]
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c530 return sb->b.nData-1; in stringBufferLength()
533 return sb->b.pData; in stringBufferData()
542 sb->b.nData--; in nappend()
1908 StringBuffer sb; in contentInsertStatement() local
1916 append(&sb, ", ?"); in contentInsertStatement()
1917 append(&sb, ")"); in contentInsertStatement()
1926 StringBuffer sb; in contentUpdateStatement() local
3186 StringBuffer sb; in snippetOffsetText() local
3195 append(&sb, zBuf); in snippetOffsetText()
3268 StringBuffer sb; in snippetText() local
[all …]
/sqlite-3.40.0/test/
H A Dmalloctraceviewer.tcl28 proc scrollcommand {grid sb args} {
29 $sb set {*}$args
31 if {$isRequired && ![winfo ismapped $sb]} {
34 if {!$isRequired && [winfo ismapped $sb]} {
35 grid forget $sb
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5fault1.test76 INSERT INTO t2 VALUES('nr s t g od j kf h', 'sb h aq rg op rb n nl');
H A Dfts5corrupt3.test12580 | 3984: f3 74 91 9e 73 62 d4 09 bd a9 64 54 e1 64 b0 e4 .t..sb....dT.d..
/sqlite-3.40.0/
H A Dconfigure1221 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1224 | --sbi=* | --sb=*)