Lines Matching refs:doc
125 set doc [string repeat "$token " 100]
126 execsql "INSERT INTO $tbl ($name) VALUES(\$doc)"
417 proc test_fts3_near_match {tn doc expr res} {
418 fts3_near_match $doc $expr -phrasecountvar p
455 set doc [list]
456 if {$i&0x01} {lappend doc one}
457 if {$i&0x02} {lappend doc two}
458 if {$i&0x04} {lappend doc three}
459 if {$i&0x08} {lappend doc four}
460 if {$i&0x10} {lappend doc five}
461 execsql { INSERT INTO t1 VALUES($doc, null) }