Home
last modified time | relevance | path

Searched refs:send_command (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/es6-promisify/
DREADME.md43 // Create a promise-based version of send_command
44 const client = promisify(redis.send_command, redis);
/third_party/gstreamer/gstplugins_bad/sys/shm/
Dshmpipe.c474 send_command (int fd, struct CommandBuffer *cb, unsigned short int type, in send_command() function
513 if (!send_command (client->fd, &cb, COMMAND_CLOSE_SHM_AREA, in sp_writer_resize()
519 if (!send_command (client->fd, &cb, COMMAND_NEW_SHM_AREA, newarea->id)) in sp_writer_resize()
619 if (!send_command (client->fd, &cb, COMMAND_NEW_BUFFER, self->shm_area->id)) in sp_writer_send_buf()
766 return send_command (self->main_socket, &cb, COMMAND_ACK_BUFFER, in sp_client_recv_finish()
825 if (!send_command (fd, &cb, COMMAND_NEW_SHM_AREA, self->shm_area->id)) { in sp_writer_accept_client()