Searched refs:fd_table_size (Results 1 – 4 of 4) sorted by relevance
181 if (uvwasi == NULL || options == NULL || options->fd_table_size < 3) in uvwasi_fd_table_init()189 table->size = options->fd_table_size; in uvwasi_fd_table_init()191 options->fd_table_size, in uvwasi_fd_table_init()
244 if (uvwasi == NULL || options == NULL || options->fd_table_size == 0) in uvwasi_init()395 options->fd_table_size = 3; in uvwasi_options_init()
58 uvwasi_size_t fd_table_size; member
187 options.fd_table_size = 3; in New()