hits 1754 ext/opcache/ZendAccelerator.c && persistent_script->dynamic_members.hits % ZCG(accel_directives).consistency_checks == 0) { hits 1825 ext/opcache/ZendAccelerator.c ZCSG(hits)++; /* TBFixed: may lose one hit */ hits 1826 ext/opcache/ZendAccelerator.c persistent_script->dynamic_members.hits++; /* see above */ hits 1829 ext/opcache/ZendAccelerator.c InterlockedIncrement64(&ZCSG(hits)); hits 1831 ext/opcache/ZendAccelerator.c InterlockedIncrement(&ZCSG(hits)); hits 1833 ext/opcache/ZendAccelerator.c InterlockedIncrement64(&persistent_script->dynamic_members.hits); hits 1981 ext/opcache/ZendAccelerator.c ZCSG(hits) = 0; hits 180 ext/opcache/ZendAccelerator.h LONGLONG hits; hits 182 ext/opcache/ZendAccelerator.h zend_ulong hits; hits 270 ext/opcache/ZendAccelerator.h zend_ulong hits; hits 474 ext/opcache/zend_accelerator_module.c snprintf(buf, sizeof(buf), "%pd", (zend_ulong)ZCSG(hits)); hits 557 ext/opcache/zend_accelerator_module.c add_assoc_long(&persistent_script_report, "hits", (zend_long)script->dynamic_members.hits); hits 642 ext/opcache/zend_accelerator_module.c add_assoc_long(&statistics, "hits", (zend_long)ZCSG(hits)); hits 650 ext/opcache/zend_accelerator_module.c reqs = ZCSG(hits)+ZCSG(misses); hits 652 ext/opcache/zend_accelerator_module.c add_assoc_double(&statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0); hits 293 main/alloca.c long hits; /* Number of internal buffer hits. */ hits 58 sapi/phpdbg/phpdbg_bp.c b.hits = 0; \ hits 105 sapi/phpdbg/phpdbg_bp.c brake->hits = 0; hits 492 sapi/phpdbg/phpdbg_bp.c opline_break.hits = 0; hits 1234 sapi/phpdbg/phpdbg_bp.c brake->hits++; hits 1252 sapi/phpdbg/phpdbg_bp.c ((phpdbg_breakfile_t*)brake)->hits); hits 1261 sapi/phpdbg/phpdbg_bp.c ((phpdbg_breakfile_t*)brake)->hits); hits 1270 sapi/phpdbg/phpdbg_bp.c ((phpdbg_breakline_t*)brake)->hits); hits 1281 sapi/phpdbg/phpdbg_bp.c ((phpdbg_breakopline_t*)brake)->hits); hits 1291 sapi/phpdbg/phpdbg_bp.c ((phpdbg_breakopline_t*)brake)->hits); hits 1300 sapi/phpdbg/phpdbg_bp.c ((phpdbg_breakopline_t*)brake)->hits); hits 1309 sapi/phpdbg/phpdbg_bp.c ((phpdbg_breakop_t*)brake)->hits); hits 1319 sapi/phpdbg/phpdbg_bp.c ((phpdbg_breakmethod_t*)brake)->hits); hits 1331 sapi/phpdbg/phpdbg_bp.c ((phpdbg_breakcond_t*)brake)->hits); hits 1340 sapi/phpdbg/phpdbg_bp.c ((phpdbg_breakcond_t*)brake)->hits); hits 45 sapi/phpdbg/phpdbg_bp.h zend_ulong hits; \