Home
last modified time | relevance | path

Searched refs:sqlite3_mprintf (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/usr.sbin/makemandb/
H A Dapropos-utils.c193 schemasql = sqlite3_mprintf("PRAGMA user_version = %d", in create_db()
552 machine_clause = sqlite3_mprintf("AND mandb.machine=%Q", args->machine); in generate_search_query()
559 limit_clause = sqlite3_mprintf(" LIMIT %d OFFSET %d", in generate_search_query()
580 if ((temp = sqlite3_mprintf("%Q%c", args->sections[i], c)) == NULL) in generate_search_query()
597 query = sqlite3_mprintf("SELECT section, name, name_desc, machine" in generate_search_query()
615 query = sqlite3_mprintf( in generate_search_query()
636 query = sqlite3_mprintf("SELECT section, name, name_desc, machine," in generate_search_query()
H A Dmakemandb.c1703 char *sql = sqlite3_mprintf("DELETE FROM mandb " in insert_into_db()
1771 str = sqlite3_mprintf("INSERT INTO mandb_links" in insert_into_db()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c1990 zSql = sqlite3_mprintf("PRAGMA \"%w\".table_info=%Q;", in shellFakeSchema()
2079 sqlite3_result_text(pCtx, sqlite3_mprintf("/* %s */", zFake), in shellModuleSchema()
2132 z = sqlite3_mprintf("%.*s \"%w\".%s", n+7, zIn, zSchema, zIn+n+8); in shellAddSchemaName()
2134 z = sqlite3_mprintf("%.*s %s.%s", n+7, zIn, zSchema, zIn+n+8); in shellAddSchemaName()
2142 z = sqlite3_mprintf("%s\n/* %s */", zIn, zFake); in shellAddSchemaName()
2144 z = sqlite3_mprintf("%z\n/* %s */", z, zFake); in shellAddSchemaName()
3432 char *zMsg = sqlite3_mprintf("error SQL statement [%s]: %s", in sha3QueryFunc()
3440 char *zMsg = sqlite3_mprintf("non-query: [%s]", sqlite3_sql(pStmt)); in sha3QueryFunc()
6107 pVTab->zErrMsg = sqlite3_mprintf( in seriesBestIndex()
6187 *pzErrMsg = sqlite3_mprintf( in sqlite3_series_init()
[all …]
H A Dsqlite3.c3300 SQLITE_API char *sqlite3_mprintf(const char*,...);
32075 SQLITE_API char *sqlite3_mprintf(const char *zFormat, ...){ in sqlite3_mprintf() function
33109 char *z = sqlite3_mprintf("VECTOR%s",zFlgs); in sqlite3TreeViewExpr()
42057 *(char**)pArg = sqlite3_mprintf("%s", pFile->pVfs->zName);
44460 zPath = sqlite3_mprintf("%s", zName);
48239 zCopy = sqlite3_mprintf("%s", zValue);
49866 *(char**)pArg = sqlite3_mprintf("%s", pFile->pVfs->zName);
52983 *(char**)pArg = sqlite3_mprintf("memdb(%p,%lld)", p->aData, p->sz);
53307 zSql = sqlite3_mprintf("PRAGMA \"%w\".page_count", zSchema);
53375 zSql = sqlite3_mprintf("ATTACH x AS %Q", zSchema);
[all …]
H A Dsqlite3ext.h469 #define sqlite3_mprintf sqlite3_api->mprintf macro
H A Dsqlite3.h2987 SQLITE_API char *sqlite3_mprintf(const char*,...);
/netbsd-src/external/public-domain/sqlite/man/
H A DMakefile137 sqlite3_mprintf.3 \
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddict_sqlite.c99 quoted_text = sqlite3_mprintf("%q", raw_text); in dict_sqlite_quote()
/netbsd-src/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c2526 zSql = sqlite3_mprintf("SELECT * FROM '%q'", zTable); in DbObjCmd()
3888 zErrMsg = sqlite3_mprintf("%s", sqlite3_errmsg(p->db)); in DbMain()
3893 zErrMsg = sqlite3_mprintf("%s", sqlite3_errstr(rc)); in DbMain()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d567 char *sqlite3_mprintf(const char*,...);