Home
last modified time | relevance | path

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

/PHP-7.0/ext/opcache/
H A Dzend_accelerator_module.c593 zend_long reqs; local
660 reqs = ZCSG(hits)+ZCSG(misses);
661 …add_assoc_double(&statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs
662 add_assoc_double(&statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0);
/PHP-7.0/sapi/litespeed/
H A Dlsapilib.h366 void LSAPI_Set_Max_Reqs( int reqs );
H A Dlsapilib.c3071 void LSAPI_Set_Max_Reqs( int reqs ) in LSAPI_Set_Max_Reqs() argument
3072 { s_max_reqs = reqs; } in LSAPI_Set_Max_Reqs()

Completed in 31 milliseconds