Home
last modified time | relevance | path

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

/PHP-7.2/ext/dba/libinifile/
H A Dinifile.c419 size_t pos_start = 0, pos_next = 0, pos_curr; in inifile_filter() local
432 if (pos_start != pos_next) { in inifile_filter()
434 if (SUCCESS != php_stream_copy_to_stream_ex(from->fp, dba->fp, pos_next - pos_start, NULL)) { in inifile_filter()
435 …php_error_docref(NULL, E_WARNING, "Could not copy [%zu - %zu] from temporary stream", pos_next, po… in inifile_filter()
440 pos_next = pos_start = pos_curr; in inifile_filter()
443 pos_next = php_stream_tell(from->fp); in inifile_filter()
451 if (pos_start != pos_next) { in inifile_filter()
453 if (SUCCESS != php_stream_copy_to_stream_ex(from->fp, dba->fp, pos_next - pos_start, NULL)) { in inifile_filter()
454 …php_error_docref(NULL, E_WARNING, "Could not copy [%zu - %zu] from temporary stream", pos_next, po… in inifile_filter()

Completed in 6 milliseconds