Home
last modified time | relevance | path

Searched defs:IS_HOST_CHAR (Results 1 – 25 of 67) sorted by relevance

123

/dports/dns/bind-tools/bind-9.16.27/lib/isc/
H A Durl.c202 #define IS_HOST_CHAR(c) (isalnum((unsigned char)c) || (c) == '.' || (c) == '-') macro
205 #define IS_HOST_CHAR(c) \ macro
/dports/dns/bind916/bind-9.16.27/lib/isc/
H A Durl.c202 #define IS_HOST_CHAR(c) (isalnum((unsigned char)c) || (c) == '.' || (c) == '-') macro
205 #define IS_HOST_CHAR(c) \ macro
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isc/
H A Durl.c200 #define IS_HOST_CHAR(c) (isalnum((unsigned char)c) || (c) == '.' || (c) == '-') macro
203 #define IS_HOST_CHAR(c) \ macro
/dports/dns/knot3-lib/knot-3.1.5/src/contrib/url-parser/
H A Durl_parser.c102 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
107 #define IS_HOST_CHAR(c) \ macro
/dports/dns/knot3/knot-3.1.5/src/contrib/url-parser/
H A Durl_parser.c102 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
107 #define IS_HOST_CHAR(c) \ macro
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/url-parser/
H A Durl_parser.c194 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
199 #define IS_HOST_CHAR(c) \ macro
/dports/dns/flamethrower/flamethrower-0.11.0/3rd/url-parser/
H A Durl_parser.c194 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
199 #define IS_HOST_CHAR(c) \ macro
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/url-parser/
H A Durl_parser.c194 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
199 #define IS_HOST_CHAR(c) \ macro
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/url-parser/
H A Durl_parser.c194 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
199 #define IS_HOST_CHAR(c) \ macro
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/url-parser/
H A Durl_parser.c194 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
199 #define IS_HOST_CHAR(c) \ macro
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/url-parser/
H A Durl_parser.c194 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
199 #define IS_HOST_CHAR(c) \ macro
/dports/www/nghttp2/nghttp2-1.46.0/third-party/url-parser/
H A Durl_parser.c194 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
199 #define IS_HOST_CHAR(c) \ macro
/dports/security/duo/duo_unix-1.11.4/lib/
H A Dhttp_parser.c324 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
328 #define IS_HOST_CHAR(c) \ macro
/dports/www/py-bjoern/bjoern-3.1.0/http-parser/
H A Dhttp_parser.c324 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
328 #define IS_HOST_CHAR(c) \ macro
/dports/databases/libcouchbase/libcouchbase-2.10.7/contrib/http_parser/
H A Dhttp_parser.c368 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
373 #define IS_HOST_CHAR(c) \ macro
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/deps/http-parser/
H A Dhttp_parser.c373 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
378 #define IS_HOST_CHAR(c) \ macro
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/deps/http-parser/
H A Dhttp_parser.c373 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
378 #define IS_HOST_CHAR(c) \ macro
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/deps/http-parser/
H A Dhttp_parser.c373 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
378 #define IS_HOST_CHAR(c) \ macro
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/deps/http-parser/
H A Dhttp_parser.c373 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
378 #define IS_HOST_CHAR(c) \ macro
/dports/devel/R-cran-git2r/git2r/src/libgit2/deps/http-parser/
H A Dhttp_parser.c373 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
378 #define IS_HOST_CHAR(c) \ macro
/dports/www/py-http-parser/http-parser-0.9.0/http_parser/
H A Dhttp_parser.c373 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
378 #define IS_HOST_CHAR(c) \ macro
/dports/mail/rspamd/rspamd-3.1/contrib/http-parser/
H A Dhttp_parser.c373 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
378 #define IS_HOST_CHAR(c) \ macro
/dports/mail/rmilter/rmilter-1.10.0/contrib/http-parser/
H A Dhttp_parser.c372 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
377 #define IS_HOST_CHAR(c) \ macro
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/http-parser/
H A Dhttp_parser.c373 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
378 #define IS_HOST_CHAR(c) \ macro
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/deps/http-parser/
H A Dhttp_parser.c373 #define IS_HOST_CHAR(c) (IS_ALPHANUM(c) || (c) == '.' || (c) == '-') macro
378 #define IS_HOST_CHAR(c) \ macro

123