Home
last modified time | relevance | path

Searched refs:word_begin (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_utils.cc420 bool word_begin = true; in GetCanonicalHeaderName() local
423 word_begin = true; in GetCanonicalHeaderName()
425 if (word_begin) { in GetCanonicalHeaderName()
430 word_begin = false; in GetCanonicalHeaderName()
/external/curl/src/
Dtool_formparse.c351 char *word_begin = ptr; in get_param_word() local
384 return word_begin + 1; in get_param_word()
389 ptr = word_begin; in get_param_word()
395 return word_begin; in get_param_word()
/external/curl/
DCHANGES4283 Just initialize word_begin with the correct value.