Lines Matching refs:nsp
462 xmlNsPtr nsp = encode_add_ns(node, Z_STRVAL_PP(znamens)); in master_to_xml_int() local
463 xmlSetNs(node, nsp); in master_to_xml_int()
1748 xmlNsPtr nsp = encode_add_ns(property, model->u.element->namens); in model_to_xml_object() local
1749 xmlSetNs(property, nsp); in model_to_xml_object()
1771 xmlNsPtr nsp = encode_add_ns(property, model->u.element->namens); in model_to_xml_object() local
1772 xmlSetNs(property, nsp); in model_to_xml_object()
1783 xmlNsPtr nsp = encode_add_ns(property, model->u.element->namens); in model_to_xml_object() local
1784 xmlSetNs(property, nsp); in model_to_xml_object()
2009 xmlNsPtr nsp = encode_add_ns(property, array_el->namens); in to_xml_object() local
2010 xmlSetNs(property, nsp); in to_xml_object()
2040 xmlNsPtr nsp = encode_add_ns(xmlParam, (*attr)->namens); in to_xml_object() local
2042 xmlSetNsProp(xmlParam, nsp, BAD_CAST((*attr)->name), dummy->children->content); in to_xml_object()