Searched refs:sqlite3MPrintf (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 21867 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3*,const char*, ...); 33769 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3 *db, const char *zFormat, ...){ in sqlite3MPrintf() function 87481 zVal = sqlite3MPrintf(db, "%s%s", zNeg, pExpr->u.zToken); 90919 zSuper = sqlite3MPrintf(db, "%.4c%s%.16c", 0,zMainFile,0); 97953 p->zErrMsg = sqlite3MPrintf(db, "%z: %s", p->zErrMsg, pOp->p4.z); 103758 zSql = sqlite3MPrintf(db, 105685 char *z = sqlite3MPrintf(db, "-- %s", zTrace); 106075 zErr = sqlite3MPrintf(p->db, "cannot open value of type %s", 106095 zErr = sqlite3MPrintf(p->db, "no such rowid: %lld", iRow); 106098 zErr = sqlite3MPrintf(p->db, "%s", sqlite3_errmsg(p->db)); [all …]
|