OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zDir
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
shell.c
10265
char *
zDir
; /* Name of directory (nul-terminated) */
10347
sqlite3_free(pLvl->
zDir
);
10407
pLvl->
zDir
= pCur->zPath;
10409
pLvl->pDir = opendir(pLvl->
zDir
);
10411
fsdirSetErrmsg(pCur, "cannot read directory: %s", pLvl->
zDir
);
10425
pCur->zPath = sqlite3_mprintf("%s/%s", pLvl->
zDir
, pEntry->d_name);
10434
sqlite3_free(pLvl->
zDir
);
10436
pLvl->
zDir
= 0;
10548
const char *
zDir
= 0;
10560
zDir
= (const char*)sqlite3_value_text(argv[0])
[
all
...]
sqlite3.c
[
all
...]
Completed in 75 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026