Searched refs:zDir (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c7650 char *zDir; /* Name of directory (nul-terminated) */ member in struct:FsdirLevel
7731 sqlite3_free(pLvl->zDir);
7791 pLvl->zDir = pCur->zPath;
7793 pLvl->pDir = opendir(pLvl->zDir);
7809 pCur->zPath = sqlite3_mprintf("%s/%s", pLvl->zDir, pEntry->d_name);
7818 sqlite3_free(pLvl->zDir);
7820 pLvl->zDir = 0;
7925 const char *zDir = 0; local
7936 zDir = (const char*)sqlite3_value_text(argv[0]);
7937 if( zDir
23693 const char *zDir; /* --directory argument, or NULL */ member in struct:ArCommand
24113 char *zDir = 0; local
[all...]
H A Dsqlite3.c44019 const char *zDir = sqlite3_temp_directory; local
44041 const char *zDir; local
51114 const char *zDir = 0; local
[all...]

Completed in 603 milliseconds