Searched defs:a_import_string (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-parser.c3528 *@a_import_string: out parameter.
3532 * *a_import_string must be initially set to NULL or else, this function
3547 CRString ** a_import_string,
3557 && a_import_string
3558 && (*a_import_string == NULL),
3589 status = cr_parser_parse_string (a_this, a_import_string);
3593 status = cr_parser_parse_uri (a_this, a_import_string);
3675 if (*a_import_string) {
3676 cr_string_destroy (*a_import_string);
3677 *a_import_string
3545 cr_parser_parse_import(CRParser * a_this, GList ** a_media_list, CRString ** a_import_string, CRParsingLocation *a_location) argument
[all...]

Completed in 37 milliseconds