newx              354 ext/gd/libgd/gd_rotate.c 	int u, iShear, newx, newy;
newx              362 ext/gd/libgd/gd_rotate.c 	newx = (int)(src->sx + src->sy * fabs(dTan));
newx              372 ext/gd/libgd/gd_rotate.c 	dst1 = gdImageCreateTrueColor(newx, newy);
newx              426 ext/gd/libgd/gd_rotate.c 	newx = dst1->sx;
newx              431 ext/gd/libgd/gd_rotate.c 		dOffset = -dSinE *  (src->sx - newx);
newx              441 ext/gd/libgd/gd_rotate.c 	dst2 = gdImageCreateTrueColor(newx, newy);
newx              465 ext/gd/libgd/gd_rotate.c 	newx = (int) ((double)src->sy * fabs (dSinE) + (double)src->sx * cos (dRadAngle)) + 1;
newx              473 ext/gd/libgd/gd_rotate.c 	dst3 = gdImageCreateTrueColor(newx, newy);
newx              203 sapi/apache2filter/apache_config.c 	php_conf_rec *newx = (php_conf_rec *) apr_pcalloc(p, sizeof(*newx));
newx              205 sapi/apache2filter/apache_config.c 	phpapdebug((stderr, "Creating new config (%p) for %s\n", newx, dummy));
newx              206 sapi/apache2filter/apache_config.c 	zend_hash_init(&newx->config, 0, NULL, NULL, 1);
newx              207 sapi/apache2filter/apache_config.c 	apr_pool_cleanup_register(p, newx, destroy_php_config, apr_pool_cleanup_null);
newx              208 sapi/apache2filter/apache_config.c 	return (void *) newx;
newx              226 sapi/apache2handler/apache_config.c 	php_conf_rec *newx = (php_conf_rec *) apr_pcalloc(p, sizeof(*newx));
newx              228 sapi/apache2handler/apache_config.c 	phpapdebug((stderr, "Creating new config (%p) for %s\n", newx, dummy));
newx              229 sapi/apache2handler/apache_config.c 	zend_hash_init(&newx->config, 0, NULL, NULL, 1);
newx              230 sapi/apache2handler/apache_config.c 	apr_pool_cleanup_register(p, newx, destroy_php_config, apr_pool_cleanup_null);
newx              231 sapi/apache2handler/apache_config.c 	return (void *) newx;