Home
last modified time | relevance | path

Searched refs:normal_url_char (Results 1 – 25 of 79) sorted by relevance

1234

/dports/devel/pecl-swoole/swoole-4.8.5/thirdparty/
H A Dswoole_http_parser.c172 static const uint8_t normal_url_char[256] = { variable
702 if (normal_url_char[(unsigned char)ch]) break; in swoole_http_parser_execute()
740 if (normal_url_char[(unsigned char)ch]) { in swoole_http_parser_execute()
776 if (normal_url_char[(unsigned char)ch]) break; in swoole_http_parser_execute()
813 if (normal_url_char[(unsigned char)ch]) { in swoole_http_parser_execute()
850 if (normal_url_char[(unsigned char)ch]) break; in swoole_http_parser_execute()
1151 if (normal_url_char[(unsigned char)ch]) in swoole_http_parser_execute()
/dports/dns/knot3-lib/knot-3.1.5/src/contrib/url-parser/
H A Durl_parser.c65 static const uint8_t normal_url_char[32] = { variable
101 #define IS_URL_CHAR(c) (BIT_AT(normal_url_char, (unsigned char)c))
106 (BIT_AT(normal_url_char, (unsigned char)c) || ((c) & 0x80))
/dports/dns/knot3/knot-3.1.5/src/contrib/url-parser/
H A Durl_parser.c65 static const uint8_t normal_url_char[32] = { variable
101 #define IS_URL_CHAR(c) (BIT_AT(normal_url_char, (unsigned char)c))
106 (BIT_AT(normal_url_char, (unsigned char)c) || ((c) & 0x80))
/dports/dns/bind-tools/bind-9.16.27/lib/isc/
H A Durl.c56 static const uint8_t normal_url_char[32] = { variable
201 #define IS_URL_CHAR(c) (BIT_AT(normal_url_char, (unsigned char)c))
204 #define IS_URL_CHAR(c) (BIT_AT(normal_url_char, (unsigned char)c) || ((c)&0x80))
/dports/dns/bind916/bind-9.16.27/lib/isc/
H A Durl.c56 static const uint8_t normal_url_char[32] = { variable
201 #define IS_URL_CHAR(c) (BIT_AT(normal_url_char, (unsigned char)c))
204 #define IS_URL_CHAR(c) (BIT_AT(normal_url_char, (unsigned char)c) || ((c)&0x80))
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isc/
H A Durl.c54 static const uint8_t normal_url_char[32] = { variable
199 #define IS_URL_CHAR(c) (BIT_AT(normal_url_char, (unsigned char)c))
202 #define IS_URL_CHAR(c) (BIT_AT(normal_url_char, (unsigned char)c) || ((c)&0x80))
/dports/databases/webdis/webdis-0.1.18/src/http-parser/
H A Dhttp_parser.c157 static const uint8_t normal_url_char[256] = { variable
730 if (normal_url_char[(unsigned char)ch]) break; in http_parser_execute()
768 if (normal_url_char[(unsigned char)ch]) { in http_parser_execute()
804 if (normal_url_char[(unsigned char)ch]) break; in http_parser_execute()
841 if (normal_url_char[(unsigned char)ch]) { in http_parser_execute()
878 if (normal_url_char[(unsigned char)ch]) break; in http_parser_execute()
/dports/www/mod_php80/php-8.0.15/sapi/cli/
H A Dphp_http_parser.c163 static const uint8_t normal_url_char[256] = { variable
691 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
729 if (normal_url_char[(unsigned char)ch]) { in php_http_parser_execute()
765 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
802 if (normal_url_char[(unsigned char)ch]) { in php_http_parser_execute()
839 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
/dports/www/mod_php81/php-8.1.1/sapi/cli/
H A Dphp_http_parser.c163 static const uint8_t normal_url_char[256] = { variable
691 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
729 if (normal_url_char[(unsigned char)ch]) { in php_http_parser_execute()
765 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
802 if (normal_url_char[(unsigned char)ch]) { in php_http_parser_execute()
839 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
/dports/lang/php73/php-7.3.33/sapi/cli/
H A Dphp_http_parser.c163 static const uint8_t normal_url_char[256] = { variable
691 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
729 if (normal_url_char[(unsigned char)ch]) { in php_http_parser_execute()
765 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
802 if (normal_url_char[(unsigned char)ch]) { in php_http_parser_execute()
839 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
/dports/lang/php74/php-7.4.27/sapi/cli/
H A Dphp_http_parser.c163 static const uint8_t normal_url_char[256] = { variable
691 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
729 if (normal_url_char[(unsigned char)ch]) { in php_http_parser_execute()
765 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
802 if (normal_url_char[(unsigned char)ch]) { in php_http_parser_execute()
839 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
/dports/lang/php81/php-8.1.1/sapi/cli/
H A Dphp_http_parser.c163 static const uint8_t normal_url_char[256] = { variable
691 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
729 if (normal_url_char[(unsigned char)ch]) { in php_http_parser_execute()
765 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
802 if (normal_url_char[(unsigned char)ch]) { in php_http_parser_execute()
839 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
/dports/lang/php80/php-8.0.15/sapi/cli/
H A Dphp_http_parser.c163 static const uint8_t normal_url_char[256] = { variable
691 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
729 if (normal_url_char[(unsigned char)ch]) { in php_http_parser_execute()
765 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
802 if (normal_url_char[(unsigned char)ch]) { in php_http_parser_execute()
839 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
/dports/www/mod_php74/php-7.4.27/sapi/cli/
H A Dphp_http_parser.c163 static const uint8_t normal_url_char[256] = { variable
691 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
729 if (normal_url_char[(unsigned char)ch]) { in php_http_parser_execute()
765 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
802 if (normal_url_char[(unsigned char)ch]) { in php_http_parser_execute()
839 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
/dports/www/mod_php73/php-7.3.33/sapi/cli/
H A Dphp_http_parser.c163 static const uint8_t normal_url_char[256] = { variable
691 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
729 if (normal_url_char[(unsigned char)ch]) { in php_http_parser_execute()
765 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
802 if (normal_url_char[(unsigned char)ch]) { in php_http_parser_execute()
839 if (normal_url_char[(unsigned char)ch]) break; in php_http_parser_execute()
/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.c40 static const uint8_t normal_url_char[32] = { variable
193 #define IS_URL_CHAR(c) (BIT_AT(normal_url_char, (unsigned char)c))
198 (BIT_AT(normal_url_char, (unsigned char)c) || ((c) & 0x80))
/dports/dns/flamethrower/flamethrower-0.11.0/3rd/url-parser/
H A Durl_parser.c40 static const uint8_t normal_url_char[32] = { variable
193 #define IS_URL_CHAR(c) (BIT_AT(normal_url_char, (unsigned char)c))
198 (BIT_AT(normal_url_char, (unsigned char)c) || ((c) & 0x80))
/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.c40 static const uint8_t normal_url_char[32] = { variable
193 #define IS_URL_CHAR(c) (BIT_AT(normal_url_char, (unsigned char)c))
198 (BIT_AT(normal_url_char, (unsigned char)c) || ((c) & 0x80))
/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.c40 static const uint8_t normal_url_char[32] = { variable
193 #define IS_URL_CHAR(c) (BIT_AT(normal_url_char, (unsigned char)c))
198 (BIT_AT(normal_url_char, (unsigned char)c) || ((c) & 0x80))
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/url-parser/
H A Durl_parser.c40 static const uint8_t normal_url_char[32] = { variable
193 #define IS_URL_CHAR(c) (BIT_AT(normal_url_char, (unsigned char)c))
198 (BIT_AT(normal_url_char, (unsigned char)c) || ((c) & 0x80))
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/url-parser/
H A Durl_parser.c40 static const uint8_t normal_url_char[32] = { variable
193 #define IS_URL_CHAR(c) (BIT_AT(normal_url_char, (unsigned char)c))
198 (BIT_AT(normal_url_char, (unsigned char)c) || ((c) & 0x80))
/dports/www/nghttp2/nghttp2-1.46.0/third-party/url-parser/
H A Durl_parser.c40 static const uint8_t normal_url_char[32] = { variable
193 #define IS_URL_CHAR(c) (BIT_AT(normal_url_char, (unsigned char)c))
198 (BIT_AT(normal_url_char, (unsigned char)c) || ((c) & 0x80))
/dports/security/duo/duo_unix-1.11.4/lib/
H A Dhttp_parser.c176 static const uint8_t normal_url_char[256] = { variable
323 #define IS_URL_CHAR(c) (normal_url_char[(unsigned char) (c)])
327 (normal_url_char[(unsigned char) (c)] || ((c) & 0x80))
/dports/www/py-bjoern/bjoern-3.1.0/http-parser/
H A Dhttp_parser.c176 static const uint8_t normal_url_char[256] = { variable
323 #define IS_URL_CHAR(c) (normal_url_char[(unsigned char) (c)])
327 (normal_url_char[(unsigned char) (c)] || ((c) & 0x80))
/dports/devel/pecl-swoole/swoole-4.8.5/tests/swoole_http_client_coro/
H A Dparser.phpt12 // static const uint8_t normal_url_char[256] = {

1234