reqs 554 ext/opcache/zend_accelerator_module.c long reqs; reqs 618 ext/opcache/zend_accelerator_module.c reqs = ZCSG(hits)+ZCSG(misses); reqs 619 ext/opcache/zend_accelerator_module.c add_assoc_double(statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs)*100.0:0); reqs 620 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 );