Searched refs:hdr (Results 1 - 25 of 512) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A D2007-10-01-StructResize.cpp10 int Foo(Bork *hdr) { argument
11 hdr->f1 = 7;
12 hdr->f2 = 927;
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dpkcs8.c21 struct asn1_hdr hdr; local
30 if (asn1_get_next(buf, len, &hdr) < 0 ||
31 hdr.class != ASN1_CLASS_UNIVERSAL ||
32 hdr.tag != ASN1_TAG_SEQUENCE) {
37 pos = hdr.payload;
38 end = pos + hdr.length;
41 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
42 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) {
45 hdr
124 struct asn1_hdr hdr; local
[all...]
H A Dtlsv1_cred.c446 struct asn1_hdr hdr; local
458 if (asn1_get_next(buf, len, &hdr) < 0 ||
459 hdr.class != ASN1_CLASS_UNIVERSAL ||
460 hdr.tag != ASN1_TAG_SEQUENCE) {
463 hdr.class, hdr.tag);
467 pos = hdr.payload;
468 end = hdr.payload + hdr.length;
485 if (asn1_get_next(pos, end - pos, &hdr) <
525 struct asn1_hdr hdr; local
552 struct asn1_hdr hdr; local
580 struct asn1_hdr hdr; local
625 struct asn1_hdr hdr; local
704 struct asn1_hdr hdr; local
749 struct asn1_hdr hdr; local
771 struct asn1_hdr hdr; local
890 struct asn1_hdr hdr; local
928 struct asn1_hdr hdr; local
1130 struct asn1_hdr hdr; local
[all...]
H A Dtlsv1_client_ocsp.c116 struct asn1_hdr hdr; local
141 if (asn1_get_next(resp, len, &hdr) < 0 ||
142 hdr.class != ASN1_CLASS_UNIVERSAL ||
143 hdr.tag != ASN1_TAG_SEQUENCE) {
146 hdr.class, hdr.tag);
149 pos = hdr.payload;
150 end = hdr.payload + hdr.length;
165 if (asn1_get_next(pos, end - pos, &hdr) <
323 struct asn1_hdr hdr; local
357 struct asn1_hdr hdr; local
682 struct asn1_hdr hdr; local
[all...]
H A Dasn1.c25 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr) argument
30 os_memset(hdr, 0, sizeof(*hdr));
34 hdr->identifier = *pos++;
35 hdr->class = hdr->identifier >> 6;
36 hdr->constructed = !!(hdr->identifier & (1 << 5));
38 if ((hdr->identifier & 0x1f) == 0x1f) {
39 hdr
137 struct asn1_hdr hdr; local
[all...]
H A Dx509v3.c185 struct asn1_hdr hdr; local
195 if (asn1_get_next(buf, len, &hdr) < 0 ||
196 hdr.class != ASN1_CLASS_UNIVERSAL ||
197 hdr.tag != ASN1_TAG_SEQUENCE) {
200 hdr.class, hdr.tag);
203 if (hdr.length > buf + len - hdr.payload)
205 pos = hdr.payload;
206 end = pos + hdr
223 struct asn1_hdr hdr; local
295 struct asn1_hdr hdr; local
652 struct asn1_hdr hdr; local
735 struct asn1_hdr hdr; local
772 struct asn1_hdr hdr; local
956 struct asn1_hdr hdr; local
1034 struct asn1_hdr hdr; local
1061 struct asn1_hdr hdr; local
1137 struct asn1_hdr hdr; local
1225 struct asn1_hdr hdr; local
1307 struct asn1_hdr hdr; local
1337 struct asn1_hdr hdr; local
1622 struct asn1_hdr hdr; local
1744 struct asn1_hdr hdr; local
[all...]
H A Dpkcs5.c93 struct asn1_hdr hdr; local
109 if (asn1_get_next(pos, enc_alg_end - pos, &hdr) < 0 ||
110 hdr.class != ASN1_CLASS_UNIVERSAL ||
111 hdr.tag != ASN1_TAG_SEQUENCE) {
114 hdr.class, hdr.tag);
117 pos = hdr.payload;
118 end = hdr.payload + hdr.length;
120 if (asn1_get_next(pos, end - pos, &hdr) <
280 struct asn1_hdr hdr; local
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dpkcs8.c21 struct asn1_hdr hdr; local
30 if (asn1_get_next(buf, len, &hdr) < 0 ||
31 hdr.class != ASN1_CLASS_UNIVERSAL ||
32 hdr.tag != ASN1_TAG_SEQUENCE) {
37 pos = hdr.payload;
38 end = pos + hdr.length;
41 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
42 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) {
45 hdr
124 struct asn1_hdr hdr; local
[all...]
H A Dtlsv1_cred.c446 struct asn1_hdr hdr; local
458 if (asn1_get_next(buf, len, &hdr) < 0 ||
459 hdr.class != ASN1_CLASS_UNIVERSAL ||
460 hdr.tag != ASN1_TAG_SEQUENCE) {
463 hdr.class, hdr.tag);
467 pos = hdr.payload;
468 end = hdr.payload + hdr.length;
485 if (asn1_get_next(pos, end - pos, &hdr) <
525 struct asn1_hdr hdr; local
552 struct asn1_hdr hdr; local
580 struct asn1_hdr hdr; local
625 struct asn1_hdr hdr; local
704 struct asn1_hdr hdr; local
749 struct asn1_hdr hdr; local
771 struct asn1_hdr hdr; local
890 struct asn1_hdr hdr; local
928 struct asn1_hdr hdr; local
1130 struct asn1_hdr hdr; local
[all...]
H A Dtlsv1_client_ocsp.c116 struct asn1_hdr hdr; local
141 if (asn1_get_next(resp, len, &hdr) < 0 ||
142 hdr.class != ASN1_CLASS_UNIVERSAL ||
143 hdr.tag != ASN1_TAG_SEQUENCE) {
146 hdr.class, hdr.tag);
149 pos = hdr.payload;
150 end = hdr.payload + hdr.length;
165 if (asn1_get_next(pos, end - pos, &hdr) <
323 struct asn1_hdr hdr; local
357 struct asn1_hdr hdr; local
682 struct asn1_hdr hdr; local
[all...]
H A Dasn1.c25 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr) argument
30 os_memset(hdr, 0, sizeof(*hdr));
34 hdr->identifier = *pos++;
35 hdr->class = hdr->identifier >> 6;
36 hdr->constructed = !!(hdr->identifier & (1 << 5));
38 if ((hdr->identifier & 0x1f) == 0x1f) {
39 hdr
137 struct asn1_hdr hdr; local
[all...]
H A Dx509v3.c185 struct asn1_hdr hdr; local
195 if (asn1_get_next(buf, len, &hdr) < 0 ||
196 hdr.class != ASN1_CLASS_UNIVERSAL ||
197 hdr.tag != ASN1_TAG_SEQUENCE) {
200 hdr.class, hdr.tag);
203 if (hdr.length > buf + len - hdr.payload)
205 pos = hdr.payload;
206 end = pos + hdr
223 struct asn1_hdr hdr; local
295 struct asn1_hdr hdr; local
652 struct asn1_hdr hdr; local
735 struct asn1_hdr hdr; local
772 struct asn1_hdr hdr; local
956 struct asn1_hdr hdr; local
1034 struct asn1_hdr hdr; local
1061 struct asn1_hdr hdr; local
1137 struct asn1_hdr hdr; local
1225 struct asn1_hdr hdr; local
1307 struct asn1_hdr hdr; local
1337 struct asn1_hdr hdr; local
1622 struct asn1_hdr hdr; local
1744 struct asn1_hdr hdr; local
[all...]
H A Dpkcs5.c93 struct asn1_hdr hdr; local
109 if (asn1_get_next(pos, enc_alg_end - pos, &hdr) < 0 ||
110 hdr.class != ASN1_CLASS_UNIVERSAL ||
111 hdr.tag != ASN1_TAG_SEQUENCE) {
114 hdr.class, hdr.tag);
117 pos = hdr.payload;
118 end = hdr.payload + hdr.length;
120 if (asn1_get_next(pos, end - pos, &hdr) <
280 struct asn1_hdr hdr; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dpkcs8.c21 struct asn1_hdr hdr; local
30 if (asn1_get_next(buf, len, &hdr) < 0 ||
31 hdr.class != ASN1_CLASS_UNIVERSAL ||
32 hdr.tag != ASN1_TAG_SEQUENCE) {
37 pos = hdr.payload;
38 end = pos + hdr.length;
41 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
42 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) {
45 hdr
124 struct asn1_hdr hdr; local
[all...]
H A Dtlsv1_cred.c446 struct asn1_hdr hdr; local
458 if (asn1_get_next(buf, len, &hdr) < 0 ||
459 hdr.class != ASN1_CLASS_UNIVERSAL ||
460 hdr.tag != ASN1_TAG_SEQUENCE) {
463 hdr.class, hdr.tag);
467 pos = hdr.payload;
468 end = hdr.payload + hdr.length;
485 if (asn1_get_next(pos, end - pos, &hdr) <
525 struct asn1_hdr hdr; local
552 struct asn1_hdr hdr; local
580 struct asn1_hdr hdr; local
625 struct asn1_hdr hdr; local
704 struct asn1_hdr hdr; local
749 struct asn1_hdr hdr; local
771 struct asn1_hdr hdr; local
890 struct asn1_hdr hdr; local
928 struct asn1_hdr hdr; local
1130 struct asn1_hdr hdr; local
[all...]
H A Dtlsv1_client_ocsp.c116 struct asn1_hdr hdr; local
141 if (asn1_get_next(resp, len, &hdr) < 0 ||
142 hdr.class != ASN1_CLASS_UNIVERSAL ||
143 hdr.tag != ASN1_TAG_SEQUENCE) {
146 hdr.class, hdr.tag);
149 pos = hdr.payload;
150 end = hdr.payload + hdr.length;
165 if (asn1_get_next(pos, end - pos, &hdr) <
323 struct asn1_hdr hdr; local
357 struct asn1_hdr hdr; local
682 struct asn1_hdr hdr; local
[all...]
H A Dasn1.c25 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr) argument
30 os_memset(hdr, 0, sizeof(*hdr));
34 hdr->identifier = *pos++;
35 hdr->class = hdr->identifier >> 6;
36 hdr->constructed = !!(hdr->identifier & (1 << 5));
38 if ((hdr->identifier & 0x1f) == 0x1f) {
39 hdr
137 struct asn1_hdr hdr; local
[all...]
H A Dx509v3.c185 struct asn1_hdr hdr; local
195 if (asn1_get_next(buf, len, &hdr) < 0 ||
196 hdr.class != ASN1_CLASS_UNIVERSAL ||
197 hdr.tag != ASN1_TAG_SEQUENCE) {
200 hdr.class, hdr.tag);
203 if (hdr.length > buf + len - hdr.payload)
205 pos = hdr.payload;
206 end = pos + hdr
223 struct asn1_hdr hdr; local
295 struct asn1_hdr hdr; local
652 struct asn1_hdr hdr; local
735 struct asn1_hdr hdr; local
772 struct asn1_hdr hdr; local
956 struct asn1_hdr hdr; local
1034 struct asn1_hdr hdr; local
1061 struct asn1_hdr hdr; local
1137 struct asn1_hdr hdr; local
1225 struct asn1_hdr hdr; local
1307 struct asn1_hdr hdr; local
1337 struct asn1_hdr hdr; local
1622 struct asn1_hdr hdr; local
1744 struct asn1_hdr hdr; local
[all...]
H A Dpkcs5.c93 struct asn1_hdr hdr; local
109 if (asn1_get_next(pos, enc_alg_end - pos, &hdr) < 0 ||
110 hdr.class != ASN1_CLASS_UNIVERSAL ||
111 hdr.tag != ASN1_TAG_SEQUENCE) {
114 hdr.class, hdr.tag);
117 pos = hdr.payload;
118 end = hdr.payload + hdr.length;
120 if (asn1_get_next(pos, end - pos, &hdr) <
280 struct asn1_hdr hdr; local
[all...]
/external/mesa3d/src/mesa/program/
H A Dsymbol_table.c50 struct symbol_header *hdr; member in struct:symbol
108 struct symbol_header *hdr; member in struct:_mesa_symbol_table
145 const struct symbol_header *const hdr = sym->hdr; local
148 for (sym2 = hdr->symbols
151 assert(sym2->hdr == hdr);
171 struct symbol_header *const hdr = sym->hdr; local
173 assert(hdr
209 struct symbol_header *const hdr = find_symbol(table, name); local
247 struct symbol_header *hdr; local
284 struct symbol_header *const hdr = find_symbol(table, name); local
306 struct symbol_header *const hdr = find_symbol(table, name); local
330 struct symbol_header *hdr; local
385 struct symbol_header *hdr; local
474 struct symbol_header *hdr; local
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_memory.c91 data_from_header(struct debug_memory_header *hdr) argument
93 if(hdr)
94 return (void *)((char *)hdr + sizeof(struct debug_memory_header));
100 footer_from_header(struct debug_memory_header *hdr) argument
102 if(hdr)
103 return (struct debug_memory_footer *)((char *)hdr + sizeof(struct debug_memory_header) + hdr->size);
113 struct debug_memory_header *hdr; local
116 hdr = os_malloc(sizeof(*hdr)
149 struct debug_memory_header *hdr; local
275 struct debug_memory_header *hdr; local
[all...]
/external/tcpdump/
H A Dprint-pflog.c88 pflog_print(netdissect_options *ndo, const struct pfloghdr *hdr) argument
92 rulenr = EXTRACT_32BITS(&hdr->rulenr);
93 subrulenr = EXTRACT_32BITS(&hdr->subrulenr);
97 ND_PRINT((ndo, "rule %u.%s.%u/", rulenr, hdr->ruleset, subrulenr));
100 tok2str(pf_reasons, "unkn(%u)", hdr->reason),
101 tok2str(pf_actions, "unkn(%u)", hdr->action),
102 tok2str(pf_directions, "unkn(%u)", hdr->dir),
103 hdr->ifname));
113 const struct pfloghdr *hdr; local
123 hdr
[all...]
/external/kernel-headers/original/uapi/scsi/
H A Dscsi_netlink.h113 #define INIT_SCSI_NL_HDR(hdr, t, mtype, mlen) \
115 (hdr)->version = SCSI_NL_VERSION; \
116 (hdr)->transport = t; \
117 (hdr)->magic = SCSI_NL_MAGIC; \
118 (hdr)->msgtype = mtype; \
119 (hdr)->msglen = mlen; \
/external/vboot_reference/firmware/lib/
H A Dregion-fw.c23 VbPublicKey hdr, *key; local
28 sizeof(VbPublicKey), &hdr);
33 size = hdr.key_offset + hdr.key_size;
34 if (size < sizeof(hdr))
35 size = sizeof(hdr);
/external/iproute2/include/
H A Dbpf_scm.h28 struct msghdr hdr; member in struct:bpf_map_set_msg
44 msg->hdr.msg_iov = &msg->iov;
45 msg->hdr.msg_iovlen = 1;
47 msg->hdr.msg_name = (struct sockaddr *)addr;
48 msg->hdr.msg_namelen = addr_len;
51 msg->hdr.msg_control = &msg->msg_buf;
52 msg->hdr.msg_controllen = cmsg_ctl_len;
54 cmsg = CMSG_FIRSTHDR(&msg->hdr);
55 cmsg->cmsg_len = msg->hdr.msg_controllen;
67 msg->hdr
[all...]

Completed in 1607 milliseconds

1234567891011>>