OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stop_chars
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gio/
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:__anon1853
1014
if (data->
stop_chars
)
1018
data->
stop_chars
);
1060
g_free (data->
stop_chars
);
1069
const gchar *
stop_chars
,
[
all
...]
gdatainputstream.h
116
const gchar *
stop_chars
,
121
const gchar *
stop_chars
,
Completed in 198 milliseconds