Source Code (Use browser search to find items of interest.)

Class Index

kdelibs'VALUETYPE (./kdelibs/kio/kmimemagic.cpp:90)

typedef union VALUETYPE {
	unsigned char b;
	unsigned short h;
	unsigned long l;
	char s[MAXstring];
	unsigned char hs[2];	/* 2 bytes of a fixed-endian "short" */
	unsigned char hl[4];	/* 2 bytes of a fixed-endian "long" */