Home
last modified time | relevance | path

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

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcfg_config.go75 conf, err := configFromReaderWithConfig(file, parserParams)
86 conf, err := configFromReaderWithConfig(bytes.NewBuffer(data), parserParams)
H A Dcfg_parser.go227 return configFromReaderWithConfig(reader, nil)
233 func configFromReaderWithConfig(reader io.Reader, cfg *CfgParseParams) (*configForParsing, error) { func
H A Dcfg_parser_test.go1120 conf, err := configFromReaderWithConfig(strings.NewReader(test.config), test.parserConfig)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcfg_config.go75 conf, err := configFromReaderWithConfig(file, parserParams)
86 conf, err := configFromReaderWithConfig(bytes.NewBuffer(data), parserParams)
H A Dcfg_parser.go227 return configFromReaderWithConfig(reader, nil)
233 func configFromReaderWithConfig(reader io.Reader, cfg *CfgParseParams) (*configForParsing, error) { func
H A Dcfg_parser_test.go1120 conf, err := configFromReaderWithConfig(strings.NewReader(test.config), test.parserConfig)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcfg_config.go75 conf, err := configFromReaderWithConfig(file, parserParams)
86 conf, err := configFromReaderWithConfig(bytes.NewBuffer(data), parserParams)
H A Dcfg_parser.go227 return configFromReaderWithConfig(reader, nil)
233 func configFromReaderWithConfig(reader io.Reader, cfg *CfgParseParams) (*configForParsing, error) { func
H A Dcfg_parser_test.go1120 conf, err := configFromReaderWithConfig(strings.NewReader(test.config), test.parserConfig)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcfg_config.go75 conf, err := configFromReaderWithConfig(file, parserParams)
86 conf, err := configFromReaderWithConfig(bytes.NewBuffer(data), parserParams)
H A Dcfg_parser.go227 return configFromReaderWithConfig(reader, nil)
233 func configFromReaderWithConfig(reader io.Reader, cfg *CfgParseParams) (*configForParsing, error) { func
H A Dcfg_parser_test.go1120 conf, err := configFromReaderWithConfig(strings.NewReader(test.config), test.parserConfig)