• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/

Lines Matching refs:nsMap

7998 * @nsMap: the ns-map
8003 * Searches for a matching ns-name in the ns-decls of @nsMap, if not
8016 xmlNsMapPtr *nsMap,
8025 (nsMap == NULL))
8045 if ((XML_NSMAP_NOTEMPTY(*nsMap)) &&
8051 XML_NSMAP_FOREACH(*nsMap, mi) {
8092 if (xmlDOMWrapNsMapAddItem(nsMap, -1, ns,
8106 if (*nsMap != NULL) {
8110 XML_NSMAP_FOREACH(*nsMap, mi) {
8123 if (xmlDOMWrapNsMapAddItem(nsMap, -1, ns, tmpns, depth) == NULL) {
8162 xmlNsMapPtr nsMap = NULL;
8196 if (xmlDOMWrapNSNormGatherInScopeNs(&nsMap,
8206 if (optRemoveRedundantNS && XML_NSMAP_NOTEMPTY(nsMap)) {
8207 XML_NSMAP_FOREACH(nsMap, mi) {
8243 if (XML_NSMAP_NOTEMPTY(nsMap)) {
8244 XML_NSMAP_FOREACH(nsMap, mi) {
8257 if (xmlDOMWrapNsMapAddItem(&nsMap, -1, ns, ns,
8277 if (xmlDOMWrapNSNormGatherInScopeNs(&nsMap,
8297 if (XML_NSMAP_NOTEMPTY(nsMap)) {
8301 XML_NSMAP_FOREACH(nsMap, mi) {
8315 &nsMap, depth,
8347 if (XML_NSMAP_NOTEMPTY(nsMap)) {
8351 while ((nsMap->last != NULL) &&
8352 (nsMap->last->depth >= depth))
8354 XML_NSMAP_POP(nsMap, mi)
8359 XML_NSMAP_FOREACH(nsMap, mi) {
8389 if (nsMap != NULL)
8390 xmlDOMWrapNsMapFree(nsMap);
8426 xmlNsMapPtr nsMap = NULL;
8448 nsMap = (xmlNsMapPtr) ctxt->namespaceMap;
8512 if (xmlDOMWrapNSNormGatherInScopeNs(&nsMap,
8526 if (XML_NSMAP_NOTEMPTY(nsMap)) {
8527 XML_NSMAP_FOREACH(nsMap, mi) {
8541 if (xmlDOMWrapNsMapAddItem(&nsMap, -1,
8553 if (xmlDOMWrapNSNormGatherInScopeNs(&nsMap,
8561 if (XML_NSMAP_NOTEMPTY(nsMap)) {
8565 XML_NSMAP_FOREACH(nsMap, mi) {
8587 if (xmlDOMWrapNsMapAddItem(&nsMap, -1,
8599 &nsMap, depth,
8694 if (XML_NSMAP_NOTEMPTY(nsMap)) {
8698 while ((nsMap->last != NULL) &&
8699 (nsMap->last->depth >= depth))
8701 XML_NSMAP_POP(nsMap, mi)
8706 XML_NSMAP_FOREACH(nsMap, mi) {
8734 if (nsMap != NULL) {
8735 if ((ctxt) && (ctxt->namespaceMap == nsMap)) {
8739 if (nsMap->first) {
8740 if (nsMap->pool)
8741 nsMap->last->next = nsMap->pool;
8742 nsMap->pool = nsMap->first;
8743 nsMap->first = NULL;
8746 xmlDOMWrapNsMapFree(nsMap);
8793 xmlNsMapPtr nsMap = NULL;
8837 nsMap = (xmlNsMapPtr) ctxt->namespaceMap;
8964 if (xmlDOMWrapNSNormGatherInScopeNs(&nsMap,
9006 if (XML_NSMAP_NOTEMPTY(nsMap)) {
9007 XML_NSMAP_FOREACH(nsMap, mi) {
9024 if (xmlDOMWrapNsMapAddItem(&nsMap, -1,
9091 if (xmlDOMWrapNSNormGatherInScopeNs(&nsMap, destParent) == -1)
9099 if (XML_NSMAP_NOTEMPTY(nsMap)) {
9103 XML_NSMAP_FOREACH(nsMap, mi) {
9126 if (xmlDOMWrapNsMapAddItem(&nsMap, -1,
9138 &nsMap, depth,
9211 if (XML_NSMAP_NOTEMPTY(nsMap)) {
9215 while ((nsMap->last != NULL) &&
9216 (nsMap->last->depth >= depth))
9218 XML_NSMAP_POP(nsMap, mi)
9223 XML_NSMAP_FOREACH(nsMap, mi) {
9266 if (nsMap != NULL) {
9267 if ((ctxt) && (ctxt->namespaceMap == nsMap)) {
9271 if (nsMap->first) {
9272 if (nsMap->pool)
9273 nsMap->last->next = nsMap->pool;
9274 nsMap->pool = nsMap->first;
9275 nsMap->first = NULL;
9278 xmlDOMWrapNsMapFree(nsMap);