Searched refs:sqlite3AddDefaultValue (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | parse.y | 360 {sqlite3AddDefaultValue(pParse,X,A.z,&A.z[A.n]);} in scantok() 362 {sqlite3AddDefaultValue(pParse,X,A.z+1,Z.z);} in LP() 364 {sqlite3AddDefaultValue(pParse,X,A.z,&Z.z[Z.n]);} in PLUS() 367 sqlite3AddDefaultValue(pParse,p,A.z,&Z.z[Z.n]); in MINUS() 375 sqlite3AddDefaultValue(pParse,p,X.z,X.z+X.n); in id()
|
| H A D | sqliteInt.h | 4641 void sqlite3AddDefaultValue(Parse*,Expr*,const char*,const char*);
|
| H A D | build.c | 1731 void sqlite3AddDefaultValue( in sqlite3AddDefaultValue() function
|