Home
last modified time | relevance | path

Searched defs:io_write (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/tests/
Dmovenc.c99 static int io_write(void *opaque, uint8_t *buf, int size) in io_write() function
/third_party/glib/glib/
Dgiochannel.h138 GIOStatus (*io_write) (GIOChannel *channel, member
/third_party/libsoup/libsoup/
Dsoup-message-io.c379 io_write (SoupMessage *msg, gboolean blocking, in io_write() function
/third_party/libxml2/python/
Dlibxml.py90 def io_write(self, str, len = -1): member in ioWrapper