Home
last modified time | relevance | path

Searched refs:suffix_len (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/openssl/
H A Dxp_ssl.c393 size_t suffix_len, subject_len; in php_openssl_matches_wildcard_name() local
410 suffix_len = strlen(wildcard + 1); in php_openssl_matches_wildcard_name()
412 if (suffix_len <= subject_len) { in php_openssl_matches_wildcard_name()
416 return strcasecmp(wildcard + 1, subjectname + subject_len - suffix_len) == 0 && in php_openssl_matches_wildcard_name()
417 memchr(subjectname + prefix_len, '.', subject_len - suffix_len - prefix_len) == NULL; in php_openssl_matches_wildcard_name()
/PHP-7.4/ext/standard/
H A Dstring.c1606 size_t string_len, suffix_len = 0; local
1611 Z_PARAM_STRING(suffix, suffix_len)
1614 RETURN_STR(php_basename(string, string_len, suffix, suffix_len));

Completed in 30 milliseconds