Searched refs:sqlite3MPrintf (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 21203 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3*,const char*, ...); 32903 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3 *db, const char *zFormat, ...){ in sqlite3MPrintf() function 85507 zVal = sqlite3MPrintf(db, "%s%s", zNeg, pExpr->u.zToken); 88932 zSuper = sqlite3MPrintf(db, "%.4c%s%.16c", 0,zMainFile,0); 95655 p->zErrMsg = sqlite3MPrintf(db, "%z: %s", p->zErrMsg, pOp->p4.z); 101403 zSql = sqlite3MPrintf(db, 103270 char *z = sqlite3MPrintf(db, "-- %s", zTrace); 103661 zErr = sqlite3MPrintf(p->db, "cannot open value of type %s", 103681 zErr = sqlite3MPrintf(p->db, "no such rowid: %lld", iRow); 103684 zErr = sqlite3MPrintf(p->db, "%s", sqlite3_errmsg(p->db)); [all …]
|