Home
last modified time | relevance | path

Searched refs:RDIRENT (Results 1 – 9 of 9) sorted by relevance

/dports/net/fspd/fsp-2.8.1b29/contrib/
H A Dfspscan.h78 typedef struct RDIRENT { unsigned long time; argument
81 char name[1]; } RDIRENT; typedef
98 RDIRENT **dep_root;
102 RDIRENT **dep; } RDIR;
/dports/net/fspd/fsp-2.8.1b29/client/
H A Dutil.c153 static RDIRENT **get_dir_blk (char * path) in get_dir_blk()
155 RDIRENT **dp; in get_dir_blk()
178 return((RDIRENT **) 0); in get_dir_blk()
207 if(cnt) dp = (RDIRENT **) realloc(dp,(cnt+k+1)*sizeof(RDIRENT *)); in get_dir_blk()
208 else dp = (RDIRENT **) malloc((cnt+k+1)*sizeof(RDIRENT *)); in get_dir_blk()
213 return((RDIRENT **) 0); in get_dir_blk()
219 if(((RDIRENT *) p2)->type == RDTYPE_END) { in get_dir_blk()
224 dp[cnt] = (RDIRENT *) p1; in get_dir_blk()
509 RDIRENT **dep; in util_opendir()
549 RDIRENT **dep; in util_readdir()
[all …]
/dports/net/fspclient/fspclient-0.93.1/client/
H A Dutil.c154 RDIRENT **
157 RDIRENT **dp = (RDIRENT **)0; in get_dir_blk()
183 return((RDIRENT **) 0); in get_dir_blk()
193 return((RDIRENT **) 0); in get_dir_blk()
241 dp = (RDIRENT**)realloc((char*)dp, (cnt+k+1) * sizeof(RDIRENT*)); in get_dir_blk()
243 dp = (RDIRENT**)malloc((cnt+k+1) * sizeof(RDIRENT*)); in get_dir_blk()
255 RDIRENT *p2p; in get_dir_blk()
261 p2p = (RDIRENT*)p2; in get_dir_blk()
814 RDIRENT **dep; in util_cache_contents()
880 RDIRENT **dep; in util_readdir()
[all …]
/dports/net/fspd/fsp-2.8.1b29/include/
H A Dclient_def.h37 RDIRENT **dep_root;
41 RDIRENT **dep; } RDIR;
H A Dcommon_def.h141 typedef struct RDIRENT { unsigned char bb_time[4]; argument
144 char name[1] ; } RDIRENT; typedef
/dports/net/fspclient/fspclient-0.93.1/include/
H A Dcommon.h140 typedef struct RDIRENT { uint32_t time; argument
144 } RDIRENT; argument
H A Dclient.h41 RDIRENT **dep_root;
47 RDIRENT **dep;
105 extern RDIRENT **get_dir_blk(char *path);
/dports/net/fspd/fsp-2.8.1b29/
H A DPROTOCOL310 RDIRENT is the structure of a directory entry contained in a directory listing.
313 followed by ASCIIZ encoded 'name'. RDIRENT is followed by enough number of
316 At this point, if the next RDIRENT entry to follow will spread across
332 struct RDIRENT {
341 RDIRENT.HEADER types:
/dports/net/fspd/fsp-2.8.1b29/doc/
H A DPROTOCOL310 RDIRENT is the structure of a directory entry contained in a directory listing.
313 followed by ASCIIZ encoded 'name'. RDIRENT is followed by enough number of
316 At this point, if the next RDIRENT entry to follow will spread across
332 struct RDIRENT {
341 RDIRENT.HEADER types: