Home
last modified time | relevance | path

Searched defs:TOKEN (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/subsys/net/lib/http/
Dhttp_parser.c283 #define TOKEN(c) (tokens[(unsigned char)c]) macro
286 #define TOKEN(c) ((c == ' ') ? ' ' : tokens[(unsigned char)c]) macro