Searched refs:skip_quoted (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/mongoose/
H A Dmongoose.c665 static char *skip_quoted(char **buf, const char *delimiters, const char *whitespace, char quotechar) { function
706 // Simplified version of skip_quoted without quote char
709 return skip_quoted(buf, delimiters, delimiters, 0);
2090 name = skip_quoted(&s, "=", " ", 0);
2094 value = skip_quoted(&s, "\"", " ", '\\');
2099 value = skip_quoted(&s, ", ", " ", 0); // IE uses commas, FF uses spaces
2593 ri->http_headers[i].name = skip_quoted(buf, ":", " ", 0);

Completed in 63 milliseconds