Searched refs:ELEM_AT (Results 1 – 1 of 1) sorted by relevance
53 #ifndef ELEM_AT54 # define ELEM_AT(a, i, v) ((unsigned int) (i) < ARRAY_SIZE(a) ? (a)[(i)] : (v)) macro2329 return ELEM_AT(method_strings, m, "<unknown>"); in http_method_str()