Lines Matching defs:DIR
2304 typedef struct DIR DIR;
2305 typedef DIR *LPDIR;
2306 struct DIR {
2398 LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR));
2402 memset(dirp, 0, sizeof(DIR));
7727 DIR *pDir; /* From opendir() */
7996 ** idxNum==2 Both PATH and DIR supplied
8060 int idxDir = -1; /* Index in pIdxInfo->aConstraint of DIR= */
8062 int seenDir = 0; /* True if an unusable DIR= constraint is seen */
22764 " -C DIR, --directory DIR Read/extract files from directory DIR",