Searched refs:MEMBERSOF (Results 1 – 1 of 1) sorted by relevance
/external/libevent/ |
D | http.c | 2964 #ifndef MEMBERSOF 2965 #define MEMBERSOF(x) (sizeof(x)/sizeof(x[0])) macro 2969 /* 1xx */ { "Informational", MEMBERSOF(informational_phrases), informational_phrases }, 2970 /* 2xx */ { "Success", MEMBERSOF(success_phrases), success_phrases }, 2971 /* 3xx */ { "Redirection", MEMBERSOF(redirection_phrases), redirection_phrases }, 2972 /* 4xx */ { "Client Error", MEMBERSOF(client_error_phrases), client_error_phrases }, 2973 /* 5xx */ { "Server Error", MEMBERSOF(server_error_phrases), server_error_phrases } 2983 if (klass < 0 || klass >= (int) MEMBERSOF(response_classes)) in evhttp_response_phrase_internal()
|