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

/inkscape/src/libcroco/
H A Dcr-input.c69 gboolean end_of_input; member in struct:_CRInputPriv
384 if (PRIVATE (a_this)->end_of_input)
413 if (PRIVATE (a_this)->end_of_input == TRUE)
420 PRIVATE (a_this)->end_of_input = TRUE;
449 if (PRIVATE (a_this)->end_of_input == TRUE)
997 a_pos->end_of_file = PRIVATE (a_this)->end_of_input;
1093 PRIVATE (a_this)->end_of_input = a_eof;
1114 *a_eof = PRIVATE (a_this)->end_of_input;

Completed in 15 milliseconds