Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/examples/
Dclient.c622 int valcnt = 0; in cmdline_content_type() local
632 value[valcnt++] = atoi(q); in cmdline_content_type()
641 value[valcnt] = content_types[i].code; in cmdline_content_type()
642 valcnt++; in cmdline_content_type()
654 for (i = 0; i < valcnt; ++i) { in cmdline_content_type()