Home
last modified time | relevance | path

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

/curl/lib/
H A Dmime.c154 const struct_stat *stat_buf) in VmsRealFileSize() argument
184 const struct_stat *stat_buf) in VmsSpecialSize() argument
186 switch(stat_buf->st_fab_rfm) { in VmsSpecialSize()
189 return VmsRealFileSize(name, stat_buf); in VmsSpecialSize()
192 return stat_buf->st_size; in VmsSpecialSize()
/curl/src/
H A Dtool_operate.c246 const struct_stat *stat_buf) in vms_realfilesize() argument
277 const struct_stat *stat_buf) in VmsSpecialSize() argument
279 switch(stat_buf->st_fab_rfm) { in VmsSpecialSize()
282 return vms_realfilesize(name, stat_buf); in VmsSpecialSize()
285 return stat_buf->st_size; in VmsSpecialSize()

Completed in 16 milliseconds