Home
last modified time | relevance | path

Searched refs:stat_buf (Results 1 – 2 of 2) sorted by relevance

/curl/lib/
H A Dmime.c152 const struct_stat *stat_buf) in VmsRealFileSize() argument
182 const struct_stat *stat_buf) in VmsSpecialSize() argument
184 switch(stat_buf->st_fab_rfm) { in VmsSpecialSize()
187 return VmsRealFileSize(name, stat_buf); in VmsSpecialSize()
190 return stat_buf->st_size; in VmsSpecialSize()
/curl/src/
H A Dtool_operate.c215 const struct_stat *stat_buf) in vms_realfilesize() argument
246 const struct_stat *stat_buf) in VmsSpecialSize() argument
248 switch(stat_buf->st_fab_rfm) { in VmsSpecialSize()
251 return vms_realfilesize(name, stat_buf); in VmsSpecialSize()
254 return stat_buf->st_size; in VmsSpecialSize()

Completed in 16 milliseconds