Home
last modified time | relevance | path

Searched refs:attrname (Results 1 – 14 of 14) sorted by relevance

/external/ppp/pppd/plugins/radius/
Ddict.c257 strcpy (dval->attrname, attrstr); in rc_read_dictionary()
332 DICT_ATTR *rc_dict_findattr (char *attrname) in rc_dict_findattr() argument
340 if (strcasecmp (attr->name, attrname) == 0) in rc_dict_findattr()
352 if (strcasecmp (attr->name, attrname) == 0) { in rc_dict_findattr()
395 DICT_VALUE * rc_dict_getval (UINT4 value, char *attrname) in rc_dict_getval() argument
402 if (strcmp (val->attrname, attrname) == 0 && in rc_dict_getval()
Dradiusclient.h309 char attrname[NAME_LENGTH +1]; member
/external/javassist/src/main/javassist/bytecode/
DParameterAnnotationsAttribute.java67 public ParameterAnnotationsAttribute(ConstPool cp, String attrname, in ParameterAnnotationsAttribute() argument
69 super(cp, attrname, info); in ParameterAnnotationsAttribute()
83 public ParameterAnnotationsAttribute(ConstPool cp, String attrname) { in ParameterAnnotationsAttribute() argument
84 this(cp, attrname, new byte[] { 0 }); in ParameterAnnotationsAttribute()
DAttributeInfo.java38 protected AttributeInfo(ConstPool cp, int attrname, byte[] attrinfo) { in AttributeInfo() argument
40 name = attrname; in AttributeInfo()
44 protected AttributeInfo(ConstPool cp, String attrname) { in AttributeInfo() argument
45 this(cp, attrname, (byte[])null); in AttributeInfo()
56 public AttributeInfo(ConstPool cp, String attrname, byte[] attrinfo) { in AttributeInfo() argument
57 this(cp, cp.addUtf8Info(attrname), attrinfo); in AttributeInfo()
DAnnotationsAttribute.java124 public AnnotationsAttribute(ConstPool cp, String attrname, byte[] info) { in AnnotationsAttribute() argument
125 super(cp, attrname, info); in AnnotationsAttribute()
139 public AnnotationsAttribute(ConstPool cp, String attrname) { in AnnotationsAttribute() argument
140 this(cp, attrname, new byte[] { 0, 0 }); in AnnotationsAttribute()
/external/elfutils/libdw/
Ddwarf_getabbrev.c139 unsigned int attrname; local
143 get_uleb128 (attrname, abbrevp);
146 while (attrname != 0 && attrform != 0 && ++abb->attrcnt);
/external/openssl/crypto/evp/
Devp_pkey.c236 const char *attrname, int type, in EVP_PKEY_add1_attr_by_txt() argument
239 if(X509at_add1_attr_by_txt(&key->attributes, attrname, in EVP_PKEY_add1_attr_by_txt()
/external/openssl/crypto/x509/
Dx509_req.c310 const char *attrname, int type, in X509_REQ_add1_attr_by_txt() argument
313 if(X509at_add1_attr_by_txt(&req->req_info->attributes, attrname, in X509_REQ_add1_attr_by_txt()
Dx509_att.c183 const char *attrname, int type, in STACK_OF()
188 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len); in STACK_OF()
Dx509.h949 const char *attrname, int type,
1114 const char *attrname, int type,
1147 const char *attrname, int type,
/external/expat/tests/
Druntests.c687 const XML_Char *attrname = atts[i]; in check_attr_contains_normalized_whitespace() local
689 if (strcmp("attr", attrname) == 0 in check_attr_contains_normalized_whitespace()
690 || strcmp("ents", attrname) == 0 in check_attr_contains_normalized_whitespace()
691 || strcmp("refs", attrname) == 0) { in check_attr_contains_normalized_whitespace()
695 attrname, value); in check_attr_contains_normalized_whitespace()
/external/openssl/include/openssl/
Dx509.h949 const char *attrname, int type,
1114 const char *attrname, int type,
1147 const char *attrname, int type,
/external/opencv/cxcore/src/
Dcxpersistence.cpp2071 CvStringHashNode* attrname; in icvXMLParseTag() local
2080 CV_CALL( attrname = cvGetHashedKey( fs, ptr, (int)(endptr - ptr), 1 )); in icvXMLParseTag()
2084 tagname = attrname; in icvXMLParseTag()
2103 last->attr[count*2] = attrname->str.ptr; in icvXMLParseTag()
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp7016 bool CSSStyleSelector::hasSelectorForAttribute(const AtomicString &attrname) const in hasSelectorForAttribute()
7018 return m_selectorAttrs.contains(attrname.impl()); in hasSelectorForAttribute()