Searched refs:pos_curr (Results 1 – 1 of 1) sorted by relevance
419 size_t pos_start = 0, pos_next = 0, pos_curr; in inifile_filter() local431 pos_curr = php_stream_tell(from->fp); in inifile_filter()438 php_stream_seek(from->fp, pos_curr, SEEK_SET); in inifile_filter()440 pos_next = pos_start = pos_curr; in inifile_filter()
Completed in 4 milliseconds