Home
last modified time | relevance | path

Searched defs:sqlite3_mprintf (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h469 #define sqlite3_mprintf sqlite3_api->mprintf macro
H A Dsqlite3.c32075 SQLITE_API char *sqlite3_mprintf(const char *zFormat, ...){ in sqlite3_mprintf() function