Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dplain_wrapper.c842 size_t rounded_offset = (range->offset / gran) * gran; in php_stdiop_set_option() local
843 delta = range->offset - rounded_offset; in php_stdiop_set_option()
844 loffs = (DWORD)rounded_offset; in php_stdiop_set_option()
845 hoffs = (DWORD)(rounded_offset >> 32); in php_stdiop_set_option()

Completed in 9 milliseconds