Searched refs:sqlite3_mprintf (Results 1 - 25 of 50) sorted by last modified time

12

/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_server.c371 sql = sqlite3_mprintf("INSERT INTO authlog"
/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/wpa_supplicant_8/src/radius/
H A Dradius_server.c371 sql = sqlite3_mprintf("INSERT INTO authlog"
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_server.c371 sql = sqlite3_mprintf("INSERT INTO authlog"
/external/sqlite/android/
H A Dsqlite3_android.cpp295 char * sql = sqlite3_mprintf("INSERT INTO %s (token, source%s%s) VALUES (?, ?%s%s);",
/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...]
H A Dsqlite3.c998 ** 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, ...){ function
97314 #define sqlite3_mprintf macro
[all...]
H A Dsqlite3.h883 ** of the char** argument point to a string obtained from [sqlite3_mprintf()]
2198 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
2246 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2274 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2286 SQLITE_API char *sqlite3_mprintf(const char*,...);
4739 ** sqlite3_temp_directory = sqlite3_mprintf("%s", zPathBuf);
5235 ** point to an appropriate error message (obtained from [sqlite3_mprintf()])
5498 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5507 char *zErrMsg; /* Error message from sqlite3_mprintf() */
H A Dsqlite3ext.h343 #define sqlite3_mprintf sqlite3_api->mprintf macro
/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...]
H A Dsqlite3.c998 ** 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, ...){ function
97334 #define sqlite3_mprintf macro
[all...]
H A Dsqlite3.h883 ** of the char** argument point to a string obtained from [sqlite3_mprintf()]
2198 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
2246 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2274 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2286 SQLITE_API char *sqlite3_mprintf(const char*,...);
4739 ** sqlite3_temp_directory = sqlite3_mprintf("%s", zPathBuf);
5235 ** point to an appropriate error message (obtained from [sqlite3_mprintf()])
5498 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5507 char *zErrMsg; /* Error message from sqlite3_mprintf() */
H A Dsqlite3ext.h343 #define sqlite3_mprintf sqlite3_api->mprintf macro
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c1540 char *s = sqlite3_mprintf(sqlstr.result,
1626 char *s = sqlite3_mprintf(sqlstr.result,
3283 char *s = sqlite3_mprintf(sqlstr.result,
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c2440 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
2488 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2516 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2528 SQLITE_API char *sqlite3_mprintf(const char*,...);
5072 ** point to an appropriate error message (obtained from [sqlite3_mprintf()])
5303 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5312 char *zErrMsg; /* Error message from sqlite3_mprintf() */
7983 #define P4_MPRINTF (-11) /* P4 is a string obtained from sqlite3_mprintf() */
19407 SQLITE_API char *sqlite3_mprintf(const char *zFormat, ...){ function
86787 #define sqlite3_mprintf macro
[all...]
H A Dsqlite3.h1897 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
1945 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
1973 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
1985 SQLITE_API char *sqlite3_mprintf(const char*,...);
4529 ** point to an appropriate error message (obtained from [sqlite3_mprintf()])
4760 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
4769 char *zErrMsg; /* Error message from sqlite3_mprintf() */
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c1890 pSpec->azContentColumn[i] = sqlite3_mprintf("c%d%s", i, azArg[i]);
1909 ** Space is obtained from sqlite3_mprintf() and should be freed
1920 zSchema = sqlite3_mprintf("CREATE TABLE x");
1922 zNext = sqlite3_mprintf("%s%s%Q", zSchema, zSep, azColumn[i]);
1927 zNext = sqlite3_mprintf("%s,%Q)", zSchema, zTableName);
1970 *pzErr = sqlite3_mprintf("unknown tokenizer: %s", spec->azTokenizer[0]);
2889 zSql = sqlite3_mprintf("select rowid, * from %%_content %s",
3295 char *zSql = sqlite3_mprintf(
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c2935 pSpec->azContentColumn[i] = sqlite3_mprintf("c%d%s", i, azArg[i]);
2954 ** Space is obtained from sqlite3_mprintf() and should be freed
2965 zSchema = sqlite3_mprintf("CREATE TABLE x");
2967 zNext = sqlite3_mprintf("%s%s%Q", zSchema, zSep, azColumn[i]);
2972 zNext = sqlite3_mprintf("%s,%Q)", zSchema, zTableName);
3022 *pzErr = sqlite3_mprintf("unknown tokenizer: %s", spec->azTokenizer[0]);
4017 char *zSql = sqlite3_mprintf("select rowid, * from %%_content %s",
7148 char *zSql = sqlite3_mprintf(
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.c529 zCols = sqlite3_mprintf("%Q, ", p->azColumn[0]);
531 zCols = sqlite3_mprintf("%z%Q, ", zCols, p->azColumn[i]);
535 zSql = sqlite3_mprintf(
566 zContentCols = sqlite3_mprintf("docid INTEGER PRIMARY KEY");
569 zContentCols = sqlite3_mprintf("%z, 'c%d%q'", zContentCols, i, z);
624 zSql = sqlite3_mprintf("PRAGMA %Q.page_size", p->zDb);
666 zValue = sqlite3_mprintf("%s", &zCsr[1]);
689 char *z2 = sqlite3_mprintf("%s%s", *pz, z);
895 *pzErr = sqlite3_mprintf("unrecognized matchinfo: %s", zVal);
905 *pzErr = sqlite3_mprintf("unrecognize
[all...]
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]));
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_snippet.c915 *pzErr = sqlite3_mprintf("unrecognized matchinfo request: %c", cArg);
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_write.c249 zSql = sqlite3_mprintf(azSql[eStmt], p->zDb, p->zName, p->zWriteExprlist);
251 zSql = sqlite3_mprintf(azSql[eStmt], p->zReadExprlist, p->zDb, p->zName);
253 zSql = sqlite3_mprintf(azSql[eStmt], p->zDb, p->zName);
868 p->zSegmentsTbl = sqlite3_mprintf("%s_segments", p->zName);

Completed in 4942 milliseconds

12