Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/common/
H A Dapplib.h31 #define CONF_VALUE_LEN 100 macro
34 char value[CONF_VALUE_LEN + 1];
H A Dapplib.c124 if ((len = strlen(p)) > CONF_VALUE_LEN) in LoadConfig()