pos_next          418 ext/dba/libinifile/inifile.c 	size_t pos_start = 0, pos_next = 0, pos_curr;
pos_next          428 ext/dba/libinifile/inifile.c 			if (pos_start != pos_next) {
pos_next          430 ext/dba/libinifile/inifile.c 				if (!php_stream_copy_to_stream_ex(from->fp, dba->fp, pos_next - pos_start, NULL)) {
pos_next          431 ext/dba/libinifile/inifile.c 					php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not copy [%zu - %zu] from temporary stream", pos_next, pos_start);
pos_next          436 ext/dba/libinifile/inifile.c 			pos_next = pos_start = pos_curr;
pos_next          439 ext/dba/libinifile/inifile.c 			pos_next = php_stream_tell(from->fp);
pos_next          447 ext/dba/libinifile/inifile.c 	if (pos_start != pos_next) {
pos_next          449 ext/dba/libinifile/inifile.c 		if (!php_stream_copy_to_stream_ex(from->fp, dba->fp, pos_next - pos_start, NULL)) {
pos_next          450 ext/dba/libinifile/inifile.c 			php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not copy [%zu - %zu] from temporary stream", pos_next, pos_start);