Home
last modified time | relevance | path

Searched defs:dest (Results 1 – 9 of 9) sorted by relevance

/sqlite-3.40.0/src/
H A Dexpr.c387 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 Dupdate.c198 SelectDest dest; in updateFromSelect() local
H A Ddelete.c146 SelectDest dest; in sqlite3MaterializeView() local
H A Dinsert.c705 SelectDest dest; /* Destination for SELECT on rhs of INSERT */ in sqlite3Insert() local
H A Dselect.c2810 SelectDest dest; /* Alternative data destination */ in multiSelect() local
6951 SelectDest dest; in sqlite3Select() local
H A Dbuild.c2814 SelectDest dest; /* Where the SELECT should store results */ in sqlite3EndTable() local
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js884 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 Damatch.c1005 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 Dlemon.c154 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()