Home
last modified time | relevance | path

Searched refs:opendir (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_windirent.h154 extern LPDIR opendir(const char *dirname);
H A Dtest_windirent.c50 LPDIR opendir( in opendir() function
H A Dtest_fs.c280 pCsr->pDir = opendir(pCsr->zDir); in fsdirFilter()
/sqlite-3.40.0/tool/
H A Dloadfts.c142 d = opendir(zDir); in traverse()
/sqlite-3.40.0/ext/misc/
H A Dfileio.c711 pLvl->pDir = opendir(pLvl->zDir); in fsdirNext()