Lines Matching defs:DIR
1180 typedef struct DIR DIR;
1181 typedef DIR *LPDIR;
1182 struct DIR {
1274 LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR));
1278 memset(dirp, 0, sizeof(DIR));
5196 DIR *pDir; /* From opendir() */
5465 ** idxNum==2 Both PATH and DIR supplied
5529 int idxDir = -1; /* Index in pIdxInfo->aConstraint of DIR= */
5531 int seenDir = 0; /* True if an unusable DIR= constraint is seen */
18741 " -C DIR, --directory DIR Read/extract files from directory DIR",