miss              448 Zend/zend_alloc.c 		int miss;
miss             1632 Zend/zend_alloc.c 			int hit = 0, miss = 0;
miss             1657 Zend/zend_alloc.c 					miss += heap->cache_stat[i].miss;
miss             1658 Zend/zend_alloc.c 					fprintf(f, "%2d %8d %8d %9d %8d %8d %8d\n", i, (int)min_size, (int)max_size, ZEND_MM_TRUE_SIZE(max_size), heap->cache_stat[i].max_count, heap->cache_stat[i].hit, heap->cache_stat[i].miss);
miss             1663 Zend/zend_alloc.c 			fprintf(f, "                                        %8d %8d\n", hit, miss);
miss             1664 Zend/zend_alloc.c 			fprintf(f, "                                        %8d %8d\n", heap->cache_stat[ZEND_MM_NUM_BUCKETS].hit, heap->cache_stat[ZEND_MM_NUM_BUCKETS].miss);
miss             1918 Zend/zend_alloc.c 		heap->cache_stat[index].miss++;
miss             1935 Zend/zend_alloc.c 	heap->cache_stat[ZEND_MM_NUM_BUCKETS].miss++;
miss              553 ext/pspell/pspell.c 	char *miss, *corr;
miss              556 ext/pspell/pspell.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lss", &scin, &miss, &miss_len, &corr, &corr_len) == FAILURE) {
miss              562 ext/pspell/pspell.c 	pspell_manager_store_replacement(manager, miss, corr);