Lines Matching refs:decode_item
524 SECItem* decode_item = CERT_DecodeAVAValue(&avas[pair]->value);525 if (!decode_item)528 // TODO(wtc): Pass decode_item to CERT_RFC1485_EscapeAndQuote.529 std::string value(reinterpret_cast<char*>(decode_item->data),530 decode_item->len);534 SECITEM_FreeItem(decode_item, PR_TRUE);