weight           4790 ext/gd/gd.c    	double weight;
weight           4792 ext/gd/gd.c    	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rld", &SIM, &tmp, &weight) == FAILURE) {
weight           4802 ext/gd/gd.c    	if (gdImageSmooth(im_src, (float)weight)==1) {
weight            801 ext/gd/libgd/gd.h int gdImageSmooth(gdImagePtr im, float weight);
weight            451 ext/gd/libgd/gd_filter.c int gdImageSmooth(gdImagePtr im, float weight)
weight            457 ext/gd/libgd/gd_filter.c 	filter[1][1] = weight;
weight            459 ext/gd/libgd/gd_filter.c 	return gdImageConvolution(im, filter, weight+8, 0);
weight            994 ext/standard/basic_functions.c 	ZEND_ARG_INFO(1, weight) /* ARRAY_INFO(1, weight, 1) */
weight           1000 ext/standard/dns.c 	u_short type, weight;
weight           1071 ext/standard/dns.c 		GETSHORT(weight, cp);
weight           1079 ext/standard/dns.c 			add_next_index_long(weight_list, weight);