Home
last modified time | relevance | path

Searched refs:attrid (Results 1 – 2 of 2) sorted by relevance

/third_party/libnl/lib/route/cls/
Dematch.c648 int rtnl_ematch_fill_attr(struct nl_msg *msg, int attrid, in rtnl_ematch_fill_attr() argument
663 if (!(topattr = nla_nest_start(msg, attrid))) in rtnl_ematch_fill_attr()
/third_party/python/Objects/
Dtypeobject.c89 lookup_maybe_method(PyObject *self, _Py_Identifier *attrid, int *unbound);
1564 _PyObject_LookupSpecial(PyObject *self, _Py_Identifier *attrid) in _PyObject_LookupSpecial() argument
1568 res = _PyType_LookupId(Py_TYPE(self), attrid); in _PyObject_LookupSpecial()
1580 lookup_maybe_method(PyObject *self, _Py_Identifier *attrid, int *unbound) in lookup_maybe_method() argument
1582 PyObject *res = _PyType_LookupId(Py_TYPE(self), attrid); in lookup_maybe_method()
1606 lookup_method(PyObject *self, _Py_Identifier *attrid, int *unbound) in lookup_method() argument
1608 PyObject *res = lookup_maybe_method(self, attrid, unbound); in lookup_method()
1610 PyErr_SetObject(PyExc_AttributeError, _PyUnicode_FromId(attrid)); in lookup_method()