Home
last modified time | relevance | path

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

/PHP-5.5/ext/dba/libinifile/
H A Dinifile.c418 size_t pos_start = 0, pos_next = 0, pos_curr; in inifile_filter() local
428 if (pos_start != pos_next) { in inifile_filter()
430 if (!php_stream_copy_to_stream_ex(from->fp, dba->fp, pos_next - pos_start, NULL)) { in inifile_filter()
431 …ULL TSRMLS_CC, E_WARNING, "Could not copy [%zu - %zu] from temporary stream", pos_next, pos_start); in inifile_filter()
436 pos_next = pos_start = pos_curr; in inifile_filter()
439 pos_next = php_stream_tell(from->fp); in inifile_filter()
447 if (pos_start != pos_next) { in inifile_filter()
449 if (!php_stream_copy_to_stream_ex(from->fp, dba->fp, pos_next - pos_start, NULL)) { in inifile_filter()
450 …ULL TSRMLS_CC, E_WARNING, "Could not copy [%zu - %zu] from temporary stream", pos_next, pos_start); in inifile_filter()

Completed in 4 milliseconds