Home
last modified time | relevance | path

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

/external/libevent/
Dhttp.c3016 #ifndef MEMBERSOF
3017 #define MEMBERSOF(x) (sizeof(x)/sizeof(x[0])) macro
3021 /* 1xx */ { "Informational", MEMBERSOF(informational_phrases), informational_phrases },
3022 /* 2xx */ { "Success", MEMBERSOF(success_phrases), success_phrases },
3023 /* 3xx */ { "Redirection", MEMBERSOF(redirection_phrases), redirection_phrases },
3024 /* 4xx */ { "Client Error", MEMBERSOF(client_error_phrases), client_error_phrases },
3025 /* 5xx */ { "Server Error", MEMBERSOF(server_error_phrases), server_error_phrases }
3035 if (klass < 0 || klass >= (int) MEMBERSOF(response_classes)) in evhttp_response_phrase_internal()