Home
last modified time | relevance | path

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

/third_party/node/deps/uvwasi/src/
Dfd_table.c69 struct uvwasi_fd_wrap_t** new_fds; in uvwasi_fd_table_insert() local
111 new_fds = uvwasi__realloc(uvwasi, table->fds, new_size * sizeof(*new_fds)); in uvwasi_fd_table_insert()
112 if (new_fds == NULL) { in uvwasi_fd_table_insert()
119 new_fds[i] = NULL; in uvwasi_fd_table_insert()
122 table->fds = new_fds; in uvwasi_fd_table_insert()
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/
Dtcp.c328 int orig_fd, *new_fds, new_fds_len; in GST_START_TEST() local
360 new_fds = g_unix_fd_message_steal_fds ((GUnixFDMessage *) msg, &new_fds_len); in GST_START_TEST()
363 fstat (new_fds[0], &new_stat); in GST_START_TEST()
366 close (new_fds[0]); in GST_START_TEST()
367 g_free (new_fds); in GST_START_TEST()