HomeSort by relevance Sort by last modified time
    Searched refs:SANITIZE_ALLOW_COLONS (Results 1 - 3 of 3) sorted by null

  /external/curl/src/
tool_doswin.h 28 #define SANITIZE_ALLOW_COLONS (1<<0) /* Allow colons */
tool_doswin.c 116 SANITIZE_ALLOW_COLONS: Allow colons.
195 (!(flags & (SANITIZE_ALLOW_COLONS|SANITIZE_ALLOW_PATH)) && *p == ':') ||
371 *d = ((flags & (SANITIZE_ALLOW_COLONS|SANITIZE_ALLOW_PATH))) ? ':' : '_';
378 if((flags & (SANITIZE_ALLOW_COLONS|SANITIZE_ALLOW_PATH)) && *s == ':')
554 if(!(flags & (SANITIZE_ALLOW_COLONS|SANITIZE_ALLOW_PATH))) {
  /external/curl/tests/unit/
unit1604.c 50 ((flags & SANITIZE_ALLOW_COLONS) ? "SANITIZE_ALLOW_COLONS" : ""),
99 { "f:foo", SANITIZE_ALLOW_COLONS,
164 { "f:\\com1", SANITIZE_ALLOW_RESERVED | SANITIZE_ALLOW_COLONS,

Completed in 202 milliseconds