Searched defs:dest (Results 1 – 9 of 9) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | expr.c | 387 int dest, /* Jump here if true. */ in codeCompare() 617 int dest, /* Write results into this register */ in codeVectorCompare() 3141 SelectDest dest; in sqlite3CodeRhsOfIN() local 3255 SelectDest dest; /* How to deal with SELECT result */ in sqlite3CodeSubselect() local 5123 int dest, /* Jump destination or storage location */ in exprCodeBetween() argument 5192 void sqlite3ExprIfTrue(Parse *pParse, Expr *pExpr, int dest, int jumpIfNull){ in sqlite3ExprIfTrue() 5335 void sqlite3ExprIfFalse(Parse *pParse, Expr *pExpr, int dest, int jumpIfNull){ in sqlite3ExprIfFalse() 5508 void sqlite3ExprIfFalseDup(Parse *pParse, Expr *pExpr, int dest,int jumpIfNull){ in sqlite3ExprIfFalseDup()
|
| H A D | update.c | 198 SelectDest dest; in updateFromSelect() local
|
| H A D | delete.c | 146 SelectDest dest; in sqlite3MaterializeView() local
|
| H A D | insert.c | 705 SelectDest dest; /* Destination for SELECT on rhs of INSERT */ in sqlite3Insert() local
|
| H A D | select.c | 2810 SelectDest dest; /* Alternative data destination */ in multiSelect() local 6951 SelectDest dest; in sqlite3Select() local
|
| H A D | build.c | 2814 SelectDest dest; /* Where the SELECT should store results */ in sqlite3EndTable() local
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | tester1.js | 884 xRead: /*i(Ppij)*/function(f,dest,n,offset){ argument 891 xWrite: /*i(Ppij)*/function(f,dest,n,offset){ argument
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | amatch.c | 1005 static void amatchStrcpy(char *dest, const char *src){ in amatchStrcpy() 1008 static void amatchStrcat(char *dest, const char *src){ in amatchStrcat()
|
| /sqlite-3.40.0/tool/ |
| H A D | lemon.c | 154 static void lemon_strcpy(char *dest, const char *src){ in lemon_strcpy() 157 static void lemon_strcat(char *dest, const char *src){ in lemon_strcat()
|