hit               447 Zend/zend_alloc.c 		int hit;
hit              1632 Zend/zend_alloc.c 			int hit = 0, miss = 0;
hit              1656 Zend/zend_alloc.c 					hit += heap->cache_stat[i].hit;
hit              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);
hit              1663 Zend/zend_alloc.c 			fprintf(f, "                                        %8d %8d\n", hit, miss);
hit              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);
hit              1907 Zend/zend_alloc.c 			heap->cache_stat[index].hit++;
hit              1928 Zend/zend_alloc.c 			heap->cache_stat[ZEND_MM_NUM_BUCKETS].hit++;
hit              2185 Zend/zend_alloc.c 			heap->cache_stat[index].hit++;
hit              81572 ext/sqlite3/libsqlite/sqlite3.c           int hit = 0;
hit              81580 ext/sqlite3/libsqlite/sqlite3.c               hit = 1;
hit              81583 ext/sqlite3/libsqlite/sqlite3.c           if( hit || zTab==0 ) continue;