Searched refs:pos_next (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/dba/libinifile/ |
| H A D | inifile.c | 418 size_t pos_start = 0, pos_next = 0, pos_curr; local 428 if (pos_start != pos_next) { 430 if (!php_stream_copy_to_stream_ex(from->fp, dba->fp, pos_next - pos_start, NULL)) { 431 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not copy [%zu - %zu] from temporary stream", pos_next, pos_start); 436 pos_next = pos_start = pos_curr; 439 pos_next = php_stream_tell(from->fp); 447 if (pos_start != pos_next) { 449 if (!php_stream_copy_to_stream_ex(from->fp, dba->fp, pos_next - pos_start, NULL)) { 450 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not copy [%zu - %zu] from temporary stream", pos_next, pos_start);
|
Completed in 3 milliseconds