Lines Matching refs:sqlite3_mprintf

1436 ** of the char** argument point to a string obtained from [sqlite3_mprintf()]
2721 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
2769 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2797 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2809 SQLITE_API char *sqlite3_mprintf(const char*,...);
5185 ** sqlite3_temp_directory = sqlite3_mprintf("%s", zPathBuf);
5679 ** point to an appropriate error message (obtained from [sqlite3_mprintf()])
5915 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5924 char *zErrMsg; /* Error message from sqlite3_mprintf() */
8864 #define P4_MPRINTF (-11) /* P4 is a string obtained from sqlite3_mprintf() */
20418 SQLITE_API char *sqlite3_mprintf(const char *zFormat, ...){
26858 *(char**)pArg = sqlite3_mprintf("%s", pFile->pVfs->zName);
33588 *(char**)pArg = sqlite3_mprintf("win32");
59007 /* For a Real or Integer, use sqlite3_mprintf() to produce the UTF-8
63745 zErr = sqlite3_mprintf(
87493 zBuf = sqlite3_mprintf("%.*f",n,r);
92520 #define sqlite3_mprintf sqlite3_api->mprintf
92852 sqlite3_mprintf,
93090 *pzErrMsg = sqlite3_mprintf("not authorized");
93100 char *zAltFile = sqlite3_mprintf("%s.%s", zFile, azEndings[ii]);
93170 *pzErrMsg = sqlite3_mprintf("error during initialization: %s", zErrmsg);
94216 sqlite3_temp_directory = sqlite3_mprintf("%s", zRight);
94259 sqlite3_data_directory = sqlite3_mprintf("%s", zRight);
100982 z = sqlite3_mprintf("%s", colv[i]);
100988 p->zErrMsg = sqlite3_mprintf(
101063 *pzErrMsg = sqlite3_mprintf("%s",res.zErrMsg);
116964 *pzErrMsg = sqlite3_mprintf("invalid uri authority: %.*s",
117091 *pzErrMsg = sqlite3_mprintf("no such %s mode: %s", zModeType, zVal);
117096 *pzErrMsg = sqlite3_mprintf("%s mode not allowed: %s",
117119 *pzErrMsg = sqlite3_mprintf("no such vfs: %s", zVfs);
119847 zCols = sqlite3_mprintf("%Q, ", p->azColumn[0]);
119849 zCols = sqlite3_mprintf("%z%Q, ", zCols, p->azColumn[i]);
119853 zSql = sqlite3_mprintf(
119900 zContentCols = sqlite3_mprintf("docid INTEGER PRIMARY KEY");
119903 zContentCols = sqlite3_mprintf("%z, 'c%d%q'", zContentCols, i, z);
119906 zContentCols = sqlite3_mprintf("%z, langid", zContentCols, zLanguageid);
119961 zSql = sqlite3_mprintf("PRAGMA %Q.page_size", p->zDb);
120003 zValue = sqlite3_mprintf("%s", &zCsr[1]);
120027 char *z2 = sqlite3_mprintf("%s%s", *pz, z);
120286 zSql = sqlite3_mprintf("SELECT * FROM %Q.%Q", zDb, zTbl);
120444 *pzErr = sqlite3_mprintf("unrecognized parameter: %s", z);
120450 *pzErr = sqlite3_mprintf("unrecognized matchinfo: %s", zVal);
120478 *pzErr = sqlite3_mprintf("unrecognized order: %s", zVal);
120559 *pzErr = sqlite3_mprintf("error parsing prefix parameter: %s", zPrefix);
120626 *pzErr = sqlite3_mprintf("missing %s parameter in fts4 constructor", zMiss);
120842 zSql = sqlite3_mprintf("SELECT %s WHERE rowid = ?", p->zReadExprlist);
122300 zSql = sqlite3_mprintf(
122538 char *zErr = sqlite3_mprintf("illegal first argument to %s", zFunc);
124767 *pzErr = sqlite3_mprintf("invalid arguments to fts4aux constructor");
125030 pCsr->filter.zTerm = sqlite3_mprintf("%s", zStr);
125037 pCsr->zStop = sqlite3_mprintf("%s", sqlite3_value_text(apVal[iIdx]));
126160 *pzErr = sqlite3_mprintf(
126165 *pzErr = sqlite3_mprintf("malformed MATCH expression: [%s]", z);
126259 return sqlite3_mprintf("");
126265 zBuf = sqlite3_mprintf(
126268 zBuf = sqlite3_mprintf("%z %.*s%s", zBuf,
126277 zBuf = sqlite3_mprintf("%zNEAR/%d ", zBuf, pExpr->nNear);
126280 zBuf = sqlite3_mprintf("%zNOT ", zBuf);
126283 zBuf = sqlite3_mprintf("%zAND ", zBuf);
126286 zBuf = sqlite3_mprintf("%zOR ", zBuf);
126290 if( zBuf ) zBuf = sqlite3_mprintf("%z{", zBuf);
126292 if( zBuf ) zBuf = sqlite3_mprintf("%z} {", zBuf);
126295 if( zBuf ) zBuf = sqlite3_mprintf("%z}", zBuf);
127535 char *zErr = sqlite3_mprintf("unknown tokenizer: %s", zName);
127609 zCopy = sqlite3_mprintf("%s", zArg);
127619 *pzErr = sqlite3_mprintf("unknown tokenizer: %s", z);
127642 *pzErr = sqlite3_mprintf("unknown tokenizer");
127726 char *zErr = sqlite3_mprintf("unknown tokenizer: %s", zName);
127908 zTest = sqlite3_mprintf("%s_test", zName);
127909 zTest2 = sqlite3_mprintf("%s_internal_test", zName);
128263 *pzErr = sqlite3_mprintf("unknown tokenizer: %s", zName);
129015 zSql = sqlite3_mprintf(azSql[eStmt], p->zDb, p->zName, p->zWriteExprlist);
129017 zSql = sqlite3_mprintf(azSql[eStmt], p->zReadExprlist);
129019 zSql = sqlite3_mprintf(azSql[eStmt], p->zDb, p->zName);
129819 p->zSegmentsTbl = sqlite3_mprintf("%s_segments", p->zName);
131911 char *zSql = sqlite3_mprintf("SELECT %s" , p->zReadExprlist);
133558 zSql = sqlite3_mprintf("SELECT %s" , p->zReadExprlist);
134863 *pzErr = sqlite3_mprintf("unrecognized matchinfo request: %c", cArg);
137123 char *zCreate = sqlite3_mprintf(
137762 if( iIdx>0 && 0==(pIdxInfo->idxStr = sqlite3_mprintf("%s", zIdxStr)) ){
139226 char *zSql = sqlite3_mprintf(
139299 char *zCreate = sqlite3_mprintf(
139327 char *zSql = sqlite3_mprintf(azSql[i], zDb, zPrefix);
139386 zSql = sqlite3_mprintf("PRAGMA %Q.page_size", pRtree->zDb);
139394 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(db));
139397 zSql = sqlite3_mprintf(
139403 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(db));
139443 *pzErr = sqlite3_mprintf("%s", aErrMsg[iErr]);
139476 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(db));
139478 char *zSql = sqlite3_mprintf("CREATE TABLE x(%s", argv[3]);
139483 zSql = sqlite3_mprintf("%s, %s", zTmp, argv[ii]);
139488 zSql = sqlite3_mprintf("%s);", zTmp);
139494 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(db));
139559 char *zTextNew = sqlite3_mprintf("%s {%s}", zText, zCell);
139563 zText = sqlite3_mprintf("{%s}", zCell);