Searched refs:sqlite3_mprintf (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/sqlite3/ |
| HD | shell.c | 1528 char *zEQP = sqlite3_mprintf("EXPLAIN QUERY PLAN %s", in shell_exec() 1673 zIns = sqlite3_mprintf( in dump_callback() 2296 zQuery = sqlite3_mprintf("SELECT * FROM \"%w\"", zTable); in tryToCloneData() 2370 zQuery = sqlite3_mprintf("SELECT * FROM \"%w\" ORDER BY rowid DESC;", in tryToCloneData() 2406 zQuery = sqlite3_mprintf("SELECT name, sql FROM sqlite_master" in tryToCloneSchema() 2433 zQuery = sqlite3_mprintf("SELECT name, sql FROM sqlite_master" in tryToCloneSchema() 2597 zSchemaTab = sqlite3_mprintf("main.sqlite_master"); in shell_dbinfo_command() 2599 zSchemaTab = sqlite3_mprintf("%s", "sqlite_temp_master"); in shell_dbinfo_command() 2601 zSchemaTab = sqlite3_mprintf("\"%w\".sqlite_master", zDb); in shell_dbinfo_command() 2604 char *zSql = sqlite3_mprintf(aQuery[i].zSql, zSchemaTab); in shell_dbinfo_command() [all …]
|
| HD | sqlite3ext.h | 365 #define sqlite3_mprintf sqlite3_api->mprintf macro
|
| HD | sqlite3.c | 2589 SQLITE_API char *SQLITE_CDECL sqlite3_mprintf(const char*,...); 22426 SQLITE_API char *SQLITE_CDECL sqlite3_mprintf(const char *zFormat, ...){ 29787 *(char**)pArg = sqlite3_mprintf("%s", pFile->pVfs->zName); 31801 zPath = sqlite3_mprintf("%s", zName); 37007 *(char**)pArg = sqlite3_mprintf("%s", pFile->pVfs->zName); 70887 zErr = sqlite3_mprintf( 97931 zBuf = sqlite3_mprintf("%.*f",n,r); 103351 #define sqlite3_mprintf sqlite3_api->mprintf 103704 sqlite3_mprintf, 103960 *pzErrMsg = sqlite3_mprintf("not authorized"); [all …]
|
| HD | sqlite3.h | 2375 SQLITE_API char *SQLITE_CDECL sqlite3_mprintf(const char*,...);
|
| /NextBSD/crypto/heimdal/lib/sqlite/ |
| HD | sqlite3ext.h | 308 #define sqlite3_mprintf sqlite3_api->mprintf macro
|
| HD | sqlite3.h | 2039 SQLITE_API char *sqlite3_mprintf(const char*,...);
|
| HD | sqlite3.c | 2592 SQLITE_API char *sqlite3_mprintf(const char*,...); 19800 SQLITE_API char *sqlite3_mprintf(const char *zFormat, ...){ in sqlite3_mprintf() function 62101 zErr = sqlite3_mprintf( 84334 zBuf = sqlite3_mprintf("%.*f",n,r); 89200 #define sqlite3_mprintf sqlite3_api->mprintf 89509 sqlite3_mprintf, 89719 *pzErrMsg = sqlite3_mprintf("not authorized"); 89755 *pzErrMsg = sqlite3_mprintf("error during initialization: %s", zErrmsg); 90722 sqlite3_temp_directory = sqlite3_mprintf("%s", zRight); 97007 z = sqlite3_mprintf("%s", colv[i]); [all …]
|
| /NextBSD/contrib/apr-util/dbd/ |
| HD | apr_dbd_sqlite3.c | 405 char *ret = sqlite3_mprintf("%q", arg); in dbd_sqlite3_escape()
|
| /NextBSD/contrib/wpa/src/radius/ |
| HD | radius_server.c | 387 sql = sqlite3_mprintf("INSERT INTO authlog" in srv_log()
|