OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:read_fn
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/gio/
ginputstream.h
63
gssize (*
read_fn
) (GInputStream *stream,
member in struct:_GInputStreamClass
gfile.h
95
* @
read_fn
: Reads a file asynchronously.
275
GFileInputStream * (*
read_fn
) (GFile *file,
member in struct:_GFileIface
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/sed/
execute.c
133
/* Function to read one line. If FP is NULL,
read_fn
better not
136
bool (*
read_fn
) P_((struct input *)); /* read one line */
715
input->
read_fn
= read_always_fail; /* a redundancy */
720
input->
read_fn
= read_file_line;
801
input->
read_fn
= read_always_fail;
873
while ( ! (*input->
read_fn
)(input) )
135
bool (*
read_fn
) P_((struct input *)); \/* read one line *\/
member in struct:input
[
all
...]
Completed in 2905 milliseconds