Searched defs:url_XAlphas (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsEscape.h60 url_XAlphas = PR_BIT(0) /**< Normal escape - leave alphas intact, escape the rest */ enumerator in enum:__anon17311
61 , url_XPAlphas = PR_BIT(1) /**< As url_XAlphas, but convert spaces (0x20) to '+' and plus to %2B */
62 , url_Path = PR_BIT(2) /**< As url_XAlphas, but don't escape slash ('/') */

Completed in 58 milliseconds