Searched refs:xmlSecNodeSet (Results 1 – 2 of 2) sorted by relevance
60 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()
23 typedef struct _xmlSecNodeSet xmlSecNodeSet, *xmlSecNodeSetPtr; typedef