Home
last modified time | relevance | path

Searched refs:reqs (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/opcache/
H A Dzend_accelerator_module.c573 zend_long reqs; local
638 reqs = ZCSG(hits)+ZCSG(misses);
639 …add_assoc_double(&statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs
640 add_assoc_double(&statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0);
/PHP-8.0/sapi/litespeed/
H A Dlscriu.c173 static void LSCRIU_Set_Initial_Start_Reqs(int reqs) in LSCRIU_Set_Initial_Start_Reqs() argument
175 s_initial_start_reqs = reqs; in LSCRIU_Set_Initial_Start_Reqs()
H A Dlsapilib.h370 void LSAPI_Set_Max_Reqs( int reqs );
H A Dlsapilib.c3726 void LSAPI_Set_Max_Reqs( int reqs ) in LSAPI_Set_Max_Reqs() argument
3727 { s_max_reqs = reqs - 1; } in LSAPI_Set_Max_Reqs()
/PHP-8.0/.github/workflows/
H A Dnightly.yml319 php /usr/bin/composer install --no-progress --ignore-platform-reqs
333 php /usr/bin/composer install --no-progress --ignore-platform-reqs
356 php /usr/bin/composer install --no-progress --ignore-platform-reqs
364 …/bin/composer create-project symfony/symfony-demo symfony_demo --no-progress --ignore-platform-reqs
376 php /usr/bin/composer install --no-progress --ignore-platform-reqs

Completed in 26 milliseconds