Home
last modified time | relevance | path

Searched refs:xmlSecFindSibling (Results 1 – 2 of 2) sorted by relevance

/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/
H A Dxmltree.h45 XMLSEC_EXPORT xmlNodePtr xmlSecFindSibling (const xmlNodePtr cur,
/dports/security/xmlsec1/xmlsec1-1.2.29/src/
H A Dxmltree.c76 xmlSecFindSibling(const xmlNodePtr cur, const xmlChar *name, const xmlChar *ns) { in xmlSecFindSibling() function
107 return(xmlSecFindSibling(parent->children, name, ns)); in xmlSecFindChild()
343 tmp = xmlSecFindSibling(cur->next, name, ns); in xmlSecEnsureEmptyChild()