Searched refs:BcmPostArgs (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbroadcom.c213 static dict_hdl_t BcmPostArgs; variable
4991 DictFree(BcmPostArgs); /* Ignoring any argument */
5019 dict_iterator_t iterator = DictIteratorNew(BcmPostArgs);
5036 const char *value = DictGet(BcmPostArgs, key);
5052 DictFree(BcmPostArgs);
14393 * The arguments are added to the file global BcmPostArgs variable.
14405 BcmPostArgs = DictNew();
14413 DictSet(BcmPostArgs, "plc_cfg_root", "");
14440 DictSet(BcmPostArgs, line + 1, value_pos ? line + value_pos : "");

Completed in 123 milliseconds