Searched refs:zSys (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/mptest/ |
| H A D | mptest.c | 641 char *zSys; in startClient() local 643 zSys = sqlite3_mprintf("%s \"%s\" --client %d --trace %d", in startClient() 646 zSys = sqlite3_mprintf("%z --sqltrace", zSys); in startClient() 649 zSys = sqlite3_mprintf("%z --sync", zSys); in startClient() 652 zSys = sqlite3_mprintf("%z --vfs \"%s\"", zSys, g.zVfs); in startClient() 654 if( g.iTrace>=2 ) logMessage("system('%q')", zSys); in startClient() 656 zSys = sqlite3_mprintf("%z &", zSys); in startClient() 657 rc = system(zSys); in startClient() 666 rc = CreateProcessA(NULL, zSys, NULL, NULL, FALSE, 0, NULL, NULL, in startClient() 677 sqlite3_free(zSys); in startClient()
|
| /sqlite-3.40.0/src/ |
| H A D | test_syscall.c | 625 const char *zSys; in test_syscall_list() local 637 for(zSys = pVfs->xNextSystemCall(pVfs, 0); in test_syscall_list() 638 zSys!=0; in test_syscall_list() 639 zSys = pVfs->xNextSystemCall(pVfs, zSys) in test_syscall_list() 641 Tcl_ListObjAppendElement(interp, pList, Tcl_NewStringObj(zSys, -1)); in test_syscall_list()
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_tdb.h | 128 const char *tdb_default_db(const char *zSys);
|
| H A D | lsmtest_tdb.c | 749 const char *tdb_default_db(const char *zSys){ in tdb_default_db() argument 752 if( strcmp(aLib[i].zName, zSys)==0 ) return aLib[i].zDefaultDb; in tdb_default_db()
|
| H A D | lsmtest_main.c | 335 static void testSystemSelect(const char *zSys, int *piSel, int *pRc){ 347 *pRc = testArgSelect(aName, "db", zSys, piSel);
|