Home
last modified time | relevance | path

Searched defs:io_read (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/tools/
Dtarget_dem_fuzzer.c42 static int io_read(void *opaque, uint8_t *buf, int buf_size) in io_read() function
/third_party/glib/glib/
Dgiochannel.h133 GIOStatus (*io_read) (GIOChannel *channel, member
/third_party/openssl/engines/
De_afalg.c119 static ossl_inline int io_read(aio_context_t ctx, long n, struct iocb **iocb) in io_read() function
/third_party/libsoup/libsoup/
Dsoup-message-io.c605 io_read (SoupMessage *msg, gboolean blocking, in io_read() function
/third_party/libxml2/python/
Dlibxml.py72 def io_read(self, len = -1): member in ioWrapper