Searched refs:g_strcompress (Results 1 – 9 of 9) sorted by relevance
207 gchar* g_strcompress (const gchar *source) G_GNUC_MALLOC;
2200 g_strcompress (const gchar *source) in g_strcompress() function
2762 #undef g_strcompress 2763 extern __typeof (g_strcompress) g_strcompress __attribute((alias("IA__g_strcompress"), visibility("…
2751 extern __typeof (g_strcompress) IA__g_strcompress __attribute((visibility("hidden"))) G_GNUC_MALLOC;2752 #define g_strcompress IA__g_strcompress macro
1231 g_strcompress
701 * glib/gstrfuncs.c (g_strcompress): Warn and don't crash
3041 * g_strcompress() added, g_strescape() had a slight API change, and
6365 * tests/strfunc-test.c: Rename g_strccpy to g_strcompress and6368 g_strcompress, octal digits were gobbled up without limit, should
3995 g_strescape and added those of g_strcompress.