Lines Matching refs:sqlite3_mprintf

2316 SQLITE_API char *sqlite3_mprintf(const char*,...);
20875 SQLITE_API char *sqlite3_mprintf(const char *zFormat, ...){ in sqlite3_mprintf() function
27397 *(char**)pArg = sqlite3_mprintf("%s", pFile->pVfs->zName);
34402 *(char**)pArg = sqlite3_mprintf("%s", pFile->pVfs->zName);
65336 zErr = sqlite3_mprintf(
90080 zBuf = sqlite3_mprintf("%.*f",n,r);
95419 #define sqlite3_mprintf sqlite3_api->mprintf
95754 sqlite3_mprintf,
95992 *pzErrMsg = sqlite3_mprintf("not authorized");
96002 char *zAltFile = sqlite3_mprintf("%s.%s", zFile, azEndings[ii]);
96072 *pzErrMsg = sqlite3_mprintf("error during initialization: %s", zErrmsg);
97564 sqlite3_temp_directory = sqlite3_mprintf("%s", zRight);
97608 sqlite3_data_directory = sqlite3_mprintf("%s", zRight);
104910 z = sqlite3_mprintf("%s", colv[i]);
104916 p->zErrMsg = sqlite3_mprintf(
104991 *pzErrMsg = sqlite3_mprintf("%s",res.zErrMsg);
112423 z = sqlite3_mprintf("(%d,\"%s\",%x)",
112426 z = sqlite3_mprintf("(%d,%x)", p->u.vtab.idxNum, p->u.vtab.omitMask);
121678 *pzErrMsg = sqlite3_mprintf("invalid uri authority: %.*s",
121804 *pzErrMsg = sqlite3_mprintf("no such %s mode: %s", zModeType, zVal);
121809 *pzErrMsg = sqlite3_mprintf("%s mode not allowed: %s",
121832 *pzErrMsg = sqlite3_mprintf("no such vfs: %s", zVfs);
124633 zCols = sqlite3_mprintf("%Q, ", p->azColumn[0]);
124635 zCols = sqlite3_mprintf("%z%Q, ", zCols, p->azColumn[i]);
124639 zSql = sqlite3_mprintf(
124686 zContentCols = sqlite3_mprintf("docid INTEGER PRIMARY KEY");
124689 zContentCols = sqlite3_mprintf("%z, 'c%d%q'", zContentCols, i, z);
124692 zContentCols = sqlite3_mprintf("%z, langid", zContentCols, zLanguageid);
124747 zSql = sqlite3_mprintf("PRAGMA %Q.page_size", p->zDb);
124789 zValue = sqlite3_mprintf("%s", &zCsr[1]);
124813 char *z2 = sqlite3_mprintf("%s%s", *pz, z);
125072 zSql = sqlite3_mprintf("SELECT * FROM %Q.%Q", zDb, zTbl);
125243 *pzErr = sqlite3_mprintf("unrecognized parameter: %s", z);
125249 *pzErr = sqlite3_mprintf("unrecognized matchinfo: %s", zVal);
125277 *pzErr = sqlite3_mprintf("unrecognized order: %s", zVal);
125363 *pzErr = sqlite3_mprintf("error parsing prefix parameter: %s", zPrefix);
125443 *pzErr = sqlite3_mprintf("no such column: %s", azNotindexed[i]);
125451 *pzErr = sqlite3_mprintf("missing %s parameter in fts4 constructor", zMiss);
125723 zSql = sqlite3_mprintf("SELECT %s WHERE rowid = ?", p->zReadExprlist);
127222 zSql = sqlite3_mprintf(
127460 char *zErr = sqlite3_mprintf("illegal first argument to %s", zFunc);
129940 *pzErr = sqlite3_mprintf("invalid arguments to fts4aux constructor");
130239 pCsr->filter.zTerm = sqlite3_mprintf("%s", zStr);
130246 pCsr->zStop = sqlite3_mprintf("%s", sqlite3_value_text(apVal[iLe]));
131395 *pzErr = sqlite3_mprintf(
131401 *pzErr = sqlite3_mprintf("malformed MATCH expression: [%s]", z);
131495 return sqlite3_mprintf("");
131501 zBuf = sqlite3_mprintf(
131504 zBuf = sqlite3_mprintf("%z %.*s%s", zBuf,
131513 zBuf = sqlite3_mprintf("%zNEAR/%d ", zBuf, pExpr->nNear);
131516 zBuf = sqlite3_mprintf("%zNOT ", zBuf);
131519 zBuf = sqlite3_mprintf("%zAND ", zBuf);
131522 zBuf = sqlite3_mprintf("%zOR ", zBuf);
131526 if( zBuf ) zBuf = sqlite3_mprintf("%z{", zBuf);
131528 if( zBuf ) zBuf = sqlite3_mprintf("%z} {", zBuf);
131531 if( zBuf ) zBuf = sqlite3_mprintf("%z}", zBuf);
132787 char *zErr = sqlite3_mprintf("unknown tokenizer: %s", zName);
132861 zCopy = sqlite3_mprintf("%s", zArg);
132871 *pzErr = sqlite3_mprintf("unknown tokenizer: %s", z);
132894 *pzErr = sqlite3_mprintf("unknown tokenizer");
132978 char *zErr = sqlite3_mprintf("unknown tokenizer: %s", zName);
133160 zTest = sqlite3_mprintf("%s_test", zName);
133161 zTest2 = sqlite3_mprintf("%s_internal_test", zName);
133515 *pzErr = sqlite3_mprintf("unknown tokenizer: %s", zName);
134267 zSql = sqlite3_mprintf(azSql[eStmt], p->zDb, p->zName, p->zWriteExprlist);
134269 zSql = sqlite3_mprintf(azSql[eStmt], p->zReadExprlist);
134271 zSql = sqlite3_mprintf(azSql[eStmt], p->zDb, p->zName);
135070 p->zSegmentsTbl = sqlite3_mprintf("%s_segments", p->zName);
137162 char *zSql = sqlite3_mprintf("SELECT %s" , p->zReadExprlist);
138811 zSql = sqlite3_mprintf("SELECT %s" , p->zReadExprlist);
140125 *pzErr = sqlite3_mprintf("unrecognized matchinfo request: %c", cArg);
142398 char *zCreate = sqlite3_mprintf(
143053 if( iIdx>0 && 0==(pIdxInfo->idxStr = sqlite3_mprintf("%s", zIdxStr)) ){
144520 char *zSql = sqlite3_mprintf(
144624 char *zCreate = sqlite3_mprintf(
144653 char *zSql = sqlite3_mprintf(azSql[i], zDb, zPrefix);
144712 zSql = sqlite3_mprintf("PRAGMA %Q.page_size", pRtree->zDb);
144720 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(db));
144723 zSql = sqlite3_mprintf(
144729 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(db));
144769 *pzErr = sqlite3_mprintf("%s", aErrMsg[iErr]);
144802 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(db));
144804 char *zSql = sqlite3_mprintf("CREATE TABLE x(%s", argv[3]);
144809 zSql = sqlite3_mprintf("%s, %s", zTmp, argv[ii]);
144814 zSql = sqlite3_mprintf("%s);", zTmp);
144820 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(db));
144885 char *zTextNew = sqlite3_mprintf("%s {%s}", zText, zCell);
144889 zText = sqlite3_mprintf("{%s}", zCell);