Searched refs:sqlite_mprintf (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libsqlite/test/ |
H A D | threadtest1.c | 47 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 D | test1.c | 476 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 D | printf.c | 752 char *sqlite_mprintf(const char *zFormat, ...){ function 764 /* This is the varargs version of sqlite_mprintf.
|
H A D | tclsqlite.c | 191 char *z = sqlite_mprintf("typeof:%s", azN[i]);
|
Completed in 49 milliseconds