Home
last modified time | relevance | path

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

/PHP-8.3/ext/dba/libinifile/
H A Dinifile.c411 size_t pos_start = 0, pos_next = 0, pos_curr; in inifile_filter() local
424 if (pos_start != pos_next) { in inifile_filter()
426 if (SUCCESS != php_stream_copy_to_stream_ex(from->fp, dba->fp, pos_next - pos_start, NULL)) { in inifile_filter()
427 …php_error_docref(NULL, E_WARNING, "Could not copy [%zu - %zu] from temporary stream", pos_next, po… in inifile_filter()
432 pos_next = pos_start = pos_curr; in inifile_filter()
435 pos_next = php_stream_tell(from->fp); in inifile_filter()
443 if (pos_start != pos_next) { in inifile_filter()
445 if (SUCCESS != php_stream_copy_to_stream_ex(from->fp, dba->fp, pos_next - pos_start, NULL)) { in inifile_filter()
446 …php_error_docref(NULL, E_WARNING, "Could not copy [%zu - %zu] from temporary stream", pos_next, po… in inifile_filter()

Completed in 14 milliseconds