weight           4336 ext/gd/gd.c    	double weight;
weight           4338 ext/gd/gd.c    	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rld", &SIM, &tmp, &weight) == FAILURE) {
weight           4350 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            982 ext/standard/basic_functions.c 	ZEND_ARG_INFO(1, weight) /* ARRAY_INFO(1, weight, 1) */
weight           1001 ext/standard/dns.c 	u_short type, weight;
weight           1072 ext/standard/dns.c 		GETSHORT(weight, cp);
weight           1080 ext/standard/dns.c 			add_next_index_long(weight_list, weight);