Lines Matching refs:nsp
468 xmlNsPtr nsp = encode_add_ns(node, Z_STRVAL_PP(znamens)); in master_to_xml_int() local
469 xmlSetNs(node, nsp); in master_to_xml_int()
1739 xmlNsPtr nsp = encode_add_ns(property, model->u.element->namens); in model_to_xml_object() local
1740 xmlSetNs(property, nsp); in model_to_xml_object()
1762 xmlNsPtr nsp = encode_add_ns(property, model->u.element->namens); in model_to_xml_object() local
1763 xmlSetNs(property, nsp); in model_to_xml_object()
1774 xmlNsPtr nsp = encode_add_ns(property, model->u.element->namens); in model_to_xml_object() local
1775 xmlSetNs(property, nsp); in model_to_xml_object()
1999 xmlNsPtr nsp = encode_add_ns(property, array_el->namens); in to_xml_object() local
2000 xmlSetNs(property, nsp); in to_xml_object()
2030 xmlNsPtr nsp = encode_add_ns(xmlParam, (*attr)->namens); in to_xml_object() local
2032 xmlSetNsProp(xmlParam, nsp, BAD_CAST((*attr)->name), dummy->children->content); in to_xml_object()