Home
last modified time | relevance | path

Searched refs:chars (Results 1 – 11 of 11) sorted by relevance

/sqlite-3.40.0/autoconf/tea/win/
H A Dnmakehlp.c73 int chars; in main() local
93 chars = snprintf(msg, sizeof(msg) - 1, in main()
104 chars = snprintf(msg, sizeof(msg) - 1, in main()
115 chars = snprintf(msg, sizeof(msg) - 1, in main()
133 chars = snprintf(msg, sizeof(msg) - 1, in main()
145 chars = snprintf(msg, sizeof(msg) - 1, in main()
163 chars = snprintf(msg, sizeof(msg) - 1, in main()
175 chars = snprintf(msg, sizeof(msg) - 1, in main()
186 chars = snprintf(msg, sizeof(msg) - 1, in main()
279 (300-chars), 0); in CheckForCompilerFeature()
[all …]
/sqlite-3.40.0/test/
H A Dfts1k.test25 # hi-bit chars. parseSpec() also calls isalnum here.
46 # chars before and after the matched term, and scanning ~10 chars
48 # embedded hi-bit chars causes one of these isspace() calls to be
54 # The trailing and leading hi-bit chars help with code which tests for
H A Dfts2l.test25 # hi-bit chars. parseSpec() also calls isalnum here.
46 # chars before and after the matched term, and scanning ~10 chars
48 # embedded hi-bit chars causes one of these isspace() calls to be
54 # The trailing and leading hi-bit chars help with code which tests for
H A Dfts3al.test25 # hi-bit chars. parseSpec() also calls isalnum here.
46 # chars before and after the matched term, and scanning ~10 chars
48 # embedded hi-bit chars causes one of these isspace() calls to be
54 # The trailing and leading hi-bit chars help with code which tests for
H A Dfts3_common.tcl131 set chars [list a b c d e f g h i j k l m n o p q r s t u v w x y z ""]
135 set nChar [llength $chars]
136 append word [lindex $chars [expr {($i / 1) % $nChar}]]
137 append word [lindex $chars [expr {($i / $nChar) % $nChar}]]
138 append word [lindex $chars [expr {($i / ($nChar*$nChar)) % $nChar}]]
H A Dfts2h.test30 # chars.
31 proc bigtermdoc {chars len} {
33 foreach char $chars {
H A Dfts3ah.test25 # chars.
26 proc bigtermdoc {chars len} {
28 foreach char $chars {
H A Dfunc2.test177 # p1 is 1-indexed, p2 length to return, p2<0 return p2 chars before p1
H A De_expr.test1297 set chars [split $str]
1298 for {set i [expr [llength $chars]-1]} {$i>=0} {incr i -1} {
1299 append ret [lindex $chars $i]
/sqlite-3.40.0/ext/fts3/
H A Dfts3speed.tcl43 set chars [list a b c d e f g h i j k l m n o p q r s t u v w x y z]
48 append term [lindex $chars [expr {int(rand()*[llength $chars])}]]
/sqlite-3.40.0/
H A Daclocal.m47092 # 10000 chars as input seems more than enough