Home
last modified time | relevance | path

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

/external/libevent/
Dhttp.c2580 #ifndef MEMBERSOF
2581 #define MEMBERSOF(x) (sizeof(x)/sizeof(x[0])) macro
2585 /* 1xx */ { "Informational", MEMBERSOF(informational_phrases), informational_phrases },
2586 /* 2xx */ { "Success", MEMBERSOF(success_phrases), success_phrases },
2587 /* 3xx */ { "Redirection", MEMBERSOF(redirection_phrases), redirection_phrases },
2588 /* 4xx */ { "Client Error", MEMBERSOF(client_error_phrases), client_error_phrases },
2589 /* 5xx */ { "Server Error", MEMBERSOF(server_error_phrases), server_error_phrases }
2599 if (klass < 0 || klass >= (int) MEMBERSOF(response_classes)) in evhttp_response_phrase_internal()