Home
last modified time | relevance | path

Searched refs:URL_RESERVED (Results 1 – 12 of 12) sorted by relevance

/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXURL.cpp162 #define URL_RESERVED ";/?:@=&" // Only encode if not used as reserved by scheme macro
172 if(!Ascii::isAlphaNumeric(c) && (c<=' ' || c>='{') && strchr(URL_UNSAFE URL_RESERVED,c)){ in encode()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXURL.cpp162 #define URL_RESERVED ";/?:@=&" // Only encode if not used as reserved by scheme macro
172 if(!Ascii::isAlphaNumeric(c) && (c<=' ' || c>='{') && strchr(URL_UNSAFE URL_RESERVED,c)){ in encode()
/dports/devel/cgit/cgit-1.2.3/git/
H A Durlmatch.c12 #define URL_RESERVED URL_GEN_RESERVED URL_SUB_RESERVED /* only allowed delims */ macro
184 "", URL_RESERVED)) { in url_normalize_1()
343 URL_RESERVED)) { in url_normalize_1()
402 if (!append_normalized_escapes(&norm, url, url_len, "", URL_RESERVED)) { in url_normalize_1()
/dports/devel/git-svn/git-2.34.1/
H A Durlmatch.c12 #define URL_RESERVED URL_GEN_RESERVED URL_SUB_RESERVED /* only allowed delims */ macro
184 "", URL_RESERVED)) { in url_normalize_1()
343 URL_RESERVED)) { in url_normalize_1()
402 if (!append_normalized_escapes(&norm, url, url_len, "", URL_RESERVED)) { in url_normalize_1()
/dports/devel/git-p4/git-2.34.1/
H A Durlmatch.c12 #define URL_RESERVED URL_GEN_RESERVED URL_SUB_RESERVED /* only allowed delims */ macro
184 "", URL_RESERVED)) { in url_normalize_1()
343 URL_RESERVED)) { in url_normalize_1()
402 if (!append_normalized_escapes(&norm, url, url_len, "", URL_RESERVED)) { in url_normalize_1()
/dports/devel/git-gui/git-2.34.1/
H A Durlmatch.c12 #define URL_RESERVED URL_GEN_RESERVED URL_SUB_RESERVED /* only allowed delims */ macro
184 "", URL_RESERVED)) { in url_normalize_1()
343 URL_RESERVED)) { in url_normalize_1()
402 if (!append_normalized_escapes(&norm, url, url_len, "", URL_RESERVED)) { in url_normalize_1()
/dports/devel/git/git-2.34.1/
H A Durlmatch.c12 #define URL_RESERVED URL_GEN_RESERVED URL_SUB_RESERVED /* only allowed delims */ macro
184 "", URL_RESERVED)) { in url_normalize_1()
343 URL_RESERVED)) { in url_normalize_1()
402 if (!append_normalized_escapes(&norm, url, url_len, "", URL_RESERVED)) { in url_normalize_1()
/dports/devel/git-cvs/git-2.34.1/
H A Durlmatch.c12 #define URL_RESERVED URL_GEN_RESERVED URL_SUB_RESERVED /* only allowed delims */ macro
184 "", URL_RESERVED)) { in url_normalize_1()
343 URL_RESERVED)) { in url_normalize_1()
402 if (!append_normalized_escapes(&norm, url, url_len, "", URL_RESERVED)) { in url_normalize_1()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/bnf/sofia-sip/
H A Dbnf.h292 #define URL_RESERVED ";/?:=+$," macro
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/bnf/sofia-sip/
H A Dbnf.h292 #define URL_RESERVED ";/?:=+$," macro
/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A Dgmutils.cpp149 #define URL_RESERVED ";/?:@=&" // Only encode if not used as reserved by scheme macro
H A DGMAudioScrobbler.cpp95 #define URL_RESERVED ";/?:@=&" // Only encode if not used as reserved by scheme macro