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.h313 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/src/libdw/
Ddwarf_getabbrev.c130 unsigned int attrname; local
136 get_uleb128 (attrname, abbrevp, end);
141 while (attrname != 0 && attrform != 0 && ++abb->attrcnt);
/external/lldb/test/unittest2/
Dloader.py154 def isTestMethod(attrname, testCaseClass=testCaseClass, argument
156 return attrname.startswith(prefix) and \
157 hasattr(getattr(testCaseClass, attrname), '__call__')
/external/boringssl/src/crypto/x509/
Dx509_req.c309 const char *attrname, int type, in X509_REQ_add1_attr_by_txt() argument
312 if(X509at_add1_attr_by_txt(&req->req_info->attributes, attrname, in X509_REQ_add1_attr_by_txt()
Dx509_att.c181 const char *attrname, int type, in STACK_OF()
186 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len); in STACK_OF()
/external/expat/tests/
Druntests.c688 const XML_Char *attrname = atts[i]; in check_attr_contains_normalized_whitespace() local
690 if (strcmp("attr", attrname) == 0 in check_attr_contains_normalized_whitespace()
691 || strcmp("ents", attrname) == 0 in check_attr_contains_normalized_whitespace()
692 || strcmp("refs", attrname) == 0) { in check_attr_contains_normalized_whitespace()
696 attrname, value); in check_attr_contains_normalized_whitespace()
/external/boringssl/src/include/openssl/
Dx509.h891 const char *attrname, int type,
1061 const char *attrname, int type,
1094 const char *attrname, int type,
/external/libxml2/python/
Dlibxml.c894 PyObject *attrname; in pythonStartElement() local
920 attrname = PY_IMPORT_STRING((char *) attrs[i]); in pythonStartElement()
928 PyDict_SetItem(dict, attrname, attrvalue); in pythonStartElement()
929 Py_DECREF(attrname); in pythonStartElement()
/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/robolectric/lib/main/
Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...