Lines Matching refs:xbc_parse_error
103 static int __init xbc_parse_error(const char *msg, const char *p) in xbc_parse_error() function
476 xbc_parse_error("Too many nodes", data); in __xbc_add_sibling()
536 return xbc_parse_error("Exceed max depth of braces", p); in __xbc_open_brace()
547 return xbc_parse_error("Unexpected closing brace", p); in __xbc_close_brace()
574 return xbc_parse_error("Non printable value", p); in __xbc_parse_value()
583 return xbc_parse_error("No value delimiter", p); in __xbc_parse_value()
595 return xbc_parse_error("No closing quotes", p); in __xbc_parse_value()
653 return xbc_parse_error("Invalid keyword", k); in __xbc_add_key()
722 return xbc_parse_error("Value is redefined", v); in xbc_parse_kv()
727 return xbc_parse_error("Failed to override value", v); in xbc_parse_kv()
807 return xbc_parse_error("Brace is not closed", in xbc_verify_tree()
813 xbc_parse_error("Empty config", xbc_data); in xbc_verify_tree()
819 return xbc_parse_error("No closing brace", in xbc_verify_tree()
833 return xbc_parse_error("Too long key length", in xbc_verify_tree()
841 return xbc_parse_error("Too many key words", in xbc_verify_tree()
874 ret = xbc_parse_error("No delimiter", p); in xbc_parse_tree()
884 ret = xbc_parse_error(c == '+' ? in xbc_parse_tree()