Home
last modified time | relevance | path

Searched refs:do_write (Results 1 – 10 of 10) sorted by relevance

/external/dbus/dbus/
Ddbus-spawn.c873 do_write (int fd, const void *buf, size_t count) in do_write() function
906 do_write (fd, &msg, sizeof (msg)); in write_err_and_exit()
907 do_write (fd, &en, sizeof (en)); in write_err_and_exit()
917 do_write (fd, &msg, sizeof (msg)); in write_pid()
918 do_write (fd, &pid, sizeof (pid)); in write_pid()
926 do_write (fd, &msg, sizeof (msg)); in write_status_and_exit()
927 do_write (fd, &status, sizeof (status)); in write_status_and_exit()
/external/dbus/tools/
Ddbus-launch.c327 do_write (int fd, const void *buf, size_t count) in do_write() function
360 do_write (fd, &pid, sizeof (pid)); in write_pid()
409 do_write (1, bus_address, strlen (bus_address) + 1); in print_variables()
410 do_write (1, &bus_pid, sizeof bus_pid); in print_variables()
411 do_write (1, &bus_wid, sizeof bus_wid); in print_variables()
/external/e2fsprogs/misc/
Dbadblocks.c427 static int do_write(int dev, unsigned char * buffer, int try, int block_size, in do_write() function
642 got = do_write(dev, buffer, try, block_size, in test_rw()
791 do_write(dev, save_ptr, test_record[i].num, in test_nd()
866 written = do_write (dev, test_ptr, got, block_size, in test_nd()
944 do_write (dev, save_ptr, got, in test_nd()
/external/e2fsprogs/debugfs/
Ddebugfs.h153 extern void do_write(int argc, char **argv);
Ddebug_cmds.ct121 request do_write, "Copy a file from your native filesystem",
Ddebugfs.c1655 void do_write(int argc, char *argv[]) in do_write() function
/external/libevent/
Dbufferevent_openssl.c635 do_write(struct bufferevent_openssl *bev_ssl, int atmost) in do_write() function
773 r = do_write(bev_ssl, WRITE_FRAME); in consider_reading()
874 r = do_write(bev_ssl, n_to_write); in consider_writing()
DChangeLog730 …o Change bufferevent_openssl::do_write so it doesn't call SSL_write with a 0 length buffer (c99131…
/external/libmicrohttpd/src/microhttpd/
Dconnection.c1705 do_write (struct MHD_Connection *connection) function
2120 do_write (connection);
2173 do_write (connection);
2187 do_write (connection);
/external/boringssl/src/ssl/
Dinternal.h837 int (*do_write)(SSL *ssl); member
866 #define ssl_do_write(ssl) ssl->method->do_write(ssl)