HomeSort by relevance Sort by last modified time
    Searched refs:ns1 (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
c14n.c 429 xmlNsPtr ns1 = cur->nsTab[i]; local
431 if(xmlC14NStrEqual(prefix, (ns1 != NULL) ? ns1->prefix : NULL)) {
432 return(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL));
462 xmlNsPtr ns1 = cur->nsTab[i]; local
464 if(xmlC14NStrEqual(prefix, (ns1 != NULL) ? ns1->prefix : NULL)) {
465 if(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL))
    [all...]
xpath.c 3459 xmlNsPtr ns1, ns2; local
6474 xmlNodeSetPtr ns1; local
6730 xmlNodeSetPtr ns1; local
    [all...]

Completed in 103 milliseconds