Home
last modified time | relevance | path

Searched refs:reason_phrases (Results 1 – 2 of 2) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-status.c178 } reason_phrases [] = { variable
275 for (i = 0; reason_phrases [i].code; i++) { in soup_status_get_phrase()
276 if (reason_phrases [i].code == status_code) in soup_status_get_phrase()
277 return reason_phrases [i].phrase; in soup_status_get_phrase()
/third_party/libsoup/
DChangeLog.pre-git1701 * libsoup/soup-status.c (reason_phrases): mark this const
3347 * libsoup/soup-status.c (reason_phrases): Add some missing