Home
last modified time | relevance | path

Searched refs:parse_list (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/crypto/heimdal/lib/krb5/
Dconfig_file.c78 static krb5_error_code parse_list(struct fileptr *f, unsigned *lineno,
149 parse_list(struct fileptr *f, unsigned *lineno, krb5_config_binding **parent, in parse_list() function
219 ret = parse_list (f, lineno, &tmp->u.list, error_message); in parse_binding()
/freebsd-9-stable/contrib/bind9/lib/isccfg/
Dparser.c70 parse_list(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret);
1118 parse_list(cfg_parser_t *pctx, const cfg_type_t *listtype, cfg_obj_t **ret) in parse_list() function
1167 CHECK(parse_list(pctx, type, ret)); in cfg_parse_bracketed_list()
/freebsd-9-stable/crypto/heimdal/
DChangeLog.1999745 * lib/krb5/config_file.c (parse_list): don't run past end of line
1036 * lib/krb5/config_file.c (parse_list): handle blank lines at
DChangeLog.1998369 * lib/krb5/config_file.c (parse_list, krb5_config_parse_file):
/freebsd-9-stable/contrib/bind9/
DCHANGES8273 memory cleanup. parse_list() would leak memory