Lines Matching defs:name
2237 /* Using the module's name since the pure-Python implementation does not
2548 PyObject **dest, _Py_Identifier *name)
2572 PyObject* previous = _PyObject_GetAttrId(element, name);
2591 r = _PyObject_SetAttrId(element, name, joined);
3074 /* convert a UTF-8 tag/attribute name from the expat parser
3075 to a universal name string */
3081 /* look the 'raw' name up in the names dictionary */
3092 /* new name. convert to universal name, and decode as
3104 /* convert to universal name */
3115 /* plain name; use key as tag */
3120 /* decode universal name */
3252 /* tag name */