Searched refs:xml_quote_strdup (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/xml/
H A Dquote.h7 char *xml_quote_strdup(char const *src);
H A Dquote.cpp40 char *xml_quote_strdup(char const *src) function
H A Dquote-test.h63 char* str = xml_quote_strdup(cases[i].s1);
/inkscape/src/
H A Dsp-anchor.cpp110 char *quoted_href = xml_quote_strdup(this->href);
H A Dselection-describer.cpp150 char *quoted_layer_label = xml_quote_strdup(layer_label);
164 char *quoted_parent_label = xml_quote_strdup(parent_label);
H A Dsp-image.cpp518 : xml_quote_strdup(this->href);
H A Dsp-text.cpp368 char *n = xml_quote_strdup( style->font_family.value );

Completed in 22 milliseconds