Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dplain_wrapper.c723 DWORD prot, acc, loffs = 0, delta = 0; in php_stdiop_set_option() local
779 loffs = (range->offset / gran) * gran; in php_stdiop_set_option()
780 delta = range->offset - loffs; in php_stdiop_set_option()
783 … data->last_mapped_addr = MapViewOfFile(data->file_mapping, acc, 0, loffs, range->length + delta); in php_stdiop_set_option()

Completed in 9 milliseconds