Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3_mprintf

998 ** of the char** argument point to a string obtained from [sqlite3_mprintf()]
2313 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
2361 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2389 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2401 SQLITE_API char *sqlite3_mprintf(const char*,...);
4854 ** sqlite3_temp_directory = sqlite3_mprintf("%s", zPathBuf);
5350 ** point to an appropriate error message (obtained from [sqlite3_mprintf()])
5613 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5622 char *zErrMsg; /* Error message from sqlite3_mprintf() */
9206 #define P4_MPRINTF (-11) /* P4 is a string obtained from sqlite3_mprintf() */
21474 SQLITE_API char *sqlite3_mprintf(const char *zFormat, ...){
28076 *(char**)pArg = sqlite3_mprintf("%s", pFile->pVfs->zName);
30072 zPath = sqlite3_mprintf("%s", zName);
35191 *(char**)pArg = sqlite3_mprintf("%s", pFile->pVfs->zName);
61090 /* For a Real or Integer, use sqlite3_mprintf() to produce the UTF-8
66866 zErr = sqlite3_mprintf(
92054 zBuf = sqlite3_mprintf("%.*f",n,r);
97334 #define sqlite3_mprintf sqlite3_api->mprintf
97669 sqlite3_mprintf,
97907 *pzErrMsg = sqlite3_mprintf("not authorized");
97917 char *zAltFile = sqlite3_mprintf("%s.%s", zFile, azEndings[ii]);
97987 *pzErrMsg = sqlite3_mprintf("error during initialization: %s", zErrmsg);
99481 sqlite3_temp_directory = sqlite3_mprintf("%s", zRight);
99525 sqlite3_data_directory = sqlite3_mprintf("%s", zRight);
106951 z = sqlite3_mprintf("%s", colv[i]);
106957 p->zErrMsg = sqlite3_mprintf(
107032 *pzErrMsg = sqlite3_mprintf("%s",res.zErrMsg);
114712 z = sqlite3_mprintf("(%d,\"%s\",%x)",
114715 z = sqlite3_mprintf("(%d,%x)", p->u.vtab.idxNum, p->u.vtab.omitMask);
124413 *pzErrMsg = sqlite3_mprintf("invalid uri authority: %.*s",
124539 *pzErrMsg = sqlite3_mprintf("no such %s mode: %s", zModeType, zVal);
124544 *pzErrMsg = sqlite3_mprintf("%s mode not allowed: %s",
124567 *pzErrMsg = sqlite3_mprintf("no such vfs: %s", zVfs);
127431 zCols = sqlite3_mprintf("%Q, ", p->azColumn[0]);
127433 zCols = sqlite3_mprintf("%z%Q, ", zCols, p->azColumn[i]);
127437 zSql = sqlite3_mprintf(
127484 zContentCols = sqlite3_mprintf("docid INTEGER PRIMARY KEY");
127487 zContentCols = sqlite3_mprintf("%z, 'c%d%q'", zContentCols, i, z);
127490 zContentCols = sqlite3_mprintf("%z, langid", zContentCols, zLanguageid);
127545 zSql = sqlite3_mprintf("PRAGMA %Q.page_size", p->zDb);
127587 zValue = sqlite3_mprintf("%s", &zCsr[1]);
127611 char *z2 = sqlite3_mprintf("%s%s", *pz, z);
127870 zSql = sqlite3_mprintf("SELECT * FROM %Q.%Q", zDb, zTbl);
128041 *pzErr = sqlite3_mprintf("unrecognized parameter: %s", z);
128047 *pzErr = sqlite3_mprintf("unrecognized matchinfo: %s", zVal);
128075 *pzErr = sqlite3_mprintf("unrecognized order: %s", zVal);
128161 *pzErr = sqlite3_mprintf("error parsing prefix parameter: %s", zPrefix);
128243 *pzErr = sqlite3_mprintf("no such column: %s", azNotindexed[i]);
128251 *pzErr = sqlite3_mprintf("missing %s parameter in fts4 constructor", zMiss);
128520 zSql = sqlite3_mprintf("SELECT %s WHERE rowid = ?", p->zReadExprlist);
130019 zSql = sqlite3_mprintf(
130187 char *zSql = sqlite3_mprintf(zFmt, p->zDb, p->zName);
130287 char *zErr = sqlite3_mprintf("illegal first argument to %s", zFunc);
132785 *pzErr = sqlite3_mprintf("invalid arguments to fts4aux constructor");
133084 pCsr->filter.zTerm = sqlite3_mprintf("%s", zStr);
133091 pCsr->zStop = sqlite3_mprintf("%s", sqlite3_value_text(apVal[iLe]));
134243 *pzErr = sqlite3_mprintf(
134249 *pzErr = sqlite3_mprintf("malformed MATCH expression: [%s]", z);
134343 return sqlite3_mprintf("");
134349 zBuf = sqlite3_mprintf(
134352 zBuf = sqlite3_mprintf("%z %.*s%s", zBuf,
134361 zBuf = sqlite3_mprintf("%zNEAR/%d ", zBuf, pExpr->nNear);
134364 zBuf = sqlite3_mprintf("%zNOT ", zBuf);
134367 zBuf = sqlite3_mprintf("%zAND ", zBuf);
134370 zBuf = sqlite3_mprintf("%zOR ", zBuf);
134374 if( zBuf ) zBuf = sqlite3_mprintf("%z{", zBuf);
134376 if( zBuf ) zBuf = sqlite3_mprintf("%z} {", zBuf);
134379 if( zBuf ) zBuf = sqlite3_mprintf("%z}", zBuf);
135635 char *zErr = sqlite3_mprintf("unknown tokenizer: %s", zName);
135709 zCopy = sqlite3_mprintf("%s", zArg);
135719 *pzErr = sqlite3_mprintf("unknown tokenizer: %s", z);
135742 *pzErr = sqlite3_mprintf("unknown tokenizer");
135826 char *zErr = sqlite3_mprintf("unknown tokenizer: %s", zName);
136008 zTest = sqlite3_mprintf("%s_test", zName);
136009 zTest2 = sqlite3_mprintf("%s_internal_test", zName);
136363 *pzErr = sqlite3_mprintf("unknown tokenizer: %s", zName);
137131 zSql = sqlite3_mprintf(azSql[eStmt], p->zDb, p->zName, p->zWriteExprlist);
137133 zSql = sqlite3_mprintf(azSql[eStmt], p->zReadExprlist);
137135 zSql = sqlite3_mprintf(azSql[eStmt], p->zDb, p->zName);
137934 p->zSegmentsTbl = sqlite3_mprintf("%s_segments", p->zName);
138674 char *zEnd = sqlite3_mprintf("%lld %lld", iEndBlock, nLeafData);
140219 char *zSql = sqlite3_mprintf("SELECT %s" , p->zReadExprlist);
141894 zSql = sqlite3_mprintf("SELECT %s" , p->zReadExprlist);
143214 *pzErr = sqlite3_mprintf("unrecognized matchinfo request: %c", cArg);
145501 char *zCreate = sqlite3_mprintf(
146405 if( iIdx>0 && 0==(pIdxInfo->idxStr = sqlite3_mprintf("%s", zIdxStr)) ){
147596 char *zSql = sqlite3_mprintf(
147623 zSql = sqlite3_mprintf(zFmt, pRtree->zDb, pRtree->zName);
147706 char *zCreate = sqlite3_mprintf(
147736 char *zSql = sqlite3_mprintf(azSql[i], zDb, zPrefix);
147795 zSql = sqlite3_mprintf("PRAGMA %Q.page_size", pRtree->zDb);
147803 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(db));
147806 zSql = sqlite3_mprintf(
147812 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(db));
147852 *pzErr = sqlite3_mprintf("%s", aErrMsg[iErr]);
147885 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(db));
147887 char *zSql = sqlite3_mprintf("CREATE TABLE x(%s", argv[3]);
147892 zSql = sqlite3_mprintf("%s, %s", zTmp, argv[ii]);
147897 zSql = sqlite3_mprintf("%s);", zTmp);
147903 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(db));
147970 char *zTextNew = sqlite3_mprintf("%s {%s}", zText, zCell);
147974 zText = sqlite3_mprintf("{%s}", zCell);