Searched refs:pos_next (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/dba/libinifile/ |
| H A D | inifile.c | 419 size_t pos_start = 0, pos_next = 0, pos_curr; local 429 if (pos_start != pos_next) { 431 if (!php_stream_copy_to_stream(from->fp, dba->fp, pos_next - pos_start)) { 432 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not copy [%zu - %zu] from temporary stream", pos_next, pos_start); 437 pos_next = pos_start = pos_curr; 440 pos_next = php_stream_tell(from->fp); 448 if (pos_start != pos_next) { 450 if (!php_stream_copy_to_stream(from->fp, dba->fp, pos_next - pos_start)) { 451 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not copy [%zu - %zu] from temporary stream", pos_next, pos_start);
|
Completed in 2 milliseconds