Lines Matching refs:decode_item
247 SECItem* decode_item = CERT_DecodeAVAValue(&avas[pair]->value);248 if (!decode_item)250 // TODO(wtc): Pass decode_item to CERT_RFC1485_EscapeAndQuote.251 std::string value(reinterpret_cast<char*>(decode_item->data),252 decode_item->len);254 SECITEM_FreeItem(decode_item, PR_TRUE);