Searched refs:URL_UNSAFE (Results 1 – 1 of 1) sorted by relevance
128 const unsigned char URL_UNSAFE = 0x1; // 0-33 "#$%&+,/:;<=>?@[\]^`{|} 127 variable153 if ((ch < 128) && (ASCII_CLASS[ch] & URL_UNSAFE)) { in url_encode()