Home
last modified time | relevance | path

Searched refs:hits (Results 1 – 8 of 8) sorted by relevance

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_bp.c58 b.hits = 0; \
107 brake->hits = 0; in phpdbg_reset_breakpoints()
377 opline_break.hits = 0; in phpdbg_resolve_op_array_break()
1179 brake->hits++;
1197 ((phpdbg_breakfile_t*)brake)->hits);
1206 ((phpdbg_breakfile_t*)brake)->hits);
1215 ((phpdbg_breakline_t*)brake)->hits);
1226 ((phpdbg_breakopline_t*)brake)->hits);
1255 ((phpdbg_breakop_t*)brake)->hits);
1277 ((phpdbg_breakcond_t*)brake)->hits);
[all …]
H A Dphpdbg_bp.h31 zend_ulong hits; \
/PHP-5.6/ext/opcache/
H A Dzend_accelerator_module.c447 snprintf(buf, sizeof(buf), "%ld", ZCSG(hits)); in zend_accel_info()
532 add_assoc_long(persistent_script_report, "hits", script->dynamic_members.hits); in accelerator_get_scripts()
614 add_assoc_long(statistics, "hits", ZCSG(hits)); in ZEND_FUNCTION()
622 reqs = ZCSG(hits)+ZCSG(misses); in ZEND_FUNCTION()
624 add_assoc_double(statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0); in ZEND_FUNCTION()
H A DZendAccelerator.h208 ulong hits; member
286 unsigned long hits; member
H A DZendAccelerator.c1640 && persistent_script->dynamic_members.hits % ZCG(accel_directives).consistency_checks == 0) {
1692 ZCSG(hits)++; /* TBFixed: may lose one hit */
1693 persistent_script->dynamic_members.hits++; /* see above */
1695 InterlockedIncrement(&ZCSG(hits));
1696 InterlockedIncrement(&persistent_script->dynamic_members.hits);
2135 ZCSG(hits) = 0;
/PHP-5.6/main/
H A Dalloca.c293 long hits; /* Number of internal buffer hits. */ member
/PHP-5.6/ext/pcre/pcrelib/
H A DHACKING442 that it needs to check for matching an empty string when it hits OP_KETRMIN or
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic5429 # UNIX core dump file may produce too many false hits, so we include one

Completed in 69 milliseconds