Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/core/
A Ddef.c108 size_t tokenlen = strlen(token); in lwip_strnstr() local
109 if (tokenlen == 0) { in lwip_strnstr()
112 for (p = buffer; *p && (p + tokenlen <= buffer + n); p++) { in lwip_strnstr()
113 if ((*p == *token) && (strncmp(p, token, tokenlen) == 0)) { in lwip_strnstr()
/components/net/lwip/lwip-2.1.2/src/core/
A Ddef.c108 size_t tokenlen = strlen(token); in lwip_strnstr() local
109 if (tokenlen == 0) { in lwip_strnstr()
112 for (p = buffer; *p && (p + tokenlen <= buffer + n); p++) { in lwip_strnstr()
113 if ((*p == *token) && (strncmp(p, token, tokenlen) == 0)) { in lwip_strnstr()

Completed in 19 milliseconds