Home
last modified time | relevance | path

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

/PHP-5.6/main/streams/
H A Dplain_wrapper.c717 DWORD prot, acc, loffs = 0, delta = 0; in php_stdiop_set_option() local
773 loffs = (range->offset / gran) * gran; in php_stdiop_set_option()
774 delta = range->offset - loffs; in php_stdiop_set_option()
777 … data->last_mapped_addr = MapViewOfFile(data->file_mapping, acc, 0, loffs, range->length + delta); in php_stdiop_set_option()

Completed in 9 milliseconds