Home
last modified time | relevance | path

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

/PHP-7.2/main/streams/
H A Dplain_wrapper.c753 DWORD prot, acc, loffs = 0, delta = 0; in php_stdiop_set_option() local
809 loffs = ((DWORD)range->offset / gran) * gran; in php_stdiop_set_option()
810 delta = (DWORD)range->offset - loffs; in php_stdiop_set_option()
813 … data->last_mapped_addr = MapViewOfFile(data->file_mapping, acc, 0, loffs, range->length + delta); in php_stdiop_set_option()

Completed in 7 milliseconds