HomeSort by relevance Sort by last modified time
    Searched full:first_chain (Results 1 - 1 of 1) sorted by null

  /external/chromium/net/base/
x509_certificate_win.cc 299 PCERT_SIMPLE_CHAIN first_chain = chain_context->rgpChain[0]; local
300 int num_elements = first_chain->cElement;
301 PCERT_CHAIN_ELEMENT* element = first_chain->rgpElement;
473 PCERT_SIMPLE_CHAIN first_chain = chain->rgpChain[0];
474 PCERT_CHAIN_ELEMENT* const element = first_chain->rgpElement;
476 const DWORD num_elements = first_chain->cElement;
540 PCERT_SIMPLE_CHAIN first_chain = chain_context->rgpChain[0]; local
541 int num_elements = first_chain->cElement;
544 PCERT_CHAIN_ELEMENT* element = first_chain->rgpElement;
    [all...]

Completed in 2846 milliseconds