Lines Matching refs:sqlite3_mprintf

2560 SQLITE_API char *sqlite3_mprintf(const char*,...);
19712 SQLITE_API char *sqlite3_mprintf(const char *zFormat, ...){ in sqlite3_mprintf() function
61351 zErr = sqlite3_mprintf(
82487 zBuf = sqlite3_mprintf("%.*f",n,r);
87333 #define sqlite3_mprintf sqlite3_api->mprintf
87635 sqlite3_mprintf,
87842 *pzErrMsg = sqlite3_mprintf("not authorized");
87878 *pzErrMsg = sqlite3_mprintf("error during initialization: %s", zErrmsg);
88845 sqlite3_temp_directory = sqlite3_mprintf("%s", zRight);
95009 z = sqlite3_mprintf("%s", colv[i]);
95015 p->zErrMsg = sqlite3_mprintf(
95090 *pzErrMsg = sqlite3_mprintf("%s",res.zErrMsg);
109779 *pzErrMsg = sqlite3_mprintf("invalid uri authority: %.*s",
109904 *pzErrMsg = sqlite3_mprintf("no such %s mode: %s", zModeType, zVal);
109909 *pzErrMsg = sqlite3_mprintf("%s mode not allowed: %s",
109931 *pzErrMsg = sqlite3_mprintf("no such vfs: %s", zVfs);
112527 zCols = sqlite3_mprintf("%Q, ", p->azColumn[0]);
112529 zCols = sqlite3_mprintf("%z%Q, ", zCols, p->azColumn[i]);
112533 zSql = sqlite3_mprintf(
112564 zContentCols = sqlite3_mprintf("docid INTEGER PRIMARY KEY");
112567 zContentCols = sqlite3_mprintf("%z, 'c%d%q'", zContentCols, i, z);
112622 zSql = sqlite3_mprintf("PRAGMA %Q.page_size", p->zDb);
112664 zValue = sqlite3_mprintf("%s", &zCsr[1]);
112687 char *z2 = sqlite3_mprintf("%s%s", *pz, z);
112968 *pzErr = sqlite3_mprintf("unrecognized parameter: %s", z);
112974 *pzErr = sqlite3_mprintf("unrecognized matchinfo: %s", zVal);
113002 *pzErr = sqlite3_mprintf("unrecognized order: %s", zVal);
113037 *pzErr = sqlite3_mprintf("error parsing prefix parameter: %s", zPrefix);
113098 *pzErr = sqlite3_mprintf("missing %s parameter in fts4 constructor", zMiss);
114544 p->base.zErrMsg = sqlite3_mprintf(zErr, zQuery);
114568 zSql = sqlite3_mprintf(zTmpl, p->zReadExprlist, p->zDb, p->zName, zSort);
114571 zSql = sqlite3_mprintf(zTmpl, p->zReadExprlist, p->zDb, p->zName);
114749 char *zErr = sqlite3_mprintf("illegal first argument to %s", zFunc);
116512 *pzErr = sqlite3_mprintf(
116804 pCsr->filter.zTerm = sqlite3_mprintf("%s", zStr);
116811 pCsr->zStop = sqlite3_mprintf("%s", sqlite3_value_text(apVal[iIdx]));
117739 zBuf = sqlite3_mprintf(
117742 zBuf = sqlite3_mprintf("%z %.*s%s", zBuf,
117751 zBuf = sqlite3_mprintf("%zNEAR/%d ", zBuf, pExpr->nNear);
117754 zBuf = sqlite3_mprintf("%zNOT ", zBuf);
117757 zBuf = sqlite3_mprintf("%zAND ", zBuf);
117760 zBuf = sqlite3_mprintf("%zOR ", zBuf);
117764 if( zBuf ) zBuf = sqlite3_mprintf("%z{", zBuf);
117766 if( zBuf ) zBuf = sqlite3_mprintf("%z} {", zBuf);
117769 if( zBuf ) zBuf = sqlite3_mprintf("%z}", zBuf);
118986 char *zErr = sqlite3_mprintf("unknown tokenizer: %s", zName);
119060 zCopy = sqlite3_mprintf("%s", zArg);
119070 *pzErr = sqlite3_mprintf("unknown tokenizer: %s", z);
119093 *pzErr = sqlite3_mprintf("unknown tokenizer");
119176 char *zErr = sqlite3_mprintf("unknown tokenizer: %s", zName);
119355 zTest = sqlite3_mprintf("%s_test", zName);
119356 zTest2 = sqlite3_mprintf("%s_internal_test", zName);
119916 zSql = sqlite3_mprintf(azSql[eStmt], p->zDb, p->zName, p->zWriteExprlist);
119918 zSql = sqlite3_mprintf(azSql[eStmt], p->zReadExprlist, p->zDb, p->zName);
119920 zSql = sqlite3_mprintf(azSql[eStmt], p->zDb, p->zName);
120607 p->zSegmentsTbl = sqlite3_mprintf("%s_segments", p->zName);
123688 *pzErr = sqlite3_mprintf("unrecognized matchinfo request: %c", cArg);
125161 char *zCreate = sqlite3_mprintf(
125792 if( iIdx>0 && 0==(pIdxInfo->idxStr = sqlite3_mprintf("%s", zIdxStr)) ){
127219 char *zSql = sqlite3_mprintf(
127292 char *zCreate = sqlite3_mprintf(
127320 char *zSql = sqlite3_mprintf(azSql[i], zDb, zPrefix);
127378 zSql = sqlite3_mprintf("PRAGMA %Q.page_size", pRtree->zDb);
127387 zSql = sqlite3_mprintf(
127430 *pzErr = sqlite3_mprintf("%s", aErrMsg[iErr]);
127463 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(db));
127465 char *zSql = sqlite3_mprintf("CREATE TABLE x(%s", argv[3]);
127470 zSql = sqlite3_mprintf("%s, %s", zTmp, argv[ii]);
127475 zSql = sqlite3_mprintf("%s);", zTmp);
127481 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(db));
127540 char *zTextNew = sqlite3_mprintf("%s {%s}", zText, zCell);
127544 zText = sqlite3_mprintf("{%s}", zCell);