Searched refs:GString (Results 1 - 25 of 41) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgstring.in.h42 typedef struct _GString GString; typedef in typeref:struct:_GString
71 GString* g_string_new (const gchar *init);
72 GString* g_string_new_len (const gchar *init,
75 GString* g_string_sized_new (gsize dfl_size);
77 gchar* g_string_free (GString *string,
80 gboolean g_string_equal (const GString *v,
81 const GString *v2);
82 guint g_string_hash (const GString *str);
83 GString* g_string_assign (GString *strin
[all...]
H A Dgstring.c265 g_string_maybe_expand (GString* string,
275 GString*
278 GString *string = g_slice_new (GString);
290 GString*
293 GString *string;
310 GString*
314 GString *string;
330 g_string_free (GString *string,
345 g_slice_free (GString, strin
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgstring.in.h42 typedef struct _GString GString; typedef in typeref:struct:_GString
71 GString* g_string_new (const gchar *init);
72 GString* g_string_new_len (const gchar *init,
75 GString* g_string_sized_new (gsize dfl_size);
77 gchar* g_string_free (GString *string,
80 gboolean g_string_equal (const GString *v,
81 const GString *v2);
82 guint g_string_hash (const GString *str);
83 GString* g_string_assign (GString *strin
[all...]
H A Dgstring.c265 g_string_maybe_expand (GString* string,
275 GString*
278 GString *string = g_slice_new (GString);
290 GString*
293 GString *string;
310 GString*
314 GString *string;
330 g_string_free (GString *string,
345 g_slice_free (GString, strin
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-string.h40 *This is a ship implementation of string based on GString.
44 *So this class has a gstring field of type GString that users can
47 *location stuffs, then use GString instead. If we were in C++ for example,
48 *CRString would just inherit GString and just add accessors to
54 *The GString where all the string
57 GString *stryng ;
67 CRString * cr_string_new_from_gstring (GString *a_string) ;
H A Dcr-style.h286 GString * a_str, guint a_nb_indent) ;
289 GString *a_str,
293 GString *a_str,
297 GString *a_str,
301 GString *a_str,
305 GString *a_str,
309 GString *a_str,
334 GString **a_str,
H A Dcr-parsing-location.c106 GString *result = NULL ;
H A Dcr-pseudo.c58 GString *str_buf = NULL;
H A Dcr-string.c70 *Instanciates a #CRString from an instance of GString.
76 cr_string_new_from_gstring (GString *a_string)
H A Dcr-stylesheet.c64 GString *stringue = NULL;
H A Dcr-attr-sel.c113 GString *str_buf = NULL;
H A Dcr-additional-sel.c237 GString *str_buf = NULL;
339 GString *str_buf = NULL;
H A Dcr-simple-sel.c105 GString *str_buf = NULL;
167 GString *str_buf = NULL;
H A Dcr-selector.c145 GString *str_buf = NULL;
H A Dcr-utils.c1285 cr_utils_dump_n_chars2 (guchar a_char, GString * a_string, glong a_nb)
1310 *Duplicates a list of GString instances.
1311 *@return the duplicated list of GString instances or NULL if
1324 GString *str = NULL;
1326 str = g_string_new_len (((GString *) cur->data)->str,
1327 ((GString *) cur->data)->len);
H A Dcr-utils.h236 GString *a_string,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-string.h40 *This is a ship implementation of string based on GString.
44 *So this class has a gstring field of type GString that users can
47 *location stuffs, then use GString instead. If we were in C++ for example,
48 *CRString would just inherit GString and just add accessors to
54 *The GString where all the string
57 GString *stryng ;
67 CRString * cr_string_new_from_gstring (GString *a_string) ;
H A Dcr-style.h286 GString * a_str, guint a_nb_indent) ;
289 GString *a_str,
293 GString *a_str,
297 GString *a_str,
301 GString *a_str,
305 GString *a_str,
309 GString *a_str,
334 GString **a_str,
H A Dcr-parsing-location.c106 GString *result = NULL ;
H A Dcr-pseudo.c58 GString *str_buf = NULL;
H A Dcr-string.c70 *Instanciates a #CRString from an instance of GString.
76 cr_string_new_from_gstring (GString *a_string)
H A Dcr-stylesheet.c64 GString *stringue = NULL;
H A Dcr-attr-sel.c113 GString *str_buf = NULL;
H A Dcr-additional-sel.c237 GString *str_buf = NULL;
339 GString *str_buf = NULL;
H A Dcr-simple-sel.c105 GString *str_buf = NULL;
167 GString *str_buf = NULL;

Completed in 202 milliseconds

12