Lines Matching defs:full
673 size_t match_len, int full)
686 if (match_len > len || (full && match_len != len))
696 return 1; /* full label match completes suffix match */
704 size_t match_len, int full)
714 full ? "" : "suffix ", match);
729 match_len, full) == 1) {
731 full ? "Match" : "Suffix match");
761 match, match_len, full) == 1) {
763 full ? "Match" : "Suffix match");
769 full ? "" : "suffix ");
774 static int tls_match_suffix(WOLFSSL_X509 *cert, const char *match, int full)
780 if (tls_match_suffix_helper(cert, token, last - token, full))