Searched refs:reason_phrases (Results 1 – 2 of 2) sorted by relevance
178 } reason_phrases [] = { variable275 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()
1701 * libsoup/soup-status.c (reason_phrases): mark this const3347 * libsoup/soup-status.c (reason_phrases): Add some missing