Searched refs:z0 (Results 1 – 8 of 8) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | show_speedtest1_rtree.tcl | 35 foreach {id x0 x1 y0 y1 z0 z1} $::data { 43 foreach {id x0 x1 y0 y1 z0 z1} $::data { 44 .c create rectangle $x0 $z0 $x1 $z1 51 foreach {id x0 x1 y0 y1 z0 z1} $::data { 52 .c create rectangle $y0 $z0 $y1 $z1
|
| H A D | regexp1.test | 286 do_execsql_test regexp1-5.1 {SELECT 'fooX' REGEXP '^[a-z][a-z0-9]{0,30}$';} {0} 287 do_execsql_test regexp1-5.2 {SELECT 'fooX' REGEXP '^[a-z][a-z0-9]{0,30}X$';} {1} 288 do_execsql_test regexp1-5.3 {SELECT 'fooX' REGEXP '^[a-z][a-z0-9]{0,2}X$';} {1} 289 do_execsql_test regexp1-5.4 {SELECT 'foooX' REGEXP '^[a-z][a-z0-9]{0,2}X$';} {0} 290 do_execsql_test regexp1-5.5 {SELECT 'foooX' REGEXP '^[a-z][a-z0-9]{0,3}X$';} {1}
|
| H A D | speedtest1.c | 1484 unsigned x0, x1, y0, y1, z0, z1; in testset_rtree() local 1499 twoCoords(p1, p2, mxCoord, &z0, &z1); in testset_rtree() 1505 sqlite3_bind_int(g.pStmt, 6, z0); in testset_rtree()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | unionvtab.c | 594 char *z0 = 0; in unionSourceCheck() local 598 z0 = unionSourceToStr(&rc, pTab, &pTab->aSrc[0], pzErr); in unionSourceCheck() 601 if( rc==SQLITE_OK && sqlite3_stricmp(z, z0) ){ in unionSourceCheck() 607 sqlite3_free(z0); in unionSourceCheck()
|
| /sqlite-3.40.0/src/ |
| H A D | func.c | 132 const unsigned char *z0; in lengthFunc() local 135 z0 = z; in lengthFunc() 139 while( (*z & 0xc0)==0x80 ){ z++; z0++; } in lengthFunc() 142 sqlite3_result_int(context, (int)(z-z0)); in lengthFunc()
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtreedoc.test | 1220 # USING rtree_i32(id,x0,x1,y0,y1,z0,z1); 1222 CREATE VIRTUAL TABLE intrtree USING rtree_i32(id,x0,x1,y0,y1,z0,z1);
|
| /sqlite-3.40.0/ |
| H A D | ltmain.sh | 676 *[!-_A-Za-z0-9,/]*)
|
| H A D | aclocal.m4 | 3341 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
|