Home
last modified time | relevance | path

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

/PHP-8.0/ext/dba/libinifile/
H A Dinifile.c379 static int inifile_copy_to(inifile *dba, size_t pos_start, size_t pos_end, inifile **ini_copy) in inifile_copy_to() argument
383 if (pos_start == pos_end) { in inifile_copy_to()
398 if (SUCCESS != php_stream_copy_to_stream_ex(dba->fp, fp, pos_end - pos_start, NULL)) { in inifile_copy_to()
399 …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