Lines Matching refs:nsp
449 xmlNsPtr nsp = encode_add_ns(node, Z_STRVAL_P(znamens)); in master_to_xml_int() local
450 xmlSetNs(node, nsp); in master_to_xml_int()
1688 xmlNsPtr nsp = encode_add_ns(property, model->u.element->namens); in model_to_xml_object() local
1689 xmlSetNs(property, nsp); in model_to_xml_object()
1710 xmlNsPtr nsp = encode_add_ns(property, model->u.element->namens); in model_to_xml_object() local
1711 xmlSetNs(property, nsp); in model_to_xml_object()
1722 xmlNsPtr nsp = encode_add_ns(property, model->u.element->namens); in model_to_xml_object() local
1723 xmlSetNs(property, nsp); in model_to_xml_object()
1941 xmlNsPtr nsp = encode_add_ns(property, array_el->namens); in to_xml_object() local
1942 xmlSetNs(property, nsp); in to_xml_object()
1969 xmlNsPtr nsp = encode_add_ns(xmlParam, attr->namens); in to_xml_object() local
1971 xmlSetNsProp(xmlParam, nsp, BAD_CAST(attr->name), dummy->children->content); in to_xml_object()