Searched refs:CRPropList (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-prop-list.h31 typedef struct _CRPropList CRPropList ; typedef in typeref:struct:_CRPropList
39 CRPropList * cr_prop_list_append (CRPropList *a_this,
40 CRPropList *a_to_append) ;
42 CRPropList * cr_prop_list_append2 (CRPropList *a_this,
46 CRPropList * cr_prop_list_prepend (CRPropList *a_this,
47 CRPropList *a_to_append) ;
49 CRPropList * cr_prop_list_prepend
[all...]
H A Dcr-prop-list.c31 CRPropList *next;
32 CRPropList *prev;
35 static CRPropList *cr_prop_list_allocate (void);
38 *Default allocator of CRPropList
39 *@return the newly allocated CRPropList or NULL
42 static CRPropList *
45 CRPropList *result = NULL;
47 result = g_try_malloc (sizeof (CRPropList));
49 cr_utils_trace_info ("could not allocate CRPropList");
52 memset (result, 0, sizeof (CRPropList));
[all...]
H A Dcr-sel-eng.h100 CRPropList **a_props) ;
H A Dcr-sel-eng.c84 static enum CRStatus put_css_properties_in_props_list (CRPropList ** a_props,
959 put_css_properties_in_props_list (CRPropList ** a_props, CRStatement * a_stmt)
961 CRPropList *props = NULL,
1090 set_style_from_props (CRStyle * a_style, CRPropList * a_props)
1092 CRPropList *cur = NULL;
1410 CRPropList ** a_props)
1517 CRPropList *props = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-prop-list.h31 typedef struct _CRPropList CRPropList ; typedef in typeref:struct:_CRPropList
39 CRPropList * cr_prop_list_append (CRPropList *a_this,
40 CRPropList *a_to_append) ;
42 CRPropList * cr_prop_list_append2 (CRPropList *a_this,
46 CRPropList * cr_prop_list_prepend (CRPropList *a_this,
47 CRPropList *a_to_append) ;
49 CRPropList * cr_prop_list_prepend
[all...]
H A Dcr-prop-list.c31 CRPropList *next;
32 CRPropList *prev;
35 static CRPropList *cr_prop_list_allocate (void);
38 *Default allocator of CRPropList
39 *@return the newly allocated CRPropList or NULL
42 static CRPropList *
45 CRPropList *result = NULL;
47 result = g_try_malloc (sizeof (CRPropList));
49 cr_utils_trace_info ("could not allocate CRPropList");
52 memset (result, 0, sizeof (CRPropList));
[all...]
H A Dcr-sel-eng.h100 CRPropList **a_props) ;
H A Dcr-sel-eng.c84 static enum CRStatus put_css_properties_in_props_list (CRPropList ** a_props,
959 put_css_properties_in_props_list (CRPropList ** a_props, CRStatement * a_stmt)
961 CRPropList *props = NULL,
1090 set_style_from_props (CRStyle * a_style, CRPropList * a_props)
1092 CRPropList *cur = NULL;
1410 CRPropList ** a_props)
1517 CRPropList *props = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-styled-ostream.oo.c185 CRPropList *props = NULL;
224 CRPropList *cur;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterm-styled-ostream.c182 CRPropList *props = NULL;
221 CRPropList *cur;
H A Dterm-styled-ostream.oo.c185 CRPropList *props = NULL;
224 CRPropList *cur;

Completed in 128 milliseconds