Home | History | Annotate | Download | only in Modules

Lines Matching refs:oname

6253     PyObject *oname;
6257 PyUnicode_FSConverter, &oname))
6260 index = if_nametoindex(PyBytes_AS_STRING(oname));
6261 Py_DECREF(oname);