Searched refs:io_write (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/tests/ |
D | movenc.c | 99 static int io_write(void *opaque, uint8_t *buf, int size) in io_write() function 135 return io_write(opaque, buf, size); in io_write_data_type() 189 ctx->pb = avio_alloc_context(iobuf, iobuf_size, AVIO_FLAG_WRITE, NULL, NULL, io_write, NULL); in init_fps()
|
/third_party/glib/glib/ |
D | giochannel.c | 359 status = channel->funcs->io_write (channel, buf, count, bytes_written, &err); in g_io_channel_write() 1203 status = channel->funcs->io_write (channel, in g_io_channel_flush() 2235 status = channel->funcs->io_write (channel, buf, count_unsigned, in g_io_channel_write_chars() 2282 status = channel->funcs->io_write (channel, channel->write_buf->str in g_io_channel_write_chars()
|
D | giochannel.h | 138 GIOStatus (*io_write) (GIOChannel *channel, member
|
/third_party/libsoup/libsoup/ |
D | soup-message-io.c | 379 io_write (SoupMessage *msg, gboolean blocking, in io_write() function 980 progress = io_write (msg, blocking, cancellable, &my_error); in io_run_until()
|
/third_party/libxml2/python/ |
D | libxml.py | 90 def io_write(self, str, len = -1): member in ioWrapper
|
/third_party/libsoup/ |
D | ChangeLog.pre-git | 275 * libsoup/soup-message-io.c (io_write): Various fixes to make 378 * libsoup/soup-message-io.c (io_write): use 1312 (io_write): Use soup_message_body_wrote_chunk, to discard unneeded 1401 (io_write): update so that (a) Content-Length writes can be done 2594 * libsoup/soup-message-io.c (io_write, io_read): Fix up 3643 (io_read, io_write): remove the g_return_if_fails from before. 3649 io_read/io_write better so that it's safe to call this even after 3702 * libsoup/soup-message-io.c (io_write, io_read): g_return_if_fail 3820 * libsoup/soup-message-io.c (io_write): set the read state 5247 * libsoup/soup-message-io.c (io_write): Set read_state to HEADERS
|