Searched refs:CRInput (Results 1 – 8 of 8) sorted by relevance
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-input.h | 50 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 …]
|
D | cr-input.c | 97 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 …]
|
D | cr-tknzr.h | 65 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) ;
|
D | cr-om-parser.h | 67 CROMParser * cr_om_parser_new (CRInput *a_input) ;
|
D | cr-parser.h | 75 CRParser * cr_parser_new_from_input (CRInput *a_input) ;
|
D | cr-tknzr.c | 47 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()
|
D | cr-om-parser.c | 804 cr_om_parser_new (CRInput * a_input) in cr_om_parser_new()
|
D | cr-parser.c | 2800 CRInput *input = NULL; in cr_parser_new_from_buf() 2823 cr_parser_new_from_input (CRInput * a_input) in cr_parser_new_from_input()
|