Lines Matching refs:a_str
354 CRString ** a_str);
357 CRString ** a_str);
360 CRString ** a_str);
2206 *@a_str: the successfully parsed url.
2215 cr_parser_parse_uri (CRParser * a_this, CRString ** a_str)
2224 URI_TK, NO_ET, a_str, NULL);
2246 cr_parser_parse_string (CRParser * a_this, CRString ** a_str)
2252 && a_str, CR_BAD_PARAM_ERROR);
2255 STRING_TK, NO_ET, a_str, NULL);
2265 *@param a_str a pointer to parsed ident. If *a_str is NULL,
2268 *In both cases it is up to the caller to free *a_str.
2274 cr_parser_parse_ident (CRParser * a_this, CRString ** a_str)
2280 && a_str, CR_BAD_PARAM_ERROR);
2283 IDENT_TK, NO_ET, a_str, NULL);