Home
last modified time | relevance | path

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

/NextBSD/contrib/apr-util/uri/
HDapr_uri.c73 APU_DECLARE(apr_port_t) apr_uri_port_of_scheme(const char *scheme_str) in apr_uri_port_of_scheme() argument
77 if (scheme_str) { in apr_uri_port_of_scheme()
79 if (strcasecmp(scheme_str, scheme->name) == 0) { in apr_uri_port_of_scheme()
/NextBSD/contrib/apr-util/include/
HDapr_uri.h127 APU_DECLARE(apr_port_t) apr_uri_port_of_scheme(const char *scheme_str);