STACK_BLOCK_SIZE   37 Zend/zend_stack.c 				   (sizeof(void **) * (stack->max += STACK_BLOCK_SIZE)));
STACK_BLOCK_SIZE  178 ext/wddx/wddx.c 	stack->elements = (void **) safe_emalloc(sizeof(void **), STACK_BLOCK_SIZE, 0);
STACK_BLOCK_SIZE  179 ext/wddx/wddx.c 	stack->max = STACK_BLOCK_SIZE;
STACK_BLOCK_SIZE  193 ext/wddx/wddx.c 				   (sizeof(void **) * (stack->max += STACK_BLOCK_SIZE)));
STACK_BLOCK_SIZE  119 sapi/apache_hooks/mod_php5.c 		stack->elements = (void **) pemalloc(sizeof(void **) * STACK_BLOCK_SIZE,  persistent);
STACK_BLOCK_SIZE  123 sapi/apache_hooks/mod_php5.c 				stack->max = STACK_BLOCK_SIZE;
STACK_BLOCK_SIZE  131 sapi/apache_hooks/mod_php5.c 								   (sizeof(void **) * (stack->max += STACK_BLOCK_SIZE)), stack->persistent);