Searched refs:attrvalue (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/python/
H A Dlibxml.c895 PyObject *attrvalue; local
923 attrvalue = PY_IMPORT_STRING((char *) attrs[i]);
926 attrvalue = Py_None;
928 PyDict_SetItem(dict, attrname, attrvalue);
930 Py_DECREF(attrvalue);

Completed in 47 milliseconds