Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3OpcodeName

14294 SQLITE_PRIVATE const char *sqlite3OpcodeName(int);
23898 SQLITE_PRIVATE const char *sqlite3OpcodeName(int i){
63150 ** to an extra string that is appended to the sqlite3OpcodeName(). In the
63169 zOpName = sqlite3OpcodeName(pOp->opcode);
63427 /* NB: The sqlite3OpcodeName() function is implemented by code created
63431 sqlite3OpcodeName(pOp->opcode), pOp->p1, pOp->p2, pOp->p3, zP4, pOp->p5,
63605 pMem->z = (char*)sqlite3OpcodeName(pOp->opcode); /* Opcode */