Searched refs:sqlite_mprintf (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/test/
H A Dthreadtest1.c47 extern char *sqlite_mprintf(const char *zFormat, ...);
96 sqlite_mprintf("%s",azArg[i] ? azArg[i] : "");
269 zFile = sqlite_mprintf("%d.testdb-%d", i%2+1, (i+2)/2);
/osnet-11/usr/src/lib/libsqlite/src/
H A Dtest1.c476 z = sqlite_mprintf(argv[1], a[0], a[1], a[2]);
503 z = sqlite_mprintf(argv[1], a[0], a[1], argc>4 ? argv[4] : NULL);
532 z = sqlite_mprintf(argv[1], a[0], a[1], r);
562 z = sqlite_mprintf(argv[1], r[0]*r[1]);
H A Dprintf.c752 char *sqlite_mprintf(const char *zFormat, ...){ function
764 /* This is the varargs version of sqlite_mprintf.
H A Dtclsqlite.c191 char *z = sqlite_mprintf("typeof:%s", azN[i]);

Completed in 277 milliseconds