width             108 ext/exif/exif.c 	ZEND_ARG_INFO(1, width)
width            1488 ext/exif/exif.c 	size_t          width, height;
width            1582 ext/exif/exif.c 	size_t  width;
width            2247 ext/exif/exif.c 	result->width           = php_jpg_get16(Data+5);
width            2907 ext/exif/exif.c 					ImageInfo->Thumbnail.width = exif_convert_any_to_int(value_ptr, format, ImageInfo->motorola_intel);
width            3400 ext/exif/exif.c 				ImageInfo->Width  = sof_info.width;
width            3436 ext/exif/exif.c 		if (!ImageInfo->Thumbnail.width && !ImageInfo->Thumbnail.height) {
width            3484 ext/exif/exif.c 				ImageInfo->Thumbnail.width    = sof_info.width;
width            3486 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: size: %d * %d", sof_info.width, sof_info.height);
width            4039 ext/exif/exif.c 		if (!ImageInfo.Thumbnail.width || !ImageInfo.Thumbnail.height) {
width            4046 ext/exif/exif.c 	if (ImageInfo.Thumbnail.width && ImageInfo.Thumbnail.height) {
width            4048 ext/exif/exif.c 		exif_iif_add_int(&ImageInfo, SECTION_COMPUTED, "Thumbnail.Width",  ImageInfo.Thumbnail.width);
width            4109 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Thumbnail data %d %d %d, %d x %d", ImageInfo.Thumbnail.data, ImageInfo.Thumbnail.size, ImageInfo.Thumbnail.filetype, ImageInfo.Thumbnail.width, ImageInfo.Thumbnail.height);
width            4122 ext/exif/exif.c 		if (!ImageInfo.Thumbnail.width || !ImageInfo.Thumbnail.height) {
width            4127 ext/exif/exif.c 		ZVAL_LONG(p_width,  ImageInfo.Thumbnail.width);
width             349 ext/gd/gd.c    	ZEND_ARG_INFO(0, width)
width            2294 ext/gd/gd.c    	zend_long srcx, srcy, width, height;
width            2303 ext/gd/gd.c    		if (zend_parse_parameters(ZEND_NUM_ARGS(), "pllll", &file, &file_len, &srcx, &srcy, &width, &height) == FAILURE) {
width            2306 ext/gd/gd.c    		if (width < 1 || height < 1) {
width            2351 ext/gd/gd.c    			im = (*ioctx_func_p)(io_ctx, srcx, srcy, width, height);
width            2369 ext/gd/gd.c    				im = (*func_p)(fp, srcx, srcy, width, height);
width            3993 ext/gd/gd.c    	zend_long height, width, threshold;
width            4010 ext/gd/gd.c    	if (zend_parse_parameters(ZEND_NUM_ARGS(), "pplll", &f_org, &f_org_len, &f_dest, &f_dest_len, &height, &width, &threshold) == FAILURE) {
width            4017 ext/gd/gd.c    	dest_width = width;
width            4566 ext/gd/gd.c    		rect.width = zval_get_long(tmp);
width            4749 ext/gd/gd.c    			rect.width = zval_get_long(tmp);
width            4765 ext/gd/gd.c    		rect.width = gdImageSX(src);
width             323 ext/gd/libgd/gd.h 	int width, height;
width             844 ext/gd/libgd/gd.h gdImagePtr gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int width, const unsigned int height);
width             845 ext/gd/libgd/gd.h gdImagePtr gdImageScaleNearestNeighbour(gdImagePtr im, const unsigned int width, const unsigned int height);
width              13 ext/gd/libgd/gd_arc_f_buggy.c static gdPoint gdArcClosest (int width, int height, int angle);
width              16 ext/gd/libgd/gd_arc_f_buggy.c gdImageFilledEllipse (gdImagePtr im, int cx, int cy, int width, int height, int color)
width              18 ext/gd/libgd/gd_arc_f_buggy.c   gdImageFilledArc (im, cx, cy, width, height, 0, 360, color, gdChord);
width              22 ext/gd/libgd/gd_arc_f_buggy.c gdImageFilledArc (gdImagePtr im, int cx, int cy, int width, int height, int s, int e, int color, int style)
width              66 ext/gd/libgd/gd_arc_f_buggy.c   width = (width & 1) ? (width + 1) : (width);
width              69 ext/gd/libgd/gd_arc_f_buggy.c   a = width / 2;
width             110 ext/gd/libgd/gd_arc_f_buggy.c 	  gdImageFilledArc (im, cx, cy, width, height, s, (i + 1) * 90, color, gdChord);
width             111 ext/gd/libgd/gd_arc_f_buggy.c 	  pt[0] = gdArcClosest (width, height, s);
width             118 ext/gd/libgd/gd_arc_f_buggy.c 	      gdImageFilledArc (im, cx, cy, width, height, (i + 1) * 90, e, color, gdChord);
width             119 ext/gd/libgd/gd_arc_f_buggy.c 	      pt[2] = gdArcClosest (width, height, e);
width             137 ext/gd/libgd/gd_arc_f_buggy.c 	      gdImageFilledArc (im, cx, cy, width, height, (i + 1) * 90, (i + 2) * 90, color, gdChord);
width             142 ext/gd/libgd/gd_arc_f_buggy.c 		  gdImageFilledArc (im, cx, cy, width, height, (i + 2) * 90, e, color, gdChord);
width             143 ext/gd/libgd/gd_arc_f_buggy.c 		  pt[3] = gdArcClosest (width, height, e);
width             161 ext/gd/libgd/gd_arc_f_buggy.c 		  gdImageFilledArc (im, cx, cy, width, height, (i + 2) * 90, (i + 3) * 90, color, gdChord);
width             166 ext/gd/libgd/gd_arc_f_buggy.c 		      gdImageFilledArc (im, cx, cy, width, height, (i + 3) * 90, e, color, gdChord);
width             167 ext/gd/libgd/gd_arc_f_buggy.c 		      pt[4] = gdArcClosest (width, height, e);
width             185 ext/gd/libgd/gd_arc_f_buggy.c 		      gdImageFilledArc (im, cx, cy, width, height, (i + 3) * 90, (i + 4) * 90, color, gdChord);
width             189 ext/gd/libgd/gd_arc_f_buggy.c 		      gdImageFilledArc (im, cx, cy, width, height, (i + 4) * 90, e, color, gdChord);
width             190 ext/gd/libgd/gd_arc_f_buggy.c 		      pt[5] = gdArcClosest (width, height, e);
width             259 ext/gd/libgd/gd_arc_f_buggy.c   w = (long) width;
width             534 ext/gd/libgd/gd_arc_f_buggy.c gdArcClosest (int width, int height, int angle)
width             557 ext/gd/libgd/gd_arc_f_buggy.c   w = (long) ((width & 1) ? (width + 1) : (width));
width              50 ext/gd/libgd/gd_crop.c 		dst = gdImageCreateTrueColor(crop->width, crop->height);
width              56 ext/gd/libgd/gd_crop.c 		dst = gdImageCreate(crop->width, crop->height);
width              70 ext/gd/libgd/gd_crop.c 	if ((src->sx - crop->width) < crop->x) {
width              71 ext/gd/libgd/gd_crop.c 		crop->width = src->sx - crop->x;
width              78 ext/gd/libgd/gd_crop.c printf("rect->x: %i\nrect->y: %i\nrect->width: %i\nrect->height: %i\n", crop->x, crop->y, crop->width, crop->height);
width              85 ext/gd/libgd/gd_crop.c 			memcpy(dst->tpixels[dst_y++], src->tpixels[y++] + crop->x, crop->width * 4);
width              90 ext/gd/libgd/gd_crop.c 			for (x = crop->x; x < (crop->x + crop->width); x++) {
width             116 ext/gd/libgd/gd_crop.c 	const int width = gdImageSX(im);
width             125 ext/gd/libgd/gd_crop.c 	crop.width = 0;
width             160 ext/gd/libgd/gd_crop.c 		for (x = 0; match && x < width; x++) {
width             176 ext/gd/libgd/gd_crop.c 		for (x = 0; match && x < width; x++) {
width             188 ext/gd/libgd/gd_crop.c 	for (x = 0; match && x < width; x++) {
width             196 ext/gd/libgd/gd_crop.c 	for (x = width - 1; match && x >= 0; x--) {
width             201 ext/gd/libgd/gd_crop.c 	crop.width = x - crop.x + 2;
width             202 ext/gd/libgd/gd_crop.c 	if (crop.x <= 0 || crop.y <= 0 || crop.width <= 0 || crop.height <= 0) {
width             229 ext/gd/libgd/gd_crop.c 	const int width = gdImageSX(im);
width             238 ext/gd/libgd/gd_crop.c 	crop.width = 0;
width             252 ext/gd/libgd/gd_crop.c 		for (x = 0; match && x < width; x++) {
width             268 ext/gd/libgd/gd_crop.c 		for (x = 0; match && x < width; x++) {
width             280 ext/gd/libgd/gd_crop.c 	for (x = 0; match && x < width; x++) {
width             288 ext/gd/libgd/gd_crop.c 	for (x = width - 1; match && x >= 0; x--) {
width             293 ext/gd/libgd/gd_crop.c 	crop.width = x - crop.x + 2;
width             188 ext/gd/libgd/gd_gif_in.c 		int width, height;
width             220 ext/gd/libgd/gd_gif_in.c 		width = LM_to_uint(buf[4], buf[5]);
width             223 ext/gd/libgd/gd_gif_in.c 		if (left + width > screen_width || top + height > screen_height) {
width             230 ext/gd/libgd/gd_gif_in.c 		if (!(im = gdImageCreate(width, height))) {
width             239 ext/gd/libgd/gd_gif_in.c 			ReadImage(im, fd, width, height, localColorMap,
width             246 ext/gd/libgd/gd_gif_in.c 			ReadImage(im, fd, width, height,
width            1109 ext/gd/libgd/gd_interpolation.c gdImagePtr gdImageScaleNearestNeighbour(gdImagePtr im, const unsigned int width, const unsigned int height)
width            1111 ext/gd/libgd/gd_interpolation.c 	const unsigned long new_width = MAX(1, width);
width            1396 ext/gd/libgd/gd_interpolation.c gdImagePtr gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int width, const unsigned int height)
width            1398 ext/gd/libgd/gd_interpolation.c 	const long new_width = MAX(1, width);
width            2229 ext/gd/libgd/gd_interpolation.c 	x1 = r->x + r->width - 1;
width            2233 ext/gd/libgd/gd_interpolation.c 	r->width = CLAMP(x1, c1x, c2x) - r->x + 1;
width            2239 ext/gd/libgd/gd_interpolation.c 	printf("%s (%i, %i) (%i, %i)\n", msg, r->x, r->y, r->width, r->height);
width            2271 ext/gd/libgd/gd_interpolation.c 		area_full.width  = gdImageSX(src);
width            2278 ext/gd/libgd/gd_interpolation.c 	*dst = gdImageCreateTrueColor(bbox.width, bbox.height);
width            2354 ext/gd/libgd/gd_interpolation.c 		|| src_region->width < gdImageSX(src)
width            2362 ext/gd/libgd/gd_interpolation.c 			src_region->x + src_region->width - 1,
width            2377 ext/gd/libgd/gd_interpolation.c 	end_x = bbox.width  + (int) fabs(bbox.x);
width            2445 ext/gd/libgd/gd_interpolation.c 	extent[1].x=(double) src->width;
width            2447 ext/gd/libgd/gd_interpolation.c 	extent[2].x=(double) src->width;
width            2473 ext/gd/libgd/gd_interpolation.c 	bbox->width  = (int) floor(max.x - min.x) - 1;
width             123 ext/gd/libgd/gd_png.c 	png_uint_32 width, height, rowbytes, w, h;
width             193 ext/gd/libgd/gd_png.c 	png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, &interlace_type, NULL, NULL);
width             196 ext/gd/libgd/gd_png.c 		im = gdImageCreateTrueColor((int) width, (int) height);
width             198 ext/gd/libgd/gd_png.c 		im = gdImageCreate((int) width, (int) height);
width             362 ext/gd/libgd/gd_png.c 				for (w = 0; w < width; w++) {
width             375 ext/gd/libgd/gd_png.c 				for (w = 0; w < width; w++) {
width             394 ext/gd/libgd/gd_png.c 				for (w = 0; w < width; ++w) {
width             467 ext/gd/libgd/gd_png.c 	int width = im->sx;
width             574 ext/gd/libgd/gd_png.c 			png_set_IHDR(png_ptr, info_ptr, width, height, 8, PNG_COLOR_TYPE_RGB_ALPHA, interlace_type,
width             577 ext/gd/libgd/gd_png.c 			png_set_IHDR(png_ptr, info_ptr, width, height, 8, PNG_COLOR_TYPE_RGB, interlace_type,
width             581 ext/gd/libgd/gd_png.c 		png_set_IHDR(png_ptr, info_ptr, width, height, bit_depth, PNG_COLOR_TYPE_PALETTE, interlace_type,
width             693 ext/gd/libgd/gd_png.c 			*prow_pointers = (png_bytep) safe_emalloc(width, channels, 0);
width             696 ext/gd/libgd/gd_png.c 			for (i = 0; i < width; ++i) {
width             733 ext/gd/libgd/gd_png.c 				row_pointers[j] = (png_bytep) gdMalloc(width);
width             734 ext/gd/libgd/gd_png.c 				for (i = 0; i < width; ++i) {
width             358 ext/gd/libgd/gd_topal.c   JDIMENSION width = cinfo->output_width;
width             360 ext/gd/libgd/gd_topal.c   int width = oim->sx;
width             367 ext/gd/libgd/gd_topal.c       for (col = width; col > 0; col--)
width            1290 ext/gd/libgd/gd_topal.c   int width = oim->sx;
width            1299 ext/gd/libgd/gd_topal.c   JDIMENSION width = cinfo->output_width;
width            1312 ext/gd/libgd/gd_topal.c       for (col = width; col > 0; col--)
width            1387 ext/gd/libgd/gd_topal.c   JDIMENSION width = cinfo->output_width;
width            1395 ext/gd/libgd/gd_topal.c   int width = oim->sx;
width            1411 ext/gd/libgd/gd_topal.c 	  inptr += (width - 1) * 3;	/* so point to rightmost pixel */
width            1412 ext/gd/libgd/gd_topal.c 	  outptr += width - 1;
width            1415 ext/gd/libgd/gd_topal.c 	  errorptr = cquantize->fserrors + (width + 1) * 3;	/* => entry after last column */
width            1436 ext/gd/libgd/gd_topal.c       for (col = width; col > 0; col--)
width             139 ext/gd/libgd/gd_wbmp.c 	if (!(im = gdImageCreate (wbmp->width, wbmp->height))) {
width             152 ext/gd/libgd/gd_wbmp.c 		for (col = 0; col < wbmp->width; col++) {
width              39 ext/gd/libgd/gd_webp.c 	int    width, height;
width              68 ext/gd/libgd/gd_webp.c 	if (WebPGetInfo(filedata,size, &width, &height) == 0) {
width              74 ext/gd/libgd/gd_webp.c 	im = gdImageCreateTrueColor(width, height);
width              79 ext/gd/libgd/gd_webp.c 	argb = WebPDecodeARGB(filedata, size, &width, &height);
width              87 ext/gd/libgd/gd_webp.c 		for (x = 0; x < width; x++) {
width             648 ext/gd/libgd/gdft.c 			for (col = 0; col < bitmap.width; col++, pc++) {
width             708 ext/gd/libgd/gdft.c 		for (col = 0; col < bitmap.width; col++, pc++) {
width              41 ext/gd/libgd/gdxpm.c 	if (!(im = gdImageCreate(image.width, image.height))) {
width             127 ext/gd/libgd/gdxpm.c 		for (j = 0; j < image.width; j++) {
width             111 ext/gd/libgd/wbmp.c createwbmp (int width, int height, int color)
width             119 ext/gd/libgd/wbmp.c   if (overflow2(sizeof (int), width)) {
width             123 ext/gd/libgd/wbmp.c   if (overflow2(sizeof (int) * width, height)) {
width             128 ext/gd/libgd/wbmp.c   if ((wbmp->bitmap = (int *) safe_emalloc(sizeof(int), width * height, 0)) == NULL)
width             134 ext/gd/libgd/wbmp.c   wbmp->width = width;
width             137 ext/gd/libgd/wbmp.c   for (i = 0; i < width * height; wbmp->bitmap[i++] = color);
width             170 ext/gd/libgd/wbmp.c   wbmp->width = getmbi (getin, in);
width             171 ext/gd/libgd/wbmp.c   if (wbmp->width == -1)
width             185 ext/gd/libgd/wbmp.c   printf ("W: %d, H: %d\n", wbmp->width, wbmp->height);
width             188 ext/gd/libgd/wbmp.c   if (overflow2(sizeof (int), wbmp->width) ||
width             189 ext/gd/libgd/wbmp.c     overflow2(sizeof (int) * wbmp->width, wbmp->height))
width             195 ext/gd/libgd/wbmp.c   if ((wbmp->bitmap = (int *) safe_emalloc((size_t)wbmp->width * wbmp->height, sizeof(int), 0)) == NULL)
width             208 ext/gd/libgd/wbmp.c       for (col = 0; col < wbmp->width;)
width             214 ext/gd/libgd/wbmp.c 	      if (col++ < wbmp->width)
width             260 ext/gd/libgd/wbmp.c   putmbi (wbmp->width, putout, out);	/* width */
width             269 ext/gd/libgd/wbmp.c       for (col = 0; col < wbmp->width; col++)
width             271 ext/gd/libgd/wbmp.c 	  octet |= ((wbmp->bitmap[row * wbmp->width + col] == 1) ? WBMP_WHITE : WBMP_BLACK) << --bitpos;
width             312 ext/gd/libgd/wbmp.c       for (col = 0; col < wbmp->width; col++)
width             314 ext/gd/libgd/wbmp.c 	  if (wbmp->bitmap[wbmp->width * row + col] == WBMP_BLACK)
width              30 ext/gd/libgd/wbmp.h     int width;          /* width of the image */
width              46 ext/gd/libgd/wbmp.h Wbmp   *createwbmp( int width, int height, int color );
width              39 ext/gd/libgd/xbm.c 	unsigned int width = 0, height = 0;
width              64 ext/gd/libgd/xbm.c 				width = (unsigned int) value;
width              80 ext/gd/libgd/xbm.c 				bytes = (width * height / 8) + 1;
width              99 ext/gd/libgd/xbm.c 	if(!(im = gdImageCreate(width, height))) {
width            1820 ext/mbstring/libmbfl/mbfl/mbfilter.c 	int width;
width            1840 ext/mbstring/libmbfl/mbfl/mbfilter.c 			if (pc->outwidth > pc->width) {
width            1865 ext/mbstring/libmbfl/mbfl/mbfilter.c     int width)
width            1878 ext/mbstring/libmbfl/mbfl/mbfilter.c 	mbfl_memory_device_init(&pc.device, width, 0);
width            1905 ext/mbstring/libmbfl/mbfl/mbfilter.c 	pc.width = width - mkwidth;
width            1923 ext/mbstring/libmbfl/mbfl/mbfilter.c 			pc.width += mkwidth;
width             225 ext/mbstring/libmbfl/mbfl/mbfilter.h mbfl_strimwidth(mbfl_string *string, mbfl_string *marker, mbfl_string *result, int from, int width);
width             339 ext/mbstring/mbstring.c 	ZEND_ARG_INFO(0, width)
width            3056 ext/mbstring/mbstring.c 	zend_long from, width;
width            3060 ext/mbstring/mbstring.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "sll|ss", &str, &str_len, &from, &width, &trimmarker, &trimmarker_len, &encoding, &encoding_len) == FAILURE) {
width            3089 ext/mbstring/mbstring.c 	if (width < 0) {
width            3099 ext/mbstring/mbstring.c 	ret = mbfl_strimwidth(&string, &marker, &result, from, width);
width            21528 ext/sqlite3/libsqlite/sqlite3.c   int width;                 /* Width of the current field */
width            21600 ext/sqlite3/libsqlite/sqlite3.c         width = (int)getIntArg(pArgList);
width            21602 ext/sqlite3/libsqlite/sqlite3.c         width = va_arg(ap,int);
width            21604 ext/sqlite3/libsqlite/sqlite3.c       if( width<0 ){
width            21606 ext/sqlite3/libsqlite/sqlite3.c         width = width >= -2147483647 ? -width : 0;
width            21616 ext/sqlite3/libsqlite/sqlite3.c       width = wx & 0x7fffffff;
width            21737 ext/sqlite3/libsqlite/sqlite3.c         if( flag_zeropad && precision<width-(prefix!=0) ){
width            21738 ext/sqlite3/libsqlite/sqlite3.c           precision = width-(prefix!=0);
width            21859 ext/sqlite3/libsqlite/sqlite3.c         if( MAX(e2,0)+(i64)precision+(i64)width > etBUFSIZE - 15 ){
width            21861 ext/sqlite3/libsqlite/sqlite3.c               = sqlite3Malloc( MAX(e2,0)+(i64)precision+(i64)width+15 );
width            21933 ext/sqlite3/libsqlite/sqlite3.c         if( flag_zeropad && !flag_leftjustify && length < width){
width            21935 ext/sqlite3/libsqlite/sqlite3.c           int nPad = width - length;
width            21936 ext/sqlite3/libsqlite/sqlite3.c           for(i=width; i>=nPad; i--){
width            21941 ext/sqlite3/libsqlite/sqlite3.c           length = width;
width            21949 ext/sqlite3/libsqlite/sqlite3.c         length = width = 0;
width            21964 ext/sqlite3/libsqlite/sqlite3.c           width -= precision-1;
width            21965 ext/sqlite3/libsqlite/sqlite3.c           if( width>1 && !flag_leftjustify ){
width            21966 ext/sqlite3/libsqlite/sqlite3.c             sqlite3AppendChar(pAccum, width-1, ' ');
width            21967 ext/sqlite3/libsqlite/sqlite3.c             width = 0;
width            22045 ext/sqlite3/libsqlite/sqlite3.c         length = width = 0;
width            22059 ext/sqlite3/libsqlite/sqlite3.c         length = width = 0;
width            22072 ext/sqlite3/libsqlite/sqlite3.c     width -= length;
width            22073 ext/sqlite3/libsqlite/sqlite3.c     if( width>0 && !flag_leftjustify ) sqlite3AppendChar(pAccum, width, ' ');
width            22075 ext/sqlite3/libsqlite/sqlite3.c     if( width>0 && flag_leftjustify ) sqlite3AppendChar(pAccum, width, ' ');
width            2183 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, width)
width             131 ext/standard/formatted_print.c 						size_t width, char padding, size_t alignment,
width             139 ext/standard/formatted_print.c 				  *buffer, pos, &ZSTR_LEN(*buffer), number, width, padding, alignment));
width             166 ext/standard/formatted_print.c 	php_sprintf_appendstring(buffer, pos, &numbuf[i], width, 0,
width             176 ext/standard/formatted_print.c 					   size_t width, char padding, size_t alignment)
width             183 ext/standard/formatted_print.c 				  *buffer, pos, &ZSTR_LEN(*buffer), number, width, padding, alignment));
width             199 ext/standard/formatted_print.c 	php_sprintf_appendstring(buffer, pos, &numbuf[i], width, 0,
width             208 ext/standard/formatted_print.c 						 size_t width, char padding,
width             227 ext/standard/formatted_print.c 				  *buffer, pos, &ZSTR_LEN(*buffer), number, width, padding, alignment, fmt));
width             303 ext/standard/formatted_print.c 	php_sprintf_appendstring(buffer, pos, s, width, 0, padding,
width             311 ext/standard/formatted_print.c 					 size_t width, char padding, size_t alignment, int n,
width             320 ext/standard/formatted_print.c 				  *buffer, pos, &ZSTR_LEN(*buffer), number, width, padding, alignment, n,
width             333 ext/standard/formatted_print.c 	php_sprintf_appendstring(buffer, pos, &numbuf[i], width, 0,
width             392 ext/standard/formatted_print.c 	int alignment, currarg, adjusting, argnum, width, precision;
width             515 ext/standard/formatted_print.c 					if ((width = php_sprintf_getnumber(format, &inpos)) < 0) {
width             525 ext/standard/formatted_print.c 					width = 0;
width             527 ext/standard/formatted_print.c 				PRINTF_DEBUG(("sprintf: width=%d\n", width));
width             552 ext/standard/formatted_print.c 				width = precision = 0;
width             576 ext/standard/formatted_print.c 											 width, precision, padding,
width             587 ext/standard/formatted_print.c 										  width, padding, alignment,
width             594 ext/standard/formatted_print.c 										  width, padding, alignment);
width             605 ext/standard/formatted_print.c 											 width, padding, alignment,
width             619 ext/standard/formatted_print.c 										 width, padding, alignment, 3,
width             626 ext/standard/formatted_print.c 										 width, padding, alignment, 4,
width             633 ext/standard/formatted_print.c 										 width, padding, alignment, 4,
width             640 ext/standard/formatted_print.c 										 width, padding, alignment, 1,
width              65 ext/standard/image.c 	unsigned int width;
width             115 ext/standard/image.c 	result->width    = (unsigned int)dim[0] | (((unsigned int)dim[1])<<8);
width             139 ext/standard/image.c 	result->width    =  (((unsigned int)dim[4]) << 24) + (((unsigned int)dim[5]) << 16) + (((unsigned int)dim[6]) << 8) + ((unsigned int)dim[7]);
width             162 ext/standard/image.c 		result->width    =  (((unsigned int)dim[ 5]) << 8) + ((unsigned int) dim[ 4]);
width             167 ext/standard/image.c 		result->width    =  (((unsigned int)dim[ 7]) << 24) + (((unsigned int)dim[ 6]) << 16) + (((unsigned int)dim[ 5]) << 8) + ((unsigned int) dim[ 4]);
width             260 ext/standard/image.c 		result->width = (php_swf_get_bits (b, 5 + bits, bits) -
width             290 ext/standard/image.c 	result->width = (php_swf_get_bits (a, 5 + bits, bits) -
width             322 ext/standard/image.c 	result->width  = (((unsigned int)dim[0]) << 24) + (((unsigned int)dim[1]) << 16) + (((unsigned int)dim[2]) << 8) + ((unsigned int)dim[3]);
width             509 ext/standard/image.c 					result->width    = php_read2(stream);
width             636 ext/standard/image.c 	result->width = php_read4(stream); /* Xsiz */
width             812 ext/standard/image.c 	size_t ifd_size, dir_size, entry_value, width=0, height=0, ifd_addr;
width             864 ext/standard/image.c 				width  = entry_value;
width             873 ext/standard/image.c 	if ( width && height) {
width             877 ext/standard/image.c 		result->width    = width;
width             894 ext/standard/image.c 	short width, height, bits;
width             920 ext/standard/image.c 			width  = php_ifd_get16s(a+0, 1);
width             923 ext/standard/image.c 			if (width > 0 && height > 0 && bits > 0 && bits < 33) {
width             925 ext/standard/image.c 				result->width    = width;
width             951 ext/standard/image.c 	int i, width = 0, height = 0;
width             976 ext/standard/image.c 		width = (width << 7) | (i & 0x7f);
width             978 ext/standard/image.c         if (width > 2048) {
width             996 ext/standard/image.c 	if (!height || !width) {
width            1001 ext/standard/image.c 		(*result)->width = width;
width            1032 ext/standard/image.c     unsigned int width = 0, height = 0;
width            1050 ext/standard/image.c 				width = (unsigned int) value;
width            1058 ext/standard/image.c 				if (width) {
width            1071 ext/standard/image.c 	if (width && height) {
width            1074 ext/standard/image.c 			(*result)->width = width;
width            1119 ext/standard/image.c 			result->width    =  (unsigned int)dim[0];
width            1384 ext/standard/image.c 		add_index_long(return_value, 0, result->width);
width            1387 ext/standard/image.c 		snprintf(temp, sizeof(temp), "width=\"%d\" height=\"%d\"", result->width, result->height);
width             591 ext/standard/scanf.c 	size_t width;
width             722 ext/standard/scanf.c 			width = ZEND_STRTOUL(format-1, &format, 10);
width             725 ext/standard/scanf.c 			width = 0;
width             798 ext/standard/scanf.c 				if (0 == width) {
width             799 ext/standard/scanf.c 					width = 1;
width             845 ext/standard/scanf.c 				if (width == 0) {
width             846 ext/standard/scanf.c 					width = (size_t) ~0;
width             855 ext/standard/scanf.c 					if (--width == 0) {
width             876 ext/standard/scanf.c 				if (width == 0) {
width             877 ext/standard/scanf.c 					width = (size_t) ~0;
width             888 ext/standard/scanf.c 					if (--width == 0) {
width             941 ext/standard/scanf.c 				if ((width == 0) || (width > sizeof(buf) - 1)) {
width             942 ext/standard/scanf.c 					width = sizeof(buf) - 1;
width             946 ext/standard/scanf.c 				for (end = buf; width > 0; width--) {
width            1083 ext/standard/scanf.c 				if ((width == 0) || (width > sizeof(buf) - 1)) {
width            1084 ext/standard/scanf.c 					width = sizeof(buf) - 1;
width            1087 ext/standard/scanf.c 				for (end = buf; width > 0; width--) {
width             569 main/snprintf.c #define PAD( width, len, ch )	do		\
width             572 main/snprintf.c 	    width-- ;				\
width             574 main/snprintf.c 	while ( width > len )
width             103 sapi/phpdbg/phpdbg_out.c #define PAD( width, len, ch )	do		\
width             106 sapi/phpdbg/phpdbg_out.c 	    width-- ;				\
width             108 sapi/phpdbg/phpdbg_out.c 	while ( width > len )