Home
last modified time | relevance | path

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

/dports/security/xmlsec1/xmlsec1-1.2.29/src/
H A Dnodeset.c60 nset = (xmlSecNodeSetPtr)xmlMalloc(sizeof(xmlSecNodeSet)); in xmlSecNodeSetCreate()
62 xmlSecMallocError(sizeof(xmlSecNodeSet), NULL); in xmlSecNodeSetCreate()
65 memset(nset, 0, sizeof(xmlSecNodeSet)); in xmlSecNodeSetCreate()
107 memset(tmp, 0, sizeof(xmlSecNodeSet)); in xmlSecNodeSetDestroy()
/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/
H A Dnodeset.h23 typedef struct _xmlSecNodeSet xmlSecNodeSet, *xmlSecNodeSetPtr; typedef