Lines Matching refs:a_str
110 *@a_str: the string that contains the statement.
111 *@a_enc: the encoding of a_str.
119 const guchar * a_str, enum CREncoding a_enc)
128 g_return_val_if_fail (a_str, NULL);
133 parser = cr_parser_new_from_buf ((guchar*)a_str, strlen ((const char *) a_str), a_enc, FALSE);
174 *@a_str: the input buffer that contains the list of declaration to
176 *@a_enc: the encoding of a_str
182 cr_declaration_parse_list_from_buf (const guchar * a_str,
195 g_return_val_if_fail (a_str, NULL);
197 parser = cr_parser_new_from_buf ((guchar*)a_str, strlen ((const char *) a_str), a_enc, FALSE);