Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Dplain_wrapper.c874 DWORD gran; in php_stdiop_set_option() local
877 gran = info.dwAllocationGranularity; in php_stdiop_set_option()
878 ZEND_ASSERT(gran != 0 && (gran & (gran - 1)) == 0); in php_stdiop_set_option()
879 size_t rounded_offset = (range->offset / gran) * gran; in php_stdiop_set_option()

Completed in 11 milliseconds