Searched refs:pcx (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5matchinfo.test | 88 # pcx - 91 # And this command would compute the expected results for matchinfo(t1, 'pcx') 93 # matchinfo(t1, 'x') in order to test 'pcx'. 194 xxxxxxxxxxxxxxxxxx - pcx - xpc - ccc - pppxpcpcx - laxnpc - 211 xxxxxxxxxxxxxxxxxx - pcx - xpc - ccc - pppxpcpcx - laxnpc -
|
| /sqlite-3.40.0/test/ |
| H A D | fts3matchinfo.test | 120 # pcx - 123 # And this command would compute the expected results for matchinfo(t1, 'pcx') 125 # matchinfo(t1, 'x') in order to test 'pcx'. 206 xxxxxxxxxxxxxxxxxx - pcx - xpc - ccc - pppxpcpcx - laxnpc - 223 xxxxxxxxxxxxxxxxxx - pcx - xpc - ccc - pppxpcpcx - laxnpc -
|
| H A D | fts3corrupt.test | 193 SELECT matchinfo( f , 'pcx') FROM f WHERE b MATCH x'c533';
|
| H A D | with2.test | 517 ypos(m, mi, pcx, pcy, radial) AS (
|
| H A D | fts3corrupt4.test | 6587 SELECT matchinfo(t1,'pcx') IS NULL FROM t1 WHERE t1 MATCH 'f*e*';
|
| /sqlite-3.40.0/src/ |
| H A D | vdbe.c | 1150 int pcx; in sqlite3VdbeExec() local 1161 pcx = sqlite3VdbeFrameRestore(pFrame); in sqlite3VdbeExec() 1168 pcx = p->aOp[pcx].p2-1; in sqlite3VdbeExec() 1172 pOp = &aOp[pcx]; in sqlite3VdbeExec() 1193 pcx = (int)(pOp - aOp); in sqlite3VdbeExec() 1194 sqlite3_log(pOp->p1, "abort at %d in [%s]: %s", pcx, p->zSql, p->zErrMsg); in sqlite3VdbeExec()
|