Home | History | Annotate | Download | only in xdgmime

Lines Matching refs:end_of_file

163 				 int  *end_of_file)
172 *end_of_file = FALSE;
179 *end_of_file = TRUE;
200 int *end_of_file)
215 *end_of_file = TRUE;
250 int end_of_file = 0;
261 match->priority = _xdg_mime_magic_read_a_number (magic_file, &end_of_file);
262 if (end_of_file)
273 buffer = (char *)_xdg_mime_magic_read_to_newline (magic_file, &end_of_file);
274 if (end_of_file)
318 int end_of_file;
337 end_of_file = FALSE;
341 indent = _xdg_mime_magic_read_a_number (magic_file, &end_of_file);
342 if (end_of_file)
356 matchlet->offset = _xdg_mime_magic_read_a_number (magic_file, &end_of_file);
357 if (end_of_file)
440 matchlet->word_size = _xdg_mime_magic_read_a_number (magic_file, &end_of_file);
441 if (end_of_file)
459 matchlet->range_length = _xdg_mime_magic_read_a_number (magic_file, &end_of_file);
460 if (end_of_file)