Searched refs:cvout_index (Results 1 - 1 of 1) sorted by relevance

/external/chromium/net/base/
H A Dx509_certificate_nss.cc786 int cvout_index = 0; local
787 cvout[cvout_index].type = cert_po_certList;
788 cvout[cvout_index].value.pointer.chain = NULL;
789 int cvout_cert_list_index = cvout_index;
790 cvout_index++;
791 cvout[cvout_index].type = cert_po_trustAnchor;
792 cvout[cvout_index].value.pointer.cert = NULL;
793 int cvout_trust_anchor_index = cvout_index;
794 cvout_index++;
795 cvout[cvout_index]
862 int cvout_index = 0; local
[all...]

Completed in 15 milliseconds