Searched refs:sqlite3VMPrintf (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.c | 11286 SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3*,const char*, va_list); 18842 z = sqlite3VMPrintf(db, zFormat, ap); in sqlite3SetString() 19731 SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3 *db, const char *zFormat, va_list ap){ in sqlite3VMPrintf() function 19755 z = sqlite3VMPrintf(db, zFormat, ap); in sqlite3MPrintf() 19772 z = sqlite3VMPrintf(db, zFormat, ap); in sqlite3MAppendf() 20739 z = sqlite3VMPrintf(db, zFormat, ap); in sqlite3Error() 20770 zMsg = sqlite3VMPrintf(db, zFormat, ap); in sqlite3ErrorMsg() 59098 *pz = sqlite3VMPrintf(p->db, zFormat, ap); 59112 *pz = sqlite3VMPrintf(p->db, zFormat, ap); 79376 zSql = sqlite3VMPrintf(db, zFormat, ap);
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 19411 SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3*,const char*, va_list); 29217 SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3 *db, const char *zFormat, va_list ap){ 29241 z = sqlite3VMPrintf(db, zFormat, ap); 31290 z = sqlite3VMPrintf(db, zFormat, ap); 31318 zMsg = sqlite3VMPrintf(db, zFormat, ap); 77598 p->zErrMsg = sqlite3VMPrintf(p->db, zFormat, ap); 77979 zMsg = sqlite3VMPrintf(pParse->db, zFmt, ap); 78916 p->aOp[p->nOp-1].zComment = sqlite3VMPrintf(p->db, zFormat, ap); 110308 zSql = sqlite3VMPrintf(db, zFormat, ap); 138449 z = sqlite3VMPrintf(db, zSql, ap);
|