Lines Matching refs:ucl_parser
76 Parser functions operates with `struct ucl_parser`.
81 struct ucl_parser* ucl_parser_new (int flags);
93 void ucl_parser_register_macro (struct ucl_parser *parser,
109 void ucl_parser_register_variable (struct ucl_parser *parser,
118 bool ucl_parser_add_chunk (struct ucl_parser *parser,
138 bool ucl_parser_add_string (struct ucl_parser *parser,
147 bool ucl_parser_add_file (struct ucl_parser *parser,
156 ucl_object_t* ucl_parser_get_object (struct ucl_parser *parser);
164 const char *ucl_parser_get_error(struct ucl_parser *parser);
172 void ucl_parser_free (struct ucl_parser *parser);
180 bool ucl_pubkey_add (struct ucl_parser *parser,
189 bool ucl_parser_set_filevars (struct ucl_parser *parser,
214 struct ucl_parser *parser = NULL;