Lines Matching refs:op

1805   /* Known to be little-endian at compile-time. No-op */
3005 if( pConstraint->op!=SQLITE_INDEX_CONSTRAINT_EQ ) continue;
3541 if( pConstraint->op!=SQLITE_INDEX_CONSTRAINT_EQ ) continue;
3773 static int apndFileControl(sqlite3_file*, int op, void *pArg);
3978 static int apndFileControl(sqlite3_file *pFile, int op, void *pArg){
3982 if( op==SQLITE_FCNTL_SIZE_HINT ) *(sqlite3_int64*)pArg += paf->iPgOne;
3983 rc = pFile->pMethods->xFileControl(pFile, op, pArg);
3984 if( rc==SQLITE_OK && op==SQLITE_FCNTL_VFSNAME ){
5786 }else if( pConstraint->op==SQLITE_INDEX_CONSTRAINT_EQ ){
6137 u8 bNoop; /* If next xNext() call is no-op */
7192 }else if( pCons->op==SQLITE_INDEX_CONSTRAINT_EQ ){
8261 int sqlite3_expert_config(sqlite3expert *p, int op, ...);
8461 ** An object of the following type is created for each unique table/write-op
8836 && (pCons->op & opmask)
8843 if( pCons->op==SQLITE_INDEX_CONSTRAINT_EQ ){
9124 ** This function is a no-op if *pRc is set to anything other than
9816 /* no-op */
9839 /* no-op */
9957 for(/*no-op*/; i<nCol; i++){
10177 int sqlite3_expert_config(sqlite3expert *p, int op, ...){
10180 va_start(ap, op);
10181 switch( op ){
10552 if( p->op==SQLITE_INDEX_CONSTRAINT_EQ ){
11292 int iIndent; /* Index of current op in aiIndent[] */
11917 int op,
11943 utf8_printf(p->out, "authorizer: %s", azAction[op]);
12538 " op TEXT,\n" /* Operator: memo run */
12542 "CREATE TEMP TABLE [_shell$self](op,cmd,ans);\n"
12543 "INSERT INTO [_shell$self](rowid,op,cmd)\n"
12566 "INSERT INTO selftest(tno,op,cmd,ans)"
12567 " SELECT rowid*10,op,cmd,ans FROM [_shell$self];\n"
12959 int *abYield = 0; /* True if op is an OP_Yield */
13881 /* no-op */
14050 ".dbconfig ?op? ?val? List or change sqlite3_db_config() options",
15095 ** A no-op routine that runs with the ".breakpoint" doc-command. This is
16863 ** If (*pRc) is not SQLITE_OK when this function is called, it is a no-op.
16900 ** If *pRc is not SQLITE_OK when this function is called, it is a no-op.
16919 ** If *pRc is not SQLITE_OK when this function is called, it is a no-op.
16975 ** This function is a no-op if (*pRc) is not SQLITE_OK when it is called.
17720 /* The undocumented ".breakpoint" command causes a call to the no-op
17811 int op;
17835 sqlite3_db_config(p->db, aDbConfig[ii].op, booleanValue(azArg[2]), 0);
17837 sqlite3_db_config(p->db, aDbConfig[ii].op, -1, &v);
19695 "SELECT tno,op,cmd,ans FROM selftest ORDER BY tno",
21375 /* No-op. The bail_on_error flag should already be set. */