Home | History | Annotate | Download | only in libxml2

Lines Matching defs:localname

4130     xmlChar * localname; /* the local name of the element */
4143 localname = gen_const_xmlChar_ptr(n_localname, 1);
4147 xmlSAX2EndElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI);
4150 des_const_xmlChar_ptr(n_localname, (const xmlChar *)localname, 1);
5105 xmlChar * localname; /* the local name of the element */
5119 xmlChar ** attributes; /* pointer to the array of (localname/prefix/URI/value/end) attribute values. */
5133 localname = gen_const_xmlChar_ptr(n_localname, 1);
5142 xmlSAX2StartElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar **)attributes);
5145 des_const_xmlChar_ptr(n_localname, (const xmlChar *)localname, 1);
31369 xmlChar * localName; /* the local name of the attribute. */
31379 localName = gen_const_xmlChar_ptr(n_localName, 1);
31382 ret_val = xmlTextReaderGetAttributeNs(reader, (const xmlChar *)localName, (const xmlChar *)namespaceURI);
31386 des_const_xmlChar_ptr(n_localName, (const xmlChar *)localName, 1);
32055 xmlChar * localName; /* the local name of the attribute. */
32065 localName = gen_const_xmlChar_ptr(n_localName, 1);
32068 ret_val = xmlTextReaderMoveToAttributeNs(reader, (const xmlChar *)localName, (const xmlChar *)namespaceURI);
32072 des_const_xmlChar_ptr(n_localName, (const xmlChar *)localName, 1);
36626 xmlChar * name; /* the localname of the QName */