pos_curr          418 ext/dba/libinifile/inifile.c 	size_t pos_start = 0, pos_next = 0, pos_curr;
pos_curr          430 ext/dba/libinifile/inifile.c 			pos_curr = php_stream_tell(from->fp);
pos_curr          437 ext/dba/libinifile/inifile.c 				php_stream_seek(from->fp, pos_curr, SEEK_SET);
pos_curr          439 ext/dba/libinifile/inifile.c 			pos_next = pos_start = pos_curr;