Searched refs:rfc1867_freq (Results 1 – 2 of 2) sorted by relevance
207 zend_long rfc1867_freq; /* session.upload_progress.freq */ member
825 PS(rfc1867_freq) = -tmp; in PHP_INI_MH()827 PS(rfc1867_freq) = tmp; in PHP_INI_MH()878 …n.upload_progress.freq", "1%", ZEND_INI_PERDIR, OnUpdateRfc1867Freq, rfc1867_freq, php_ps_glob…3023 if (PS(rfc1867_freq) >= 0) {3024 progress->update_step = PS(rfc1867_freq);3025 } else if (PS(rfc1867_freq) < 0) { /* % of total size */3026 progress->update_step = progress->content_length * -PS(rfc1867_freq) / 100;
Completed in 18 milliseconds