Lines Matching defs:dirent
1361 uv__dirent_t* dirent;
1395 /* Resize the dirent array if needed. */
1409 /* Allocate space for the uv dirent structure. The dirent structure
1413 dirent = uv__malloc(sizeof *dirent + wtf8_len);
1414 if (dirent == NULL)
1417 dirents[dirents_used++] = dirent;
1420 wtf8 = &dirent->d_name[0];
1426 dirent->d_type = UV__DT_CHAR;
1428 dirent->d_type = UV__DT_LINK;
1430 dirent->d_type = UV__DT_DIR;
1432 dirent->d_type = UV__DT_FILE;