Searched defs:a_out (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-enc-handler.c140 *@a_out: output parameter. The converted output buffer.
152 guchar ** a_out, gulong * a_out_len)
156 g_return_val_if_fail (a_this && a_in && a_in_len && a_out,
172 *a_out = g_malloc0 (*a_out_len);
174 status = a_this->decode_input (a_in, a_in_len, *a_out, a_out_len);
177 g_free (*a_out);
178 *a_out = NULL;
149 cr_enc_handler_convert_input(CREncHandler * a_this, const guchar * a_in, gulong * a_in_len, guchar ** a_out, gulong * a_out_len) argument
H A Dcr-utils.c261 *@param a_out the output converted ucs4 buffer. Must be allocated by
271 gulong * a_in_len, guint32 * a_out, gulong * a_out_len)
286 && a_out && a_out_len, CR_BAD_PARAM_ERROR);
406 a_out[out_index] = c;
422 *@param a_out output parameter. The resulting read char.
430 guint32 * a_out, gulong * a_consumed)
442 g_return_val_if_fail (a_in && a_out && a_out
557 *a_out = c;
703 *@param a_out ou
270 cr_utils_utf8_to_ucs4(const guchar * a_in, gulong * a_in_len, guint32 * a_out, gulong * a_out_len) argument
428 cr_utils_read_char_from_utf8_buf(const guchar * a_in, gulong a_in_len, guint32 * a_out, gulong * a_consumed) argument
710 cr_utils_utf8_str_to_ucs4(const guchar * a_in, gulong * a_in_len, guint32 ** a_out, gulong * a_out_len) argument
748 cr_utils_ucs4_to_utf8(const guint32 * a_in, gulong * a_in_len, guchar * a_out, gulong * a_out_len) argument
845 cr_utils_ucs4_str_to_utf8(const guint32 * a_in, gulong * a_in_len, guchar ** a_out, gulong * a_out_len) argument
886 cr_utils_ucs1_to_utf8(const guchar * a_in, gulong * a_in_len, guchar * a_out, gulong * a_out_len) argument
941 cr_utils_ucs1_str_to_utf8(const guchar * a_in, gulong * a_in_len, guchar ** a_out, gulong * a_out_len) argument
995 cr_utils_utf8_to_ucs1(const guchar * a_in, gulong * a_in_len, guchar * a_out, gulong * a_out_len) argument
1141 cr_utils_utf8_str_to_ucs1(const guchar * a_in, gulong * a_in_len, guchar ** a_out, gulong * a_out_len) argument
[all...]

Completed in 22 milliseconds