Searched refs:a_byte (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-tknzr.h68 enum CRStatus cr_tknzr_read_byte (CRTknzr *a_this, guchar *a_byte) ;
75 guchar *a_byte) ;
H A Dcr-input.h80 cr_input_read_byte (CRInput *a_this, guchar *a_byte) ;
97 gulong a_offset, guchar *a_byte) ;
H A Dcr-input.c393 *@a_byte: out parameter the returned byte.
405 cr_input_read_byte (CRInput * a_this, guchar * a_byte) argument
408 && a_byte, CR_BAD_PARAM_ERROR);
416 *a_byte = PRIVATE (a_this)->in_buf[PRIVATE (a_this)->next_byte_index];
783 *@a_byte: out parameter the peeked byte.
798 gulong a_offset, guchar * a_byte)
803 && a_byte, CR_BAD_PARAM_ERROR);
825 *a_byte = PRIVATE (a_this)->in_buf[abs_offset];
797 cr_input_peek_byte(CRInput const * a_this, enum CRSeekPos a_origin, gulong a_offset, guchar * a_byte) argument

Completed in 21 milliseconds