Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dfilestat.c128 typedef BOOL (WINAPI *gdfse_func)(LPCTSTR, PULARGE_INTEGER, PULARGE_INTEGER, PULARGE_INTEGER); in php_disk_total_space() typedef
129 gdfse_func func; in php_disk_total_space()
150 func = (gdfse_func)gdfse; in php_disk_total_space()
260 typedef BOOL (WINAPI *gdfse_func)(LPCTSTR, PULARGE_INTEGER, PULARGE_INTEGER, PULARGE_INTEGER); in php_disk_free_space() typedef
261 gdfse_func func; in php_disk_free_space()
282 func = (gdfse_func)gdfse; in php_disk_free_space()

Completed in 7 milliseconds