Searched refs:hdr (Results 1 - 25 of 417) 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/expat/conftools/
H A Dget-version.sh25 hdr="$1"
26 if test ! -r "$hdr"; then
27 echo "ERROR: '$hdr' does not exist, or is not readable."
31 MAJOR_VERSION="`sed -n -e '/MAJOR_VERSION/s/[^0-9]*//gp' $hdr`"
32 MINOR_VERSION="`sed -n -e '/MINOR_VERSION/s/[^0-9]*//gp' $hdr`"
33 MICRO_VERSION="`sed -n -e '/MICRO_VERSION/s/[^0-9]*//gp' $hdr`"
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dpkcs8.c27 struct asn1_hdr hdr; local
36 if (asn1_get_next(buf, len, &hdr) < 0 ||
37 hdr.class != ASN1_CLASS_UNIVERSAL ||
38 hdr.tag != ASN1_TAG_SEQUENCE) {
43 pos = hdr.payload;
44 end = pos + hdr.length;
47 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
48 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) {
51 hdr
130 struct asn1_hdr hdr; local
[all...]
H A Dasn1.c20 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr) argument
25 os_memset(hdr, 0, sizeof(*hdr));
29 hdr->identifier = *pos++;
30 hdr->class = hdr->identifier >> 6;
31 hdr->constructed = !!(hdr->identifier & (1 << 5));
33 if ((hdr->identifier & 0x1f) == 0x1f) {
34 hdr
132 struct asn1_hdr hdr; local
[all...]
H A Dx509v3.c190 struct asn1_hdr hdr; local
200 if (asn1_get_next(buf, len, &hdr) < 0 ||
201 hdr.class != ASN1_CLASS_UNIVERSAL ||
202 hdr.tag != ASN1_TAG_SEQUENCE) {
205 hdr.class, hdr.tag);
208 pos = hdr.payload;
209 end = pos + hdr.length;
229 struct asn1_hdr hdr; local
242 if (asn1_get_next(pos, end - pos, &hdr) <
301 struct asn1_hdr hdr; local
660 struct asn1_hdr hdr; local
734 struct asn1_hdr hdr; local
771 struct asn1_hdr hdr; local
955 struct asn1_hdr hdr; local
1033 struct asn1_hdr hdr; local
1060 struct asn1_hdr hdr; local
1117 struct asn1_hdr hdr; local
1199 struct asn1_hdr hdr; local
1229 struct asn1_hdr hdr; local
1483 struct asn1_hdr hdr; local
1594 struct asn1_hdr hdr; local
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dpkcs8.c27 struct asn1_hdr hdr; local
36 if (asn1_get_next(buf, len, &hdr) < 0 ||
37 hdr.class != ASN1_CLASS_UNIVERSAL ||
38 hdr.tag != ASN1_TAG_SEQUENCE) {
43 pos = hdr.payload;
44 end = pos + hdr.length;
47 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
48 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) {
51 hdr
130 struct asn1_hdr hdr; local
[all...]
H A Dasn1.c20 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr) argument
25 os_memset(hdr, 0, sizeof(*hdr));
29 hdr->identifier = *pos++;
30 hdr->class = hdr->identifier >> 6;
31 hdr->constructed = !!(hdr->identifier & (1 << 5));
33 if ((hdr->identifier & 0x1f) == 0x1f) {
34 hdr
132 struct asn1_hdr hdr; local
[all...]
H A Dx509v3.c190 struct asn1_hdr hdr; local
200 if (asn1_get_next(buf, len, &hdr) < 0 ||
201 hdr.class != ASN1_CLASS_UNIVERSAL ||
202 hdr.tag != ASN1_TAG_SEQUENCE) {
205 hdr.class, hdr.tag);
208 pos = hdr.payload;
209 end = pos + hdr.length;
229 struct asn1_hdr hdr; local
242 if (asn1_get_next(pos, end - pos, &hdr) <
301 struct asn1_hdr hdr; local
660 struct asn1_hdr hdr; local
734 struct asn1_hdr hdr; local
771 struct asn1_hdr hdr; local
955 struct asn1_hdr hdr; local
1033 struct asn1_hdr hdr; local
1060 struct asn1_hdr hdr; local
1117 struct asn1_hdr hdr; local
1199 struct asn1_hdr hdr; local
1229 struct asn1_hdr hdr; local
1483 struct asn1_hdr hdr; local
1594 struct asn1_hdr hdr; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dpkcs8.c27 struct asn1_hdr hdr; local
36 if (asn1_get_next(buf, len, &hdr) < 0 ||
37 hdr.class != ASN1_CLASS_UNIVERSAL ||
38 hdr.tag != ASN1_TAG_SEQUENCE) {
43 pos = hdr.payload;
44 end = pos + hdr.length;
47 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
48 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) {
51 hdr
130 struct asn1_hdr hdr; local
[all...]
H A Dasn1.c20 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr) argument
25 os_memset(hdr, 0, sizeof(*hdr));
29 hdr->identifier = *pos++;
30 hdr->class = hdr->identifier >> 6;
31 hdr->constructed = !!(hdr->identifier & (1 << 5));
33 if ((hdr->identifier & 0x1f) == 0x1f) {
34 hdr
132 struct asn1_hdr hdr; local
[all...]
H A Dx509v3.c190 struct asn1_hdr hdr; local
200 if (asn1_get_next(buf, len, &hdr) < 0 ||
201 hdr.class != ASN1_CLASS_UNIVERSAL ||
202 hdr.tag != ASN1_TAG_SEQUENCE) {
205 hdr.class, hdr.tag);
208 pos = hdr.payload;
209 end = pos + hdr.length;
229 struct asn1_hdr hdr; local
242 if (asn1_get_next(pos, end - pos, &hdr) <
301 struct asn1_hdr hdr; local
660 struct asn1_hdr hdr; local
734 struct asn1_hdr hdr; local
771 struct asn1_hdr hdr; local
955 struct asn1_hdr hdr; local
1033 struct asn1_hdr hdr; local
1060 struct asn1_hdr hdr; local
1117 struct asn1_hdr hdr; local
1199 struct asn1_hdr hdr; local
1229 struct asn1_hdr hdr; local
1483 struct asn1_hdr hdr; local
1594 struct asn1_hdr hdr; local
[all...]
/external/wpa_supplicant/
H A Dasn1_test.c46 struct asn1_hdr hdr; local
60 if (asn1_get_next(pos, end - pos, &hdr) < 0)
64 pos = hdr.payload;
68 prefix, hdr.class, asn1_class_str(hdr.class),
69 hdr.constructed,
70 hdr.constructed ? "Constructed" : "Primitive",
71 hdr.tag, hdr.length);
73 if (hdr
[all...]
H A Dx509v3.c187 struct asn1_hdr hdr; local
197 if (asn1_get_next(buf, len, &hdr) < 0 ||
198 hdr.class != ASN1_CLASS_UNIVERSAL ||
199 hdr.tag != ASN1_TAG_SEQUENCE) {
202 hdr.class, hdr.tag);
205 pos = hdr.payload;
206 end = pos + hdr.length;
226 struct asn1_hdr hdr; local
239 if (asn1_get_next(pos, end - pos, &hdr) <
298 struct asn1_hdr hdr; local
625 struct asn1_hdr hdr; local
699 struct asn1_hdr hdr; local
736 struct asn1_hdr hdr; local
848 struct asn1_hdr hdr; local
930 struct asn1_hdr hdr; local
960 struct asn1_hdr hdr; local
1199 struct asn1_hdr hdr; local
1310 struct asn1_hdr hdr; local
[all...]
H A Dasn1.c23 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr) argument
28 os_memset(hdr, 0, sizeof(*hdr));
32 hdr->identifier = *pos++;
33 hdr->class = hdr->identifier >> 6;
34 hdr->constructed = !!(hdr->identifier & (1 << 5));
36 if ((hdr->identifier & 0x1f) == 0x1f) {
37 hdr
91 struct asn1_hdr hdr; local
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dasn1_test.c46 struct asn1_hdr hdr; local
60 if (asn1_get_next(pos, end - pos, &hdr) < 0)
64 pos = hdr.payload;
68 prefix, hdr.class, asn1_class_str(hdr.class),
69 hdr.constructed,
70 hdr.constructed ? "Constructed" : "Primitive",
71 hdr.tag, hdr.length);
73 if (hdr
[all...]
H A Dx509v3.c187 struct asn1_hdr hdr; local
197 if (asn1_get_next(buf, len, &hdr) < 0 ||
198 hdr.class != ASN1_CLASS_UNIVERSAL ||
199 hdr.tag != ASN1_TAG_SEQUENCE) {
202 hdr.class, hdr.tag);
205 pos = hdr.payload;
206 end = pos + hdr.length;
226 struct asn1_hdr hdr; local
239 if (asn1_get_next(pos, end - pos, &hdr) <
298 struct asn1_hdr hdr; local
625 struct asn1_hdr hdr; local
699 struct asn1_hdr hdr; local
736 struct asn1_hdr hdr; local
848 struct asn1_hdr hdr; local
930 struct asn1_hdr hdr; local
960 struct asn1_hdr hdr; local
1214 struct asn1_hdr hdr; local
1325 struct asn1_hdr hdr; local
[all...]
H A Dasn1.c23 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr) argument
28 os_memset(hdr, 0, sizeof(*hdr));
32 hdr->identifier = *pos++;
33 hdr->class = hdr->identifier >> 6;
34 hdr->constructed = !!(hdr->identifier & (1 << 5));
36 if ((hdr->identifier & 0x1f) == 0x1f) {
37 hdr
91 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
283 struct symbol_header *const hdr = find_symbol(table, name); local
305 struct symbol_header *const hdr = find_symbol(table, name); local
329 struct symbol_header *hdr; local
384 struct symbol_header *hdr; local
473 struct symbol_header *hdr; local
[all...]
/external/iproute2/ip/
H A Dlink_veth.c28 struct nlmsghdr *hdr)
39 data = NLMSG_TAIL(hdr);
40 addattr_l(hdr, 1024, VETH_INFO_PEER, NULL, 0);
42 hdr->nlmsg_len += sizeof(struct ifinfomsg);
44 err = iplink_parse(argc - 1, argv + 1, (struct iplink_req *)hdr,
53 addattr_l(hdr, 1024, IFLA_IFNAME, name, len);
56 data->rta_len = (void *)NLMSG_TAIL(hdr) - (void *)data;
27 veth_parse_opt(struct link_util *lu, int argc, char **argv, struct nlmsghdr *hdr) argument
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
H A Deap_common.c40 const struct eap_hdr *hdr; local
44 hdr = wpabuf_head(msg);
46 if (wpabuf_len(msg) < sizeof(*hdr)) {
51 len = be_to_host16(hdr->length);
52 if (len < sizeof(*hdr) + 1 || len > wpabuf_len(msg)) {
57 pos = (const u8 *) (hdr + 1);
62 if (len < sizeof(*hdr) + 8) {
78 *plen = len - sizeof(*hdr) - 8;
85 *plen = len - sizeof(*hdr) - 1;
111 struct eap_hdr *hdr; local
148 struct eap_hdr *hdr; local
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_common.c40 const struct eap_hdr *hdr; local
44 hdr = wpabuf_head(msg);
46 if (wpabuf_len(msg) < sizeof(*hdr)) {
51 len = be_to_host16(hdr->length);
52 if (len < sizeof(*hdr) + 1 || len > wpabuf_len(msg)) {
57 pos = (const u8 *) (hdr + 1);
62 if (len < sizeof(*hdr) + 8) {
78 *plen = len - sizeof(*hdr) - 8;
85 *plen = len - sizeof(*hdr) - 1;
111 struct eap_hdr *hdr; local
148 struct eap_hdr *hdr; local
[all...]
/external/wpa_supplicant_8/src/eap_common/
H A Deap_common.c40 const struct eap_hdr *hdr; local
44 hdr = wpabuf_head(msg);
46 if (wpabuf_len(msg) < sizeof(*hdr)) {
51 len = be_to_host16(hdr->length);
52 if (len < sizeof(*hdr) + 1 || len > wpabuf_len(msg)) {
57 pos = (const u8 *) (hdr + 1);
62 if (len < sizeof(*hdr) + 8) {
78 *plen = len - sizeof(*hdr) - 8;
85 *plen = len - sizeof(*hdr) - 1;
111 struct eap_hdr *hdr; local
148 struct eap_hdr *hdr; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_common.c40 const struct eap_hdr *hdr; local
44 hdr = wpabuf_head(msg);
46 if (wpabuf_len(msg) < sizeof(*hdr)) {
51 len = be_to_host16(hdr->length);
52 if (len < sizeof(*hdr) + 1 || len > wpabuf_len(msg)) {
57 pos = (const u8 *) (hdr + 1);
62 if (len < sizeof(*hdr) + 8) {
78 *plen = len - sizeof(*hdr) - 8;
85 *plen = len - sizeof(*hdr) - 1;
111 struct eap_hdr *hdr; local
148 struct eap_hdr *hdr; local
[all...]
/external/tcpdump/
H A Dprint-pflog.c98 pflog_print(const struct pfloghdr *hdr) argument
102 rulenr = ntohl(hdr->rulenr);
103 subrulenr = ntohl(hdr->subrulenr);
107 printf("rule %u.%s.%u/", rulenr, hdr->ruleset, subrulenr);
110 tok2str(pf_reasons, "unkn(%u)", hdr->reason),
111 tok2str(pf_actions, "unkn(%u)", hdr->action),
112 tok2str(pf_directions, "unkn(%u)", hdr->dir),
113 hdr->ifname);
122 const struct pfloghdr *hdr; local
132 hdr
[all...]
/external/bluetooth/hcidump/parser/
H A Davdtp.c73 static char *pt2str(uint8_t hdr) argument
75 switch (hdr & 0x0c) {
89 static char *mt2str(uint8_t hdr) argument
91 switch (hdr & 0x03) {
291 static inline void discover(int level, uint8_t hdr, struct frame *frm) argument
295 switch (hdr & 0x03) {
313 static inline void get_capabilities(int level, uint8_t hdr, struct frame *frm) argument
315 switch (hdr & 0x03) {
328 static inline void set_configuration(int level, uint8_t hdr, struct frame *frm) argument
332 switch (hdr
346 get_configuration(int level, uint8_t hdr, struct frame *frm) argument
360 reconfigure(int level, uint8_t hdr, struct frame *frm) argument
378 open_close_stream(int level, uint8_t hdr, struct frame *frm) argument
390 start_suspend_stream(int level, uint8_t hdr, struct frame *frm) argument
404 abort_streaming(int level, uint8_t hdr, struct frame *frm) argument
413 security(int level, uint8_t hdr, struct frame *frm) argument
429 delay_report(int level, uint8_t hdr, struct frame *frm) argument
450 uint8_t hdr, sid, nsp, type; local
[all...]

Completed in 345 milliseconds

1234567891011>>