hits 1598 ext/opcache/ZendAccelerator.c && persistent_script->dynamic_members.hits % ZCG(accel_directives).consistency_checks == 0) { hits 1650 ext/opcache/ZendAccelerator.c ZCSG(hits)++; /* TBFixed: may lose one hit */ hits 1651 ext/opcache/ZendAccelerator.c persistent_script->dynamic_members.hits++; /* see above */ hits 1653 ext/opcache/ZendAccelerator.c InterlockedIncrement(&ZCSG(hits)); hits 1654 ext/opcache/ZendAccelerator.c InterlockedIncrement(&persistent_script->dynamic_members.hits); hits 2093 ext/opcache/ZendAccelerator.c ZCSG(hits) = 0; hits 208 ext/opcache/ZendAccelerator.h ulong hits; hits 279 ext/opcache/ZendAccelerator.h unsigned long hits; hits 443 ext/opcache/zend_accelerator_module.c snprintf(buf, sizeof(buf), "%ld", ZCSG(hits)); hits 528 ext/opcache/zend_accelerator_module.c add_assoc_long(persistent_script_report, "hits", script->dynamic_members.hits); hits 610 ext/opcache/zend_accelerator_module.c add_assoc_long(statistics, "hits", ZCSG(hits)); hits 618 ext/opcache/zend_accelerator_module.c reqs = ZCSG(hits)+ZCSG(misses); hits 620 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 107 sapi/phpdbg/phpdbg_bp.c brake->hits = 0; hits 377 sapi/phpdbg/phpdbg_bp.c opline_break.hits = 0; hits 1179 sapi/phpdbg/phpdbg_bp.c brake->hits++; hits 1197 sapi/phpdbg/phpdbg_bp.c ((phpdbg_breakfile_t*)brake)->hits); hits 1206 sapi/phpdbg/phpdbg_bp.c ((phpdbg_breakfile_t*)brake)->hits); hits 1215 sapi/phpdbg/phpdbg_bp.c ((phpdbg_breakline_t*)brake)->hits); hits 1226 sapi/phpdbg/phpdbg_bp.c ((phpdbg_breakopline_t*)brake)->hits); hits 1236 sapi/phpdbg/phpdbg_bp.c ((phpdbg_breakopline_t*)brake)->hits); hits 1246 sapi/phpdbg/phpdbg_bp.c ((phpdbg_breakopline_t*)brake)->hits); hits 1255 sapi/phpdbg/phpdbg_bp.c ((phpdbg_breakop_t*)brake)->hits); hits 1265 sapi/phpdbg/phpdbg_bp.c ((phpdbg_breakmethod_t*)brake)->hits); hits 1277 sapi/phpdbg/phpdbg_bp.c ((phpdbg_breakcond_t*)brake)->hits); hits 1286 sapi/phpdbg/phpdbg_bp.c ((phpdbg_breakcond_t*)brake)->hits); hits 31 sapi/phpdbg/phpdbg_bp.h zend_ulong hits; \