Searched refs:sqlite3_mprintf (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_loadext.c63 char *zMsg = sqlite3_mprintf("unknown status property: %s", zName);
79 char *zMsg = sqlite3_mprintf("sqlite3_status(%d,...) returns %d", op, rc);
119 zErr = sqlite3_mprintf("broken!");
H A Dtable.c72 z = sqlite3_mprintf("%s", colv[i]);
78 p->zErrMsg = sqlite3_mprintf(
153 *pzErrMsg = sqlite3_mprintf("%s",res.zErrMsg);
H A Dtest_autoext.c80 zErr = sqlite3_mprintf("broken autoext!");
H A Dtest_schema.c196 zSql = sqlite3_mprintf(
201 zSql = sqlite3_mprintf(
220 zSql = sqlite3_mprintf("PRAGMA %Q.table_info(%Q)",
H A Dloadext.c205 sqlite3_mprintf,
412 *pzErrMsg = sqlite3_mprintf("not authorized");
448 *pzErrMsg = sqlite3_mprintf("error during initialization: %s", zErrmsg);
H A Dtest8.c100 p->base.zErrMsg = sqlite3_mprintf("echo-vtab-error: %s", zErr);
171 zSql = sqlite3_mprintf("SELECT * FROM %Q", zTab);
254 zSql = sqlite3_mprintf("PRAGMA index_list(%s)", zTab);
268 zSql = sqlite3_mprintf("PRAGMA index_info(%s)", zIdx);
414 pVtab->zThis = sqlite3_mprintf("%s", argv[2]);
422 pVtab->zTableName = sqlite3_mprintf("%s", argv[3]);
425 char *z = sqlite3_mprintf("%s%s", argv[2], &(pVtab->zTableName[1]));
483 pVtab->zLogName = sqlite3_mprintf("%s", argv[4]);
484 zSql = sqlite3_mprintf("CREATE TABLE %Q(logmsg)", pVtab->zLogName);
488 *pzErr = sqlite3_mprintf("
[all...]
H A Dtest_stat.c389 pCsr->aPage[0].zPath = sqlite3_mprintf("/");
409 pCsr->zPath = sqlite3_mprintf(
442 p[1].zPath = sqlite3_mprintf("%s%.3x/", p->zPath, p->iCell);
474 pCsr->zPath = sqlite3_mprintf("%s", p->zPath);
H A Drecover.c503 zSql = sqlite3_mprintf("SELECT rootpage FROM %s.sqlite_master "
538 char *zSql = sqlite3_mprintf("PRAGMA %s.encoding", zDb);
2028 char *zCreateSql = sqlite3_mprintf("CREATE TABLE x(");
2043 *pzErr = sqlite3_mprintf("unable to parse column %d", i);
2053 zCreateSql = sqlite3_mprintf("%z%.*s %.*s%s%s",
2094 *pzErr = sqlite3_mprintf("recover table must be in temp database");
2100 *pzErr = sqlite3_mprintf("no columns specified");
2122 *pzErr = sqlite3_mprintf("ill-formed table specifier");
2142 *pzErr = sqlite3_mprintf("unable to find backing table");
H A Dtest5.c158 z = sqlite3_mprintf("%s", z);
H A Dtest_fuzzer.c197 *pzErr = sqlite3_mprintf("%s virtual tables must be TEMP", argv[0]);
816 pVTab->zErrMsg = sqlite3_mprintf("cannot delete from a %s virtual table",
822 pVTab->zErrMsg = sqlite3_mprintf("cannot update a %s virtual table",
837 pVTab->zErrMsg = sqlite3_mprintf("cost must be positive");
H A Dtest_intarray.c237 zSql = sqlite3_mprintf("CREATE VIRTUAL TABLE temp.%Q USING %Q",
H A Dtest1.c324 zSql = sqlite3_mprintf(argv[2], argv[3]);
447 zSql = sqlite3_mprintf("%s", argv[2]);
511 zResult = sqlite3_mprintf("%z%s%s", zResult, argv[1], argv[i]);
532 zStr = sqlite3_mprintf("%s%n", argv[1], &n);
600 zSql = sqlite3_mprintf(argv[2],argv[3]);
1212 z = sqlite3_mprintf(argv[1], a[0], a[1], a[2]);
1243 z = sqlite3_mprintf(argv[1], a[0], a[1], a[2]);
1276 z = sqlite3_mprintf(argv[1], a[0], a[1], a[2]);
1303 z = sqlite3_mprintf(argv[1], a[0], a[1], argc>4 ? argv[4] : NULL);
1366 z = sqlite3_mprintf(arg
[all...]
H A Dtest4.c145 threadset[i].zFilename = sqlite3_mprintf("%s", argv[2]);
479 threadset[i].zArg = sqlite3_mprintf("%s", argv[2]);
H A Dtest7.c167 threadset[i].zFilename = sqlite3_mprintf("%s", argv[2]);
510 threadset[i].zArg = sqlite3_mprintf("%s", argv[2]);
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_tokenizer.c93 char *zErr = sqlite3_mprintf("unknown tokenizer: %s", zName);
176 char *zErr = sqlite3_mprintf("unknown tokenizer: %s", zName);
352 zTest = sqlite3_mprintf("%s_test", zName);
353 zTest2 = sqlite3_mprintf("%s_internal_test", zName);
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_tokenizer.c90 char *zErr = sqlite3_mprintf("unknown tokenizer: %s", zName);
164 zCopy = sqlite3_mprintf("%s", zArg);
174 *pzErr = sqlite3_mprintf("unknown tokenizer: %s", z);
197 *pzErr = sqlite3_mprintf("unknown tokenizer");
282 char *zErr = sqlite3_mprintf("unknown tokenizer: %s", zName);
461 zTest = sqlite3_mprintf("%s_test", zName);
462 zTest2 = sqlite3_mprintf("%s_internal_test", zName);
H A Dfts3_expr.c802 zBuf = sqlite3_mprintf(
805 zBuf = sqlite3_mprintf("%z %.*s%s", zBuf,
814 zBuf = sqlite3_mprintf("%zNEAR/%d ", zBuf, pExpr->nNear);
817 zBuf = sqlite3_mprintf("%zNOT ", zBuf);
820 zBuf = sqlite3_mprintf("%zAND ", zBuf);
823 zBuf = sqlite3_mprintf("%zOR ", zBuf);
827 if( zBuf ) zBuf = sqlite3_mprintf("%z{", zBuf);
829 if( zBuf ) zBuf = sqlite3_mprintf("%z} {", zBuf);
832 if( zBuf ) zBuf = sqlite3_mprintf("%z}", zBuf);
H A Dfts3_aux.c76 *pzErr = sqlite3_mprintf(
366 pCsr->filter.zTerm = sqlite3_mprintf("%s", zStr);
373 pCsr->zStop = sqlite3_mprintf("%s", sqlite3_value_text(apVal[iIdx]));
/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest1.c44 extern char *sqlite3_mprintf(const char *zFormat, ...);
93 sqlite3_mprintf("%s",azArg[i] ? azArg[i] : "");
264 zFile = sqlite3_mprintf("%d.testdb-%d", i%2+1, (i+2)/2);
269 char *zJournal = sqlite3_mprintf("%s-journal", zDb);
H A Dthreadtest3.c60 #define test_error(z, ...) test_error_x(z, sqlite3_mprintf(__VA_ARGS__))
467 pErr->zErr = sqlite3_mprintf(
544 pErr->zErr = sqlite3_mprintf("%s", sqlite3_errmsg(pDb->db));
609 pErr->zErr = sqlite3_mprintf("Cannot discern type: \"%s\"", zName);
674 zRet = sqlite3_mprintf("%s", sqlite3_column_text(pStmt, 0));
706 zErr = sqlite3_mprintf("%s", z);
708 zErr = sqlite3_mprintf("%z\n%s", zErr, z);
800 test_error_x(pErr, sqlite3_mprintf("no such file: %s", zFrom));
934 return sqlite3_mprintf("%d iterations", nIter);
952 return sqlite3_mprintf("
[all...]
H A Dthreadtest2.c104 char *zJournal = sqlite3_mprintf("%s-journal", DB_FILE);
/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.c65 sql = sqlite3_mprintf("INSERT INTO sessions(timestamp,id,user,realm,"
92 sql = sqlite3_mprintf("UPDATE sessions SET password=%Q WHERE id=%Q AND "
116 sql = sqlite3_mprintf("UPDATE sessions SET pps=%Q WHERE id=%Q AND "
140 sql = sqlite3_mprintf("UPDATE sessions SET devinfo=%Q WHERE id=%Q",
164 sql = sqlite3_mprintf("UPDATE sessions SET devdetail=%Q WHERE id=%Q",
185 sql = sqlite3_mprintf("DELETE FROM sessions WHERE "
188 sql = sqlite3_mprintf("DELETE FROM sessions WHERE "
222 sql = sqlite3_mprintf("INSERT INTO eventlog"
264 sql = sqlite3_mprintf("UPDATE users SET %s=%Q "
364 cmd = sqlite3_mprintf("SELEC
[all...]
/external/sqlite/dist/orig/
H A Dshell.c1328 char *zEQP = sqlite3_mprintf("EXPLAIN QUERY PLAN %s", sqlite3_sql(pStmt));
1476 zIns = sqlite3_mprintf(
2032 zQuery = sqlite3_mprintf("SELECT * FROM \"%w\"", zTable);
2106 zQuery = sqlite3_mprintf("SELECT * FROM \"%w\" ORDER BY rowid DESC;",
2142 zQuery = sqlite3_mprintf("SELECT name, sql FROM sqlite_master"
2169 zQuery = sqlite3_mprintf("SELECT name, sql FROM sqlite_master"
2604 zSql = sqlite3_mprintf("SELECT * FROM %s", zTable);
2614 char *zCreate = sqlite3_mprintf("CREATE TABLE %s", zTable);
2617 zCreate = sqlite3_mprintf("%z%c\n \"%s\" TEXT", zCreate, cSep, sCsv.z);
2628 zCreate = sqlite3_mprintf("
[all...]
/external/sqlite/dist/
H A Dshell.c1333 char *zEQP = sqlite3_mprintf("EXPLAIN QUERY PLAN %s", sqlite3_sql(pStmt));
1481 zIns = sqlite3_mprintf(
2052 zQuery = sqlite3_mprintf("SELECT * FROM \"%w\"", zTable);
2126 zQuery = sqlite3_mprintf("SELECT * FROM \"%w\" ORDER BY rowid DESC;",
2162 zQuery = sqlite3_mprintf("SELECT name, sql FROM sqlite_master"
2189 zQuery = sqlite3_mprintf("SELECT name, sql FROM sqlite_master"
2624 zSql = sqlite3_mprintf("SELECT * FROM %s", zTable);
2634 char *zCreate = sqlite3_mprintf("CREATE TABLE %s", zTable);
2637 zCreate = sqlite3_mprintf("%z%c\n \"%s\" TEXT", zCreate, cSep, sCsv.z);
2648 zCreate = sqlite3_mprintf("
[all...]
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c778 char *zCreate = sqlite3_mprintf(
1409 if( iIdx>0 && 0==(pIdxInfo->idxStr = sqlite3_mprintf("%s", zIdxStr)) ){
2799 char *zSql = sqlite3_mprintf(
2869 char *zCreate = sqlite3_mprintf(
2897 char *zSql = sqlite3_mprintf(azSql[i], zDb, zPrefix);
2955 zSql = sqlite3_mprintf("PRAGMA %Q.page_size", pRtree->zDb);
2964 zSql = sqlite3_mprintf(
3007 *pzErr = sqlite3_mprintf("%s", aErrMsg[iErr]);
3038 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(db));
3040 char *zSql = sqlite3_mprintf("CREAT
[all...]

Completed in 438 milliseconds

12