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

  /external/chromium/net/base/
dnssec_chain_verifier.cc 346 unsigned b_labels = CountLabels(b); local
348 while (a_labels > b_labels) {
352 while (b_labels > a_labels) {
354 b_labels--;

Completed in 66 milliseconds