Searched refs:CRAttrSel (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-attr-sel.h37 typedef struct _CRAttrSel CRAttrSel ; typedef in typeref:struct:_CRAttrSel
53 CRAttrSel *next ;
54 CRAttrSel *prev ;
58 CRAttrSel * cr_attr_sel_new (void) ;
60 enum CRStatus cr_attr_sel_append_attr_sel (CRAttrSel * a_this,
61 CRAttrSel *a_attr_sel) ;
63 enum CRStatus cr_attr_sel_prepend_attr_sel (CRAttrSel *a_this,
64 CRAttrSel *a_attr_sel) ;
66 guchar * cr_attr_sel_to_string (CRAttrSel *a_this) ;
68 void cr_attr_sel_dump (CRAttrSel *a_thi
[all...]
H A Dcr-attr-sel.c28 * CRAttrSel:
38 * The constructor of #CRAttrSel.
40 * of #CRAttrSel.
42 CRAttrSel *
45 CRAttrSel *result = NULL;
47 result = g_malloc0 (sizeof (CRAttrSel));
54 * @a_this: the this pointer of the current instance of #CRAttrSel.
62 cr_attr_sel_append_attr_sel (CRAttrSel * a_this, CRAttrSel * a_attr_sel)
64 CRAttrSel *cur_se
[all...]
H A Dcr-additional-sel.h51 CRAttrSel *attr_sel ;
83 CRAttrSel *a_sel) ;
H A Dcr-additional-sel.c154 * @a_sel: the new instance of #CRAttrSel to set.
156 * Sets a new instance of #CRAttrSel to
160 cr_additional_sel_set_attr_sel (CRAdditionalSel * a_this, CRAttrSel * a_sel)
H A Dcr-parser.c370 CRAttrSel ** a_sel);
1327 CRAttrSel ** a_sel)
1332 CRAttrSel *result = NULL;
1773 CRAttrSel *attr_sel = NULL;
H A Dcr-sel-eng.c300 CRAttrSel *cur_sel = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-attr-sel.h37 typedef struct _CRAttrSel CRAttrSel ; typedef in typeref:struct:_CRAttrSel
53 CRAttrSel *next ;
54 CRAttrSel *prev ;
58 CRAttrSel * cr_attr_sel_new (void) ;
60 enum CRStatus cr_attr_sel_append_attr_sel (CRAttrSel * a_this,
61 CRAttrSel *a_attr_sel) ;
63 enum CRStatus cr_attr_sel_prepend_attr_sel (CRAttrSel *a_this,
64 CRAttrSel *a_attr_sel) ;
66 guchar * cr_attr_sel_to_string (CRAttrSel *a_this) ;
68 void cr_attr_sel_dump (CRAttrSel *a_thi
[all...]
H A Dcr-attr-sel.c28 * CRAttrSel:
38 * The constructor of #CRAttrSel.
40 * of #CRAttrSel.
42 CRAttrSel *
45 CRAttrSel *result = NULL;
47 result = g_malloc0 (sizeof (CRAttrSel));
54 * @a_this: the this pointer of the current instance of #CRAttrSel.
62 cr_attr_sel_append_attr_sel (CRAttrSel * a_this, CRAttrSel * a_attr_sel)
64 CRAttrSel *cur_se
[all...]
H A Dcr-additional-sel.h51 CRAttrSel *attr_sel ;
83 CRAttrSel *a_sel) ;
H A Dcr-additional-sel.c154 * @a_sel: the new instance of #CRAttrSel to set.
156 * Sets a new instance of #CRAttrSel to
160 cr_additional_sel_set_attr_sel (CRAdditionalSel * a_this, CRAttrSel * a_sel)
H A Dcr-parser.c370 CRAttrSel ** a_sel);
1327 CRAttrSel ** a_sel)
1332 CRAttrSel *result = NULL;
1773 CRAttrSel *attr_sel = NULL;
H A Dcr-sel-eng.c300 CRAttrSel *cur_sel = NULL;

Completed in 124 milliseconds