Home
last modified time | relevance | path

Searched refs:go_string_new_nocopy_len (Results 1 – 2 of 2) sorted by relevance

/dports/devel/goffice/goffice-0.10.50/goffice/utils/
H A Dgo-string.h42 GOString *go_string_new_nocopy_len (char *str, guint32 len);
H A Dgo-string.c156 go_string_new_nocopy_len (char *str, guint32 len) in go_string_new_nocopy_len() function
207 return str ? go_string_new_nocopy_len (str, strlen (str)) : NULL; in go_string_new_nocopy()