Home
last modified time | relevance | path

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

1234

/dports/graphics/sane-airscan/sane-airscan-0.99.26/
H A Dhttp_parser.c243 static const uint8_t normal_url_char[32] = { variable
435 #define IS_URL_CHAR(c) (BIT_AT(normal_url_char, (unsigned char)c))
440 (BIT_AT(normal_url_char, (unsigned char)c) || ((c) & 0x80))
/dports/www/node10/node-v10.24.1/deps/http_parser/
H A Dhttp_parser.c243 static const uint8_t normal_url_char[32] = { variable
435 #define IS_URL_CHAR(c) (BIT_AT(normal_url_char, (unsigned char)c))
440 (BIT_AT(normal_url_char, (unsigned char)c) || ((c) & 0x80))
/dports/devel/hyperscan/boost_1_75_0/libs/beast/test/bench/parser/nodejs-parser/
H A Dhttp_parser.c243 static const uint8_t normal_url_char[32] = { variable
428 #define IS_URL_CHAR(c) (BIT_AT(normal_url_char, (unsigned char)c))
433 (BIT_AT(normal_url_char, (unsigned char)c) || ((c) & 0x80))
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/internal/code-generator/generator/test_files/
H A Dfrequencies.gold15043 "normal_url_char": -10.903347,

1234