Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c550 long reqs; in ZEND_FUNCTION() local
614 reqs = ZCSG(hits)+ZCSG(misses); in ZEND_FUNCTION()
615 …add_assoc_double(statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs)… in ZEND_FUNCTION()
616 add_assoc_double(statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0); in ZEND_FUNCTION()
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.h364 void LSAPI_Set_Max_Reqs( int reqs );
H A Dlsapilib.c3017 void LSAPI_Set_Max_Reqs( int reqs ) in LSAPI_Set_Max_Reqs() argument
3018 { s_max_reqs = reqs; } in LSAPI_Set_Max_Reqs()

Completed in 23 milliseconds