Home
last modified time | relevance | path

Searched refs:aStart (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/tool/
H A Dshowdb.c469 unsigned char *aStart, /* Start of content to be printed */ in printBytes() argument
473 printf(" %03x: ", (int)(aStart-aData)); in printBytes()
478 printf("%02x ", aStart[j]); in printBytes()
/sqlite-3.40.0/src/
H A Dwherecode.c2422 static const u8 aStart[] = { OP_Rewind, OP_Last }; in sqlite3WhereCodeOneLoopStart() local
2432 pLevel->p2 = 1 + sqlite3VdbeAddOp2(v, aStart[bRev], iCur, addrHalt); in sqlite3WhereCodeOneLoopStart()