Searched refs:pos_start (Results 1 – 1 of 1) sorted by relevance
/PHP-7.4/ext/dba/libinifile/ |
H A D | inifile.c | 387 static int inifile_copy_to(inifile *dba, size_t pos_start, size_t pos_end, inifile **ini_copy) in inifile_copy_to() argument 391 if (pos_start == pos_end) { in inifile_copy_to() 405 php_stream_seek(dba->fp, pos_start, SEEK_SET); in inifile_copy_to() 406 if (SUCCESS != php_stream_copy_to_stream_ex(dba->fp, fp, pos_end - pos_start, NULL)) { in inifile_copy_to() 419 size_t pos_start = 0, pos_next = 0, pos_curr; in inifile_filter() local 432 if (pos_start != pos_next) { in inifile_filter() 433 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter() 440 pos_next = pos_start = pos_curr; in inifile_filter() 451 if (pos_start != pos_next) { in inifile_filter() 452 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter() [all …]
|
Completed in 4 milliseconds