Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Dplain_wrapper.c879 size_t rounded_offset = (range->offset / gran) * gran; in php_stdiop_set_option() local
880 delta = range->offset - rounded_offset; in php_stdiop_set_option()
881 loffs = (DWORD)rounded_offset; in php_stdiop_set_option()
883 hoffs = (DWORD)(rounded_offset >> 32); in php_stdiop_set_option()

Completed in 25 milliseconds