Searched refs:CROMParser (Results 1 - 4 of 4) 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-om-parser.h44 typedef struct _CROMParser CROMParser ; typedef in typeref:struct:_CROMParser
58 CROMParser * cr_om_parser_new (CRInput *a_input) ;
65 enum CRStatus cr_om_parser_parse_file (CROMParser *a_this,
75 enum CRStatus cr_om_parser_parse_buf (CROMParser *a_this,
81 enum CRStatus cr_om_parser_parse_paths_to_cascade (CROMParser *a_this,
94 void cr_om_parser_destroy (CROMParser *a_this) ;
H A Dcr-om-parser.c30 *@CROMParser:
143 cr_om_parser_init_default_sac_handler (CROMParser * a_this)
769 *Constructor of the CROMParser.
770 *Returns the newly built instance of #CROMParser.
772 CROMParser *
775 CROMParser *result = NULL;
778 result = g_try_malloc (sizeof (CROMParser));
785 memset (result, 0, sizeof (CROMParser));
821 *@a_this: the current instance of #CROMParser.
832 cr_om_parser_parse_buf (CROMParser * a_thi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-om-parser.h44 typedef struct _CROMParser CROMParser ; typedef in typeref:struct:_CROMParser
58 CROMParser * cr_om_parser_new (CRInput *a_input) ;
65 enum CRStatus cr_om_parser_parse_file (CROMParser *a_this,
75 enum CRStatus cr_om_parser_parse_buf (CROMParser *a_this,
81 enum CRStatus cr_om_parser_parse_paths_to_cascade (CROMParser *a_this,
94 void cr_om_parser_destroy (CROMParser *a_this) ;
H A Dcr-om-parser.c30 *@CROMParser:
143 cr_om_parser_init_default_sac_handler (CROMParser * a_this)
769 *Constructor of the CROMParser.
770 *Returns the newly built instance of #CROMParser.
772 CROMParser *
775 CROMParser *result = NULL;
778 result = g_try_malloc (sizeof (CROMParser));
785 memset (result, 0, sizeof (CROMParser));
821 *@a_this: the current instance of #CROMParser.
832 cr_om_parser_parse_buf (CROMParser * a_thi
[all...]

Completed in 82 milliseconds