Home | History | Annotate | Download | only in apps

Lines Matching refs:xi

1115 	X509_INFO *xi;
1162 xi = sk_X509_INFO_value (xis, i);
1163 if (xi->x509 && pcerts)
1165 if (!sk_X509_push(*pcerts, xi->x509))
1167 xi->x509 = NULL;
1169 if (xi->crl && pcrls)
1171 if (!sk_X509_CRL_push(*pcrls, xi->crl))
1173 xi->crl = NULL;