Searched refs:a_len (Results 1 - 11 of 11) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-om-parser.h71 gulong a_len,
77 gulong a_len,
H A Dcr-utils.h168 gulong *a_len) ;
172 gulong *a_len) ;
176 gulong *a_len) ;
180 gulong *a_len) ;
186 gulong *a_len) ;
H A Dcr-utils.c64 *@param a_len out parameter the calculated length.
70 const guchar * a_in_end, gulong * a_len)
81 g_return_val_if_fail (a_in_start && a_in_end && a_len,
83 *a_len = 0;
171 *a_len = len;
183 *@param a_len out parameter. The computed length.
188 const guint32 * a_in_end, gulong * a_len)
193 g_return_val_if_fail (a_in_start && a_in_end && a_len,
215 *a_len = len;
226 *@param a_len ou
69 cr_utils_utf8_str_len_as_ucs4(const guchar * a_in_start, const guchar * a_in_end, gulong * a_len) argument
187 cr_utils_ucs4_str_len_as_utf8(const guint32 * a_in_start, const guint32 * a_in_end, gulong * a_len) argument
230 cr_utils_ucs1_str_len_as_utf8(const guchar * a_in_start, const guchar * a_in_end, gulong * a_len) argument
569 cr_utils_utf8_str_len_as_ucs1(const guchar * a_in_start, const guchar * a_in_end, gulong * a_len) argument
[all...]
H A Dcr-parser.h58 CRParser * cr_parser_new_from_buf (guchar *a_buf, gulong a_len,
94 gulong a_len, enum CREncoding a_enc) ;
H A Dcr-sel-eng.h92 gulong *a_len) ;
H A Dcr-tknzr.h60 CRTknzr * cr_tknzr_new_from_buf (guchar *a_buf, gulong a_len,
H A Dcr-sel-eng.c83 gulong * a_len);
786 *@param a_len in/out parameter the length (in sizeof (#CRStatement*))
793 *of the a_rulesets array. In this case, the first *a_len rulesets found
797 *case, *a_len is set to the actual number of ruleset found.
807 gulong * a_len)
822 *a_len = 0;
908 if (i < *a_len) {
930 *a_len = i;
945 *a_len = i;
1326 *@a_len
803 cr_sel_eng_get_matched_rulesets_real(CRSelEng * a_this, CRStyleSheet * a_stylesheet, CRXMLNodePtr a_node, CRStatement ** a_rulesets, gulong * a_len) argument
1334 cr_sel_eng_get_matched_rulesets(CRSelEng * a_this, CRStyleSheet * a_sheet, CRXMLNodePtr a_node, CRStatement *** a_rulesets, gulong * a_len) argument
[all...]
H A Dcr-input.c119 *@a_len: the size of the input buffer.
130 gulong a_len,
137 gulong len = a_len;
165 PRIVATE (result)->in_buf_size = a_len;
166 PRIVATE (result)->nb_bytes = a_len;
129 cr_input_new_from_buf(guchar * a_buf, gulong a_len, enum CREncoding a_enc, gboolean a_free_buf) argument
H A Dcr-input.h64 cr_input_new_from_buf (guchar *a_buf, gulong a_len,
H A Dcr-om-parser.c852 *@a_len: the length of the in memory buffer in number of bytes.
863 gulong a_len,
876 a_buf, a_len, a_enc);
901 *@a_len: the length of the in memory buffer.
911 gulong a_len,
925 status = cr_om_parser_parse_buf (parser, a_buf, a_len,
861 cr_om_parser_parse_buf(CROMParser * a_this, const guchar * a_buf, gulong a_len, enum CREncoding a_enc, CRStyleSheet ** a_result) argument
910 cr_om_parser_simply_parse_buf(const guchar * a_buf, gulong a_len, enum CREncoding a_enc, CRStyleSheet ** a_result) argument
H A Dcr-parser.c2774 *@a_len: the length of the data in the buffer.
2787 gulong a_len,
2796 input = cr_input_new_from_buf (a_buf, a_len, a_enc, a_free_buf);
4461 *@a_len: the length of the input buffer
4471 gulong a_len, enum CREncoding a_enc)
4479 tknzr = cr_tknzr_new_from_buf ((guchar*)a_buf, a_len, a_enc, FALSE);
2786 cr_parser_new_from_buf(guchar * a_buf, gulong a_len, enum CREncoding a_enc, gboolean a_free_buf) argument
4469 cr_parser_parse_buf(CRParser * a_this, const guchar * a_buf, gulong a_len, enum CREncoding a_enc) argument

Completed in 37 milliseconds