Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/http/
Dhttp_parser.c53 #ifndef ELEM_AT
54 # define ELEM_AT(a, i, v) ((unsigned int) (i) < ARRAY_SIZE(a) ? (a)[(i)] : (v)) macro
2329 return ELEM_AT(method_strings, m, "<unknown>"); in http_method_str()