Searched refs:GUID (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dasf.h47 typedef uint8_t GUID[16]; typedef
50 GUID guid; ///< generated by client computer
101 uint64_t data_object_offset; ///< data object offset (excl. GUID & size)
137 extern const GUID ff_asf_header;
138 extern const GUID ff_asf_file_header;
139 extern const GUID ff_asf_stream_header;
140 extern const GUID ff_asf_ext_stream_header;
141 extern const GUID ff_asf_audio_stream;
142 extern const GUID ff_asf_audio_conceal_none;
143 extern const GUID ff_asf_audio_conceal_sprea
[all...]
H A Dasf.c24 const GUID ff_asf_header = {
28 const GUID ff_asf_file_header = {
32 const GUID ff_asf_stream_header = {
36 const GUID ff_asf_ext_stream_header = {
40 const GUID ff_asf_audio_stream = {
44 const GUID ff_asf_audio_conceal_none = {
50 const GUID ff_asf_audio_conceal_spread = {
54 const GUID ff_asf_video_stream = {
58 const GUID ff_asf_video_conceal_none = {
62 const GUID ff_asf_command_strea
[all...]
H A Dasfdec.c37 static const GUID index_guid = {
41 static const GUID stream_bitrate_guid = { /* (http://get.to/sdp) */
51 if (!memcmp(g, &cmp, sizeof(GUID))) \
52 dprintf(NULL, "(GUID: %s) ", #cmp)
54 static void print_guid(const GUID *g)
80 dprintf(NULL, "(GUID: unknown) ");
90 static void get_guid(ByteIOContext *s, GUID *g)
128 if (!memcmp(pd->buf, &ff_asf_header, sizeof(GUID)))
164 GUID g;
177 if (memcmp(&g, &ff_asf_header, sizeof(GUID)))
[all...]
H A Dasfenc.c200 static void put_guid(ByteIOContext *s, const GUID *g)
223 static int64_t put_header(ByteIOContext *pb, const GUID *g)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dsecurity.h31 extern const GUID *const zero_guid;
33 extern BOOL ntfs_guid_is_zero(const GUID *guid);
34 extern char *ntfs_guid_to_mbs(const GUID *guid, char *guid_str);
55 extern void ntfs_generate_guid(GUID *guid);
H A Dlayout.h1138 * struct GUID - GUID structures store globally unique identifiers (GUID).
1140 * A GUID is a 128-bit value consisting of one group of eight hexadecimal
1146 * Example of a GUID:
1150 u32 data1; /* The first eight hexadecimal digits of the GUID. */
1156 } __attribute__((__packed__)) GUID; typedef in typeref:struct:__anon1255
1176 GUID birth_volume_id;
1177 GUID birth_object_id;
1178 GUID domain_i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-asf.h33 } __PACKED__ GUID; typedef in typeref:struct:_GUID
36 GUID name = { l, { w1, w2 }, { b1, b2, b3, b4, b5, b6, b7, b8 } }
37 #define IsEqualGUID(rguid1, rguid2) (!memcmp(rguid1, rguid2, sizeof(GUID)))
141 GUID ID;
143 GUID StreamType;
144 GUID ErrorCorrectionType;
154 GUID MajorType;
155 GUID SubType;
159 GUID FormatType;
174 GUID I
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-asf.h32 } __PACKED__ GUID; typedef in typeref:struct:_GUID
35 GUID name = { l, { w1, w2 }, { b1, b2, b3, b4, b5, b6, b7, b8 } }
36 #define IsEqualGUID(rguid1, rguid2) (!memcmp(rguid1, rguid2, sizeof(GUID)))
140 GUID ID;
142 GUID StreamType;
143 GUID ErrorCorrectionType;
153 GUID MajorType;
154 GUID SubType;
158 GUID FormatType;
173 GUID I
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-asf.h33 } __PACKED__ GUID; typedef in typeref:struct:_GUID
36 GUID name = { l, { w1, w2 }, { b1, b2, b3, b4, b5, b6, b7, b8 } }
37 #define IsEqualGUID(rguid1, rguid2) (!memcmp(rguid1, rguid2, sizeof(GUID)))
141 GUID ID;
143 GUID StreamType;
144 GUID ErrorCorrectionType;
154 GUID MajorType;
155 GUID SubType;
159 GUID FormatType;
174 GUID I
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dsecurity.c49 * The zero GUID.
51 static const GUID __zero_guid = { const_cpu_to_le32(0), const_cpu_to_le16(0),
53 const GUID *const zero_guid = &__zero_guid;
56 * ntfs_guid_is_zero - check if a GUID is zero
59 * Return TRUE if @guid is a valid pointer to a GUID and it is the zero GUID
62 BOOL ntfs_guid_is_zero(const GUID *guid)
68 * ntfs_guid_to_mbs - convert a GUID to a multi byte string
70 * @guid_str: [OUT] string in which to return the GUID (optional)
72 * Convert the GUID pointe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dlayout.h1052 * GUID structures store globally unique identifiers (GUID). A GUID is a
1057 * Example of a GUID:
1061 le32 data1; /* The first eight hexadecimal digits of the GUID. */
1067 } __attribute__ ((__packed__)) GUID; typedef in typeref:struct:__anon7570
1085 GUID birth_volume_id;
1086 GUID birth_object_id;
1087 GUID domain_id;
1099 GUID object_i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifssmb.c603 GUID, 16) != 0) {
606 pSMBr->u.extended_response.GUID,
611 pSMBr->u.extended_response.GUID, 16);
H A Dcifspdu.h461 /* followed by 16 bytes of server GUID */
464 unsigned char GUID[16]; member in struct:negotiate_rsp::__anon7355::__anon7356
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/lsi/
H A Dmpi_cnfg.h2288 U8 GUID[24]; /* 05h */ member in struct:_CONFIG_PAGE_RAID_VOL_1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dwlioctl.h5126 uint8 GUID[38]; /* interface GUID */ member in struct:__anon3343

Completed in 247 milliseconds