Lines Matching refs:SEEK_SET
252 php_stream_seek(dba->fp, dba->next.pos, SEEK_SET); in inifile_fetch()
302 php_stream_seek(dba->fp, dba->curr.pos, SEEK_SET); in inifile_nextkey()
321 php_stream_seek(dba->fp, size, SEEK_SET); in inifile_truncate()
334 php_stream_seek(dba->fp, 0, SEEK_SET); in inifile_find_group()
405 php_stream_seek(dba->fp, pos_start, SEEK_SET); in inifile_copy_to()
423 php_stream_seek(from->fp, 0, SEEK_SET); in inifile_filter()
433 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter()
438 php_stream_seek(from->fp, pos_curr, SEEK_SET); in inifile_filter()
452 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter()
503 php_stream_seek(dba->fp, pos_grp_next, SEEK_SET); in inifile_delete_replace_append()
543 php_stream_seek(fp_tmp, 0, SEEK_SET); in inifile_delete_replace_append()
560 php_stream_seek(dba->fp, 0, SEEK_SET); in inifile_delete_replace_append()