Lines Matching refs:cur

1782 +    xmlNodePtr cur;
1901 + cur = xmlSecAddChild(xmlDocGetRootElement(doc), xmlSecNodeKeyInfo, xmlSecDSigNs);
1902 + if(cur == NULL) {
1924 + if(xmlSecAddChild(cur, xmlSecNodeKeyName, xmlSecDSigNs) == NULL) {
2006 + if(xmlSecAddChild(cur, dataId->dataNodeName, dataId->dataNodeNs) == NULL) {
2054 + ret = xmlSecKeyInfoNodeWrite(cur, key, &keyInfoCtx);
4973 + xmlNodePtr cur;
5030 + cur = xmlSecAddChild(node, xmlSecNodeX509Certificate, xmlSecDSigNs);
5031 + if(cur == NULL) {
5046 + xmlNodeSetContent(cur, xmlSecStringCR);
5047 + xmlNodeSetContent(cur, buf);
5120 + cur = xmlSecAddChild(node, xmlSecNodeX509CRL, xmlSecDSigNs);
5121 + if(cur == NULL) {
5133 + xmlNodeSetContent(cur, xmlSecStringCR);
5134 + xmlNodeSetContent(cur, buf);
5145 - xmlNodePtr cur;
5162 - cur = xmlSecAddChild(node, xmlSecNodeX509Certificate, xmlSecDSigNs);
5163 - if(cur == NULL) {
5176 - xmlNodeSetContent(cur, xmlSecStringCR);
5177 - xmlNodeSetContent(cur, buf);
5213 - xmlNodePtr cur = NULL;
5228 - cur = xmlSecAddChild(node, xmlSecNodeX509SubjectName, xmlSecDSigNs);
5229 - if(cur == NULL) {
5239 - xmlSecNodeEncodeAndSetContent(cur, buf);
5250 cur = xmlSecGetNextElementNode(node->children);
5251 - if(cur == NULL) {
5258 - xmlSecErrorsSafeString(xmlSecNodeGetName(cur)));
5265 - if(!xmlSecCheckNodeName(cur, xmlSecNodeX509IssuerName, xmlSecDSigNs)) {
5266 + if((cur == NULL) || !xmlSecCheckNodeName(cur, xmlSecNodeX509IssuerName, xmlSecDSigNs)) {
5276 - xmlNodePtr cur;
5285 - cur = xmlSecAddChild(node, xmlSecNodeX509IssuerSerial, xmlSecDSigNs);
5286 - if(cur == NULL) {
5296 - issuerNameNode = xmlSecAddChild(cur, xmlSecNodeX509IssuerName, xmlSecDSigNs);
5307 - issuerNumberNode = xmlSecAddChild(cur, xmlSecNodeX509SerialNumber, xmlSecDSigNs);
5378 - xmlNodePtr cur = NULL;
5393 - cur = xmlSecAddChild(node, xmlSecNodeX509SKI, xmlSecDSigNs);
5394 - if(cur == NULL) {
5404 - xmlSecNodeEncodeAndSetContent(cur, buf);
5440 - xmlNodePtr cur = NULL;
5457 - cur = xmlSecAddChild(node, xmlSecNodeX509CRL, xmlSecDSigNs);
5458 - if(cur == NULL) {
5470 - xmlNodeSetContent(cur, xmlSecStringCR);
5471 - xmlNodeSetContent(cur, buf);