Searched defs:dirent (Results 1 – 3 of 3) sorted by relevance
20 struct dirent { struct22 off_t d_off; /* offset to this dirent */ argument35 struct dirent dent; /* the dirent to return */ argument
24 struct dirent { struct26 off_t d_off; /* offset to this dirent */ argument39 struct dirent dent; /* the dirent to return */ argument
342 #define php_stream_readdir(dirstream, dirent) _php_stream_readdir((dirstream), (dirent) TSRMLS_CC) argument
Completed in 9 milliseconds