overflows        1496 Zend/zend_alloc.c 			int overflows=0;
overflows        1507 Zend/zend_alloc.c 					overflows++;
overflows        1513 Zend/zend_alloc.c 			if (overflows >= END_MAGIC_SIZE) {
overflows        1516 Zend/zend_alloc.c 				zend_debug_alloc_output("%d byte(s) overflown\n", overflows);
overflows        1526 Zend/zend_alloc.c 			int overflows=0;
overflows        1537 Zend/zend_alloc.c 					overflows++;
overflows        1544 Zend/zend_alloc.c 			if (overflows >= END_MAGIC_SIZE) {
overflows        1547 Zend/zend_alloc.c 				zend_debug_alloc_output("%d byte(s) overflown\n", overflows);
overflows         292 main/alloca.c      long overflows;		/* Number of stack overflow ($STKOFEN) calls.  */