reqs 583 ext/opcache/zend_accelerator_module.c zend_long reqs; reqs 650 ext/opcache/zend_accelerator_module.c reqs = ZCSG(hits)+ZCSG(misses); reqs 651 ext/opcache/zend_accelerator_module.c add_assoc_double(&statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs)*100.0:0); reqs 652 ext/opcache/zend_accelerator_module.c add_assoc_double(&statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0); reqs 3072 sapi/litespeed/lsapilib.c void LSAPI_Set_Max_Reqs( int reqs ) reqs 3073 sapi/litespeed/lsapilib.c { s_max_reqs = reqs; } reqs 364 sapi/litespeed/lsapilib.h void LSAPI_Set_Max_Reqs( int reqs );