Lines Matching refs:SEEK_SET
248 php_stream_seek(dba->fp, dba->next.pos, SEEK_SET); in inifile_fetch()
296 php_stream_seek(dba->fp, dba->curr.pos, SEEK_SET); in inifile_nextkey()
314 php_stream_seek(dba->fp, size, SEEK_SET); in inifile_truncate()
327 php_stream_seek(dba->fp, 0, SEEK_SET); in inifile_find_group()
397 php_stream_seek(dba->fp, pos_start, SEEK_SET); in inifile_copy_to()
415 php_stream_seek(from->fp, 0, SEEK_SET); in inifile_filter()
425 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter()
430 php_stream_seek(from->fp, pos_curr, SEEK_SET); in inifile_filter()
444 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter()
494 php_stream_seek(dba->fp, pos_grp_next, SEEK_SET); in inifile_delete_replace_append()
534 php_stream_seek(fp_tmp, 0, SEEK_SET); in inifile_delete_replace_append()
551 php_stream_seek(dba->fp, 0, SEEK_SET); in inifile_delete_replace_append()