Searched refs:do_write (Results 1 – 10 of 10) sorted by relevance
/external/dbus/dbus/ |
D | dbus-spawn.c | 873 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/ |
D | dbus-launch.c | 327 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/ |
D | badblocks.c | 427 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/ |
D | debugfs.h | 153 extern void do_write(int argc, char **argv);
|
D | debug_cmds.ct | 121 request do_write, "Copy a file from your native filesystem",
|
D | debugfs.c | 1655 void do_write(int argc, char *argv[]) in do_write() function
|
/external/libevent/ |
D | bufferevent_openssl.c | 635 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()
|
D | ChangeLog | 730 …o Change bufferevent_openssl::do_write so it doesn't call SSL_write with a 0 length buffer (c99131…
|
/external/libmicrohttpd/src/microhttpd/ |
D | connection.c | 1705 do_write (struct MHD_Connection *connection) function 2120 do_write (connection); 2173 do_write (connection); 2187 do_write (connection);
|
/external/boringssl/src/ssl/ |
D | internal.h | 837 int (*do_write)(SSL *ssl); member 866 #define ssl_do_write(ssl) ssl->method->do_write(ssl)
|