Searched refs:sqlite3MPrintf (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 21845 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3*,const char*, ...); 33739 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3 *db, const char *zFormat, ...){ in sqlite3MPrintf() function 87329 zVal = sqlite3MPrintf(db, "%s%s", zNeg, pExpr->u.zToken); 90767 zSuper = sqlite3MPrintf(db, "%.4c%s%.16c", 0,zMainFile,0); 97795 p->zErrMsg = sqlite3MPrintf(db, "%z: %s", p->zErrMsg, pOp->p4.z); 103600 zSql = sqlite3MPrintf(db, 105527 char *z = sqlite3MPrintf(db, "-- %s", zTrace); 105917 zErr = sqlite3MPrintf(p->db, "cannot open value of type %s", 105937 zErr = sqlite3MPrintf(p->db, "no such rowid: %lld", iRow); 105940 zErr = sqlite3MPrintf(p->db, "%s", sqlite3_errmsg(p->db)); [all …]
|