pos_next 418 ext/dba/libinifile/inifile.c size_t pos_start = 0, pos_next = 0, pos_curr; pos_next 431 ext/dba/libinifile/inifile.c if (pos_start != pos_next) { pos_next 433 ext/dba/libinifile/inifile.c if (SUCCESS != php_stream_copy_to_stream_ex(from->fp, dba->fp, pos_next - pos_start, NULL)) { pos_next 434 ext/dba/libinifile/inifile.c php_error_docref(NULL, E_WARNING, "Could not copy [%zu - %zu] from temporary stream", pos_next, pos_start); pos_next 439 ext/dba/libinifile/inifile.c pos_next = pos_start = pos_curr; pos_next 442 ext/dba/libinifile/inifile.c pos_next = php_stream_tell(from->fp); pos_next 450 ext/dba/libinifile/inifile.c if (pos_start != pos_next) { pos_next 452 ext/dba/libinifile/inifile.c if (SUCCESS != php_stream_copy_to_stream_ex(from->fp, dba->fp, pos_next - pos_start, NULL)) { pos_next 453 ext/dba/libinifile/inifile.c php_error_docref(NULL, E_WARNING, "Could not copy [%zu - %zu] from temporary stream", pos_next, pos_start);