Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dfilestat.c129 typedef BOOL (WINAPI *gdfse_func)(LPCTSTR, PULARGE_INTEGER, PULARGE_INTEGER, PULARGE_INTEGER); in php_disk_total_space() typedef
130 gdfse_func func; in php_disk_total_space()
151 func = (gdfse_func)gdfse; in php_disk_total_space()
261 typedef BOOL (WINAPI *gdfse_func)(LPCTSTR, PULARGE_INTEGER, PULARGE_INTEGER, PULARGE_INTEGER); in php_disk_free_space() typedef
262 gdfse_func func; in php_disk_free_space()
283 func = (gdfse_func)gdfse; in php_disk_free_space()

Completed in 10 milliseconds