HomeSort by relevance Sort by last modified time
    Searched full:stop_chars (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/gio/
gdatainputstream.h 116 const gchar *stop_chars,
121 const gchar *stop_chars,
gdatainputstream.c 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; member in struct:__anon2332
1014 if (data->stop_chars)
1018 data->stop_chars);
1060 g_free (data->stop_chars);
1069 const gchar *stop_chars,
    [all...]

Completed in 619 milliseconds