Home
last modified time | relevance | path

Searched refs:CRInput (Results 1 – 8 of 8) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-input.h50 typedef struct _CRInput CRInput ; typedef
73 CRInput *
76 CRInput *
81 cr_input_destroy (CRInput *a_this) ;
84 cr_input_ref (CRInput *a_this) ;
87 cr_input_unref (CRInput *a_this) ;
90 cr_input_read_byte (CRInput *a_this, guchar *a_byte) ;
93 cr_input_read_char (CRInput *a_this, guint32 *a_char) ;
96 cr_input_consume_chars (CRInput *a_this, guint32 a_char,
100 cr_input_consume_char (CRInput *a_this, guint32 a_char) ;
[all …]
Dcr-input.c97 static CRInput *cr_input_new_real (void);
99 static CRInput *
102 CRInput *result = NULL; in cr_input_new_real()
104 result = g_try_malloc (sizeof (CRInput)); in cr_input_new_real()
109 memset (result, 0, sizeof (CRInput)); in cr_input_new_real()
139 CRInput *
145 CRInput *result = NULL; in cr_input_new_from_buf()
206 CRInput *
209 CRInput *result = NULL; in cr_input_new_from_uri()
294 cr_input_destroy (CRInput * a_this) in cr_input_destroy()
[all …]
Dcr-tknzr.h65 CRTknzr * cr_tknzr_new (CRInput *a_input) ;
117 enum CRStatus cr_tknzr_set_input (CRTknzr *a_this, CRInput *a_input) ;
119 enum CRStatus cr_tknzr_get_input (CRTknzr *a_this, CRInput **a_input) ;
Dcr-om-parser.h67 CROMParser * cr_om_parser_new (CRInput *a_input) ;
Dcr-parser.h75 CRParser * cr_parser_new_from_input (CRInput *a_input) ;
Dcr-tknzr.c47 CRInput *input;
1606 cr_tknzr_new (CRInput * a_input) in cr_tknzr_new()
1643 CRInput *input = NULL; in cr_tknzr_new_from_buf()
1660 CRInput *input = NULL; in cr_tknzr_new_from_uri()
1696 cr_tknzr_set_input (CRTknzr * a_this, CRInput * a_input) in cr_tknzr_set_input()
1712 cr_tknzr_get_input (CRTknzr * a_this, CRInput ** a_input) in cr_tknzr_get_input()
1988 CRInput *input = NULL; in cr_tknzr_get_next_token()
Dcr-om-parser.c804 cr_om_parser_new (CRInput * a_input) in cr_om_parser_new()
Dcr-parser.c2800 CRInput *input = NULL; in cr_parser_new_from_buf()
2823 cr_parser_new_from_input (CRInput * a_input) in cr_parser_new_from_input()