Home
last modified time | relevance | path

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

/civetweb-2.7.6/examples/embedded_c/
Dembedded_c.c494 char first_str[64], count_str[64]; in CookieHandler() local
498 (void)mg_get_cookie(cookie, "count", count_str, sizeof(count_str)); in CookieHandler()
513 count = (count_str[0] == 0) ? 0 : atoi(count_str); in CookieHandler()