HomeSort by relevance Sort by last modified time
    Searched defs:config_t (Results 1 - 2 of 2) sorted by null

  /system/bt/osi/include/
config.h 38 struct config_t { struct
44 std::unique_ptr<config_t> config_new_empty(void);
50 std::unique_ptr<config_t> config_new(const char* filename);
57 std::unique_ptr<config_t> config_new_clone(const config_t& src);
61 bool config_has_section(const config_t& config, const std::string& section);
65 bool config_has_key(const config_t& config, const std::string& section,
71 int config_get_int(const config_t& config, const std::string& section,
77 uint64_t config_get_uint64(const config_t& config, const std::string& section,
83 bool config_get_bool(const config_t& config, const std::string& section
    [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 1722 } config_t; typedef in typeref:struct:__anon28852
    [all...]

Completed in 263 milliseconds