Home
last modified time | relevance | path

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

/net-tools-3.5.0/libcoap/src/
Dresource.c112 unsigned char *next_token = text->s; in match() local
116 unsigned char *token = next_token; in match()
117 next_token = memchr(token, ' ', remaining_length); in match()
119 if (next_token) { in match()
120 token_length = next_token - token; in match()
122 next_token++; in match()