Home | History | Annotate | Download | only in gio

Lines Matching refs:stop_chars

817 		const char       *stop_chars)
842 for (stop_char = stop_chars; *stop_char != '\0'; stop_char++)
858 * @stop_chars: characters to terminate the read.
872 const gchar *stop_chars,
891 while ((found_pos = scan_for_chars (stream, &checked, stop_chars)) == -1)
942 gchar *stop_chars;
1014 if (data->stop_chars)
1018 data->stop_chars);
1060 g_free (data->stop_chars);
1069 const gchar *stop_chars,
1083 data->stop_chars = g_strdup (stop_chars);
1158 * @stop_chars: characters to terminate the read.
1176 const gchar *stop_chars,
1184 g_return_if_fail (stop_chars != NULL);
1186 g_data_input_stream_read_async (stream, stop_chars, io_priority,