Searched refs:chars (Results 1 – 11 of 11) sorted by relevance
| /sqlite-3.40.0/autoconf/tea/win/ |
| H A D | nmakehlp.c | 73 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 D | fts1k.test | 25 # 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 D | fts2l.test | 25 # 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 D | fts3al.test | 25 # 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 D | fts3_common.tcl | 131 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 D | fts2h.test | 30 # chars. 31 proc bigtermdoc {chars len} { 33 foreach char $chars {
|
| H A D | fts3ah.test | 25 # chars. 26 proc bigtermdoc {chars len} { 28 foreach char $chars {
|
| H A D | func2.test | 177 # p1 is 1-indexed, p2 length to return, p2<0 return p2 chars before p1
|
| H A D | e_expr.test | 1297 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 D | fts3speed.tcl | 43 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 D | aclocal.m4 | 7092 # 10000 chars as input seems more than enough
|