Lines Matching refs:nsp
444 xmlNsPtr nsp = encode_add_ns(node, Z_STRVAL_P(znamens)); in master_to_xml_int() local
445 xmlSetNs(node, nsp); in master_to_xml_int()
1631 xmlNsPtr nsp = encode_add_ns(property, model->u.element->namens); in model_to_xml_object() local
1632 xmlSetNs(property, nsp); in model_to_xml_object()
1653 xmlNsPtr nsp = encode_add_ns(property, model->u.element->namens); in model_to_xml_object() local
1654 xmlSetNs(property, nsp); in model_to_xml_object()
1665 xmlNsPtr nsp = encode_add_ns(property, model->u.element->namens); in model_to_xml_object() local
1666 xmlSetNs(property, nsp); in model_to_xml_object()
1882 xmlNsPtr nsp = encode_add_ns(property, array_el->namens); in to_xml_object() local
1883 xmlSetNs(property, nsp); in to_xml_object()
1910 xmlNsPtr nsp = encode_add_ns(xmlParam, attr->namens); in to_xml_object() local
1912 xmlSetNsProp(xmlParam, nsp, BAD_CAST(attr->name), dummy->children->content); in to_xml_object()