HomeSort by: relevance | last modified time | path
    Searched defs:cfg_tuple_get (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isccfg/
parser.c 409 cfg_tuple_get(const cfg_obj_t *tupleobj, const char *name) { function
3954 obj = cfg_tuple_get(plugin, "type");
3964 library = cfg_obj_asstring(cfg_tuple_get(plugin, "library"));
3966 obj = cfg_tuple_get(plugin, "parameters");
  /src/external/mpl/dhcp/bind/dist/lib/isccfg/
parser.c 414 cfg_tuple_get(const cfg_obj_t *tupleobj, const char *name) { function
4122 obj = cfg_tuple_get(plugin, "type");
4132 library = cfg_obj_asstring(cfg_tuple_get(plugin, "library"));
4134 obj = cfg_tuple_get(plugin, "parameters");

Completed in 31 milliseconds