Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dplain_wrapper.c837 DWORD gran; in php_stdiop_set_option() local
840 gran = info.dwAllocationGranularity; in php_stdiop_set_option()
841 ZEND_ASSERT(gran != 0 && (gran & (gran - 1)) == 0); in php_stdiop_set_option()
842 size_t rounded_offset = (range->offset / gran) * gran; in php_stdiop_set_option()

Completed in 12 milliseconds