Home
last modified time | relevance | path

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

/PHP-7.2/ext/dba/libinifile/
H A Dinifile.c387 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()
406 if (SUCCESS != php_stream_copy_to_stream_ex(dba->fp, fp, pos_end - pos_start, NULL)) { in inifile_copy_to()
407 …ocref(NULL, E_WARNING, "Could not copy group [%zu - %zu] to temporary stream", pos_start, pos_end); in inifile_copy_to()

Completed in 5 milliseconds