Searched defs:attrtype (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_att.c279 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, int len) argument
285 if(attrtype & MBSTRING_FLAG) {
286 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype,
294 if(!(stmp = ASN1_STRING_type_new(attrtype))) goto err;
296 atype = attrtype;
304 if (attrtype == 0)
307 if ((len == -1) && !(attrtype & MBSTRING_FLAG))
309 if (!ASN1_TYPE_set1(ttmp, attrtype, data))
/external/iproute2/ip/
H A Diplink_vlan.c43 int attrtype)
51 addattr_l(n, 1024, attrtype, NULL, 0);
42 vlan_parse_qos_map(int *argcp, char ***argvp, struct nlmsghdr *n, int attrtype) argument
/external/jsilver/src/com/google/streamhtmlparser/
H A DHtmlParserFactory.java185 * @param attrtype the attribute type which the parser should be in
193 HtmlParser.ATTR_TYPE attrtype,
198 switch (attrtype) {
235 "Did not recognize ATTR_TYPE given: " + attrtype);
192 createParserInAttribute( HtmlParser.ATTR_TYPE attrtype, boolean quoted, Set<AttributeOptions> options) argument
/external/openssl/crypto/x509/
H A Dx509_att.c285 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, int len) argument
291 if(attrtype & MBSTRING_FLAG) {
292 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype,
300 if(!(stmp = ASN1_STRING_type_new(attrtype))) goto err;
302 atype = attrtype;
310 if (attrtype == 0)
313 if ((len == -1) && !(attrtype & MBSTRING_FLAG))
315 if (!ASN1_TYPE_set1(ttmp, attrtype, data))
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_exec.h105 GLenum attrtype[VBO_ATTRIB_MAX]; member in struct:vbo_exec_context::__anon14595
H A Dvbo_save.h66 GLenum attrtype[VBO_ATTRIB_MAX]; member in struct:vbo_save_vertex_list
131 GLenum attrtype[VBO_ATTRIB_MAX]; member in struct:vbo_save_context
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec.h105 GLenum attrtype[VBO_ATTRIB_MAX]; member in struct:vbo_exec_context::__anon28006
H A Dvbo_save.h66 GLenum attrtype[VBO_ATTRIB_MAX]; member in struct:vbo_save_vertex_list
131 GLenum attrtype[VBO_ATTRIB_MAX]; member in struct:vbo_save_context
/external/libnl/lib/
H A Dattr.c657 * @arg attrtype Attribute type to look for.
665 struct nlattr *nla_find(struct nlattr *head, int len, int attrtype) argument
671 if (nla_type(nla) == attrtype)
786 * @arg attrtype Attribute Type.
798 struct nlattr *nla_reserve(struct nl_msg *msg, int attrtype, int attrlen) argument
809 nla->nla_type = attrtype;
818 attrtype, msg->nm_nlh->nlmsg_len);
826 * @arg attrtype Attribute type.
837 int nla_put(struct nl_msg *msg, int attrtype, int datalen, const void *data) argument
841 nla = nla_reserve(msg, attrtype, datale
864 nla_put_data(struct nl_msg *msg, int attrtype, struct nl_data *data) argument
879 nla_put_addr(struct nl_msg *msg, int attrtype, struct nl_addr *addr) argument
900 nla_put_u8(struct nl_msg *msg, int attrtype, uint8_t value) argument
925 nla_put_u16(struct nl_msg *msg, int attrtype, uint16_t value) argument
950 nla_put_u32(struct nl_msg *msg, int attrtype, uint32_t value) argument
975 nla_put_u64(struct nl_msg *msg, int attrtype, uint64_t value) argument
1010 nla_put_string(struct nl_msg *msg, int attrtype, const char *str) argument
1045 nla_put_flag(struct nl_msg *msg, int attrtype) argument
1073 nla_put_msecs(struct nl_msg *n, int attrtype, unsigned long msecs) argument
1108 nla_put_nested(struct nl_msg *msg, int attrtype, struct nl_msg *nested) argument
1122 nla_nest_start(struct nl_msg *msg, int attrtype) argument
[all...]
H A Dmsg.c333 * @arg attrtype type of attribute to look for
337 struct nlattr *nlmsg_find_attr(struct nlmsghdr *nlh, int hdrlen, int attrtype) argument
340 nlmsg_attrlen(nlh, hdrlen), attrtype);
/external/tcpdump/
H A Dprint-radius.c336 struct attrtype { const char *name; /* Attribute name */ struct

Completed in 907 milliseconds