Home
last modified time | relevance | path

Searched refs:pcx (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/ext/fts5/test/
H A Dfts5matchinfo.test88 # 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 Dfts3matchinfo.test120 # 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 Dfts3corrupt.test193 SELECT matchinfo( f , 'pcx') FROM f WHERE b MATCH x'c533';
H A Dwith2.test517 ypos(m, mi, pcx, pcy, radial) AS (
H A Dfts3corrupt4.test6587 SELECT matchinfo(t1,'pcx') IS NULL FROM t1 WHERE t1 MATCH 'f*e*';
/sqlite-3.40.0/src/
H A Dvdbe.c1150 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()