Searched refs:hbuf (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/zlib-1.2.6/
H A Dinflate.c25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
442 hbuf[0] = (unsigned char)(word); \
443 hbuf[1] = (unsigned char)((word) >> 8); \
444 check = crc32(check, hbuf, 2); \
449 hbuf[0] = (unsigned char)(word); \
450 hbuf[1] = (unsigned char)((word) >> 8); \
451 hbuf[2] = (unsigned char)((word) >> 16); \
452 hbuf[3] = (unsigned char)((word) >> 24); \
453 check = crc32(check, hbuf, 4); \
627 unsigned char hbuf[ local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXos_r.h472 char hbuf[X_LINE_MAX]; member in struct:__anon9657
480 gethostbyname_r((h),&(hp).hent,(hp).hbuf,sizeof((hp).hbuf),&(hp).herr)
482 gethostbyaddr_r((a),(al),(t),&(hp).hent,(hp).hbuf,sizeof((hp).hbuf),&(hp).herr)
/vbox/src/libs/libpng-1.2.8/
H A Dpngwutil.c1561 char wbuf[32], hbuf[32]; local
1573 WideCharToMultiByte(CP_ACP, 0, wc_buf, -1, hbuf, 32, NULL, NULL);
1577 sprintf(hbuf, "%12.12e", height);
1579 total_len = 1 + png_strlen(wbuf)+1 + png_strlen(hbuf);
1585 png_write_chunk_data(png_ptr, (png_bytep)hbuf, png_strlen(hbuf));
1599 char wbuf[32], hbuf[32]; local
1605 png_strcpy(hbuf,(const char *)height);
1606 total_len = 1 + png_strlen(wbuf)+1 + png_strlen(hbuf);
1612 png_write_chunk_data(png_ptr, (png_bytep)hbuf, png_strle
[all...]

Completed in 72 milliseconds