pos_start         386 ext/dba/libinifile/inifile.c static int inifile_copy_to(inifile *dba, size_t pos_start, size_t pos_end, inifile **ini_copy TSRMLS_DC)
pos_start         390 ext/dba/libinifile/inifile.c 	if (pos_start == pos_end) {
pos_start         404 ext/dba/libinifile/inifile.c 	php_stream_seek(dba->fp, pos_start, SEEK_SET);
pos_start         405 ext/dba/libinifile/inifile.c 	if (!php_stream_copy_to_stream_ex(dba->fp, fp, pos_end - pos_start, NULL)) {
pos_start         406 ext/dba/libinifile/inifile.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not copy group [%zu - %zu] to temporary stream", pos_start, pos_end);
pos_start         418 ext/dba/libinifile/inifile.c 	size_t pos_start = 0, pos_next = 0, pos_curr;
pos_start         428 ext/dba/libinifile/inifile.c 			if (pos_start != pos_next) {
pos_start         429 ext/dba/libinifile/inifile.c 				php_stream_seek(from->fp, pos_start, SEEK_SET);
pos_start         430 ext/dba/libinifile/inifile.c 				if (!php_stream_copy_to_stream_ex(from->fp, dba->fp, pos_next - pos_start, NULL)) {
pos_start         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_start         436 ext/dba/libinifile/inifile.c 			pos_next = pos_start = pos_curr;
pos_start         447 ext/dba/libinifile/inifile.c 	if (pos_start != pos_next) {
pos_start         448 ext/dba/libinifile/inifile.c 		php_stream_seek(from->fp, pos_start, SEEK_SET);
pos_start         449 ext/dba/libinifile/inifile.c 		if (!php_stream_copy_to_stream_ex(from->fp, dba->fp, pos_next - pos_start, NULL)) {
pos_start         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);