Searched refs:CRSimpleSel (Results 1 - 14 of 14) 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-simple-sel.h37 *the declaration of the #CRSimpleSel class.
55 typedef struct _CRSimpleSel CRSimpleSel ; typedef in typeref:struct:_CRSimpleSel
102 CRSimpleSel *next ;
103 CRSimpleSel *prev ;
107 CRSimpleSel * cr_simple_sel_new (void) ;
109 CRSimpleSel * cr_simple_sel_append_simple_sel (CRSimpleSel *a_this,
110 CRSimpleSel *a_sel) ;
112 CRSimpleSel * cr_simple_sel_prepend_simple_sel (CRSimpleSel *a_thi
[all...]
H A Dcr-selector.h62 CRSimpleSel *simple_sel ;
71 CRSelector* cr_selector_new (CRSimpleSel *a_sel_expr) ;
79 CRSimpleSel *a_simple_sel) ;
H A Dcr-simple-sel.c32 *The constructor of #CRSimpleSel.
34 *Returns the new instance of #CRSimpleSel.
36 CRSimpleSel *
39 CRSimpleSel *result = NULL;
41 result = g_try_malloc (sizeof (CRSimpleSel));
46 memset (result, 0, sizeof (CRSimpleSel));
56 *@a_this: the this pointer of the current instance of #CRSimpleSel.
60 CRSimpleSel *
61 cr_simple_sel_append_simple_sel (CRSimpleSel * a_this, CRSimpleSel * a_se
[all...]
H A Dcr-sel-eng.h86 CRSimpleSel *a_sel,
H A Dcr-selector.c40 cr_selector_new (CRSimpleSel * a_simple_sel)
131 CRSimpleSel * a_simple_sel)
H A Dcr-sel-eng.c70 CRSimpleSel * a_sel,
618 sel_matches_node_real (CRSelEng * a_this, CRSimpleSel * a_sel,
623 CRSimpleSel *cur_sel = NULL;
1305 cr_sel_eng_matches_node (CRSelEng * a_this, CRSimpleSel * a_sel,
H A Dcr-parser.c373 CRSimpleSel ** a_sel);
376 CRSimpleSel ** a_sel);
1663 cr_parser_parse_simple_selector (CRParser * a_this, CRSimpleSel ** a_sel)
1668 CRSimpleSel *sel = NULL;
1931 CRSimpleSel ** a_sel)
1935 CRSimpleSel *sel = NULL;
2012 CRSimpleSel *simple_sels = NULL;
3336 CRSimpleSel *simple_sels = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-simple-sel.h37 *the declaration of the #CRSimpleSel class.
55 typedef struct _CRSimpleSel CRSimpleSel ; typedef in typeref:struct:_CRSimpleSel
102 CRSimpleSel *next ;
103 CRSimpleSel *prev ;
107 CRSimpleSel * cr_simple_sel_new (void) ;
109 CRSimpleSel * cr_simple_sel_append_simple_sel (CRSimpleSel *a_this,
110 CRSimpleSel *a_sel) ;
112 CRSimpleSel * cr_simple_sel_prepend_simple_sel (CRSimpleSel *a_thi
[all...]
H A Dcr-selector.h62 CRSimpleSel *simple_sel ;
71 CRSelector* cr_selector_new (CRSimpleSel *a_sel_expr) ;
79 CRSimpleSel *a_simple_sel) ;
H A Dcr-simple-sel.c32 *The constructor of #CRSimpleSel.
34 *Returns the new instance of #CRSimpleSel.
36 CRSimpleSel *
39 CRSimpleSel *result = NULL;
41 result = g_try_malloc (sizeof (CRSimpleSel));
46 memset (result, 0, sizeof (CRSimpleSel));
56 *@a_this: the this pointer of the current instance of #CRSimpleSel.
60 CRSimpleSel *
61 cr_simple_sel_append_simple_sel (CRSimpleSel * a_this, CRSimpleSel * a_se
[all...]
H A Dcr-sel-eng.h86 CRSimpleSel *a_sel,
H A Dcr-selector.c40 cr_selector_new (CRSimpleSel * a_simple_sel)
131 CRSimpleSel * a_simple_sel)
H A Dcr-sel-eng.c70 CRSimpleSel * a_sel,
618 sel_matches_node_real (CRSelEng * a_this, CRSimpleSel * a_sel,
623 CRSimpleSel *cur_sel = NULL;
1305 cr_sel_eng_matches_node (CRSelEng * a_this, CRSimpleSel * a_sel,
H A Dcr-parser.c373 CRSimpleSel ** a_sel);
376 CRSimpleSel ** a_sel);
1663 cr_parser_parse_simple_selector (CRParser * a_this, CRSimpleSel ** a_sel)
1668 CRSimpleSel *sel = NULL;
1931 CRSimpleSel ** a_sel)
1935 CRSimpleSel *sel = NULL;
2012 CRSimpleSel *simple_sels = NULL;
3336 CRSimpleSel *simple_sels = NULL;

Completed in 219 milliseconds