Lines Matching refs:argc
274 for (i = 0; i < options->argc; ++i)
277 uvwasi->argc = options->argc;
287 uvwasi->argv = uvwasi__calloc(uvwasi, options->argc, sizeof(char*));
294 for (i = 0; i < options->argc; ++i) {
456 options->argc = 0;
497 for (i = 0; i < uvwasi->argc; ++i) {
507 uvwasi_size_t* argc,
509 UVWASI_DEBUG("uvwasi_args_sizes_get(uvwasi=%p, argc=%p, argv_buf_size=%p)\n",
511 argc,
514 if (uvwasi == NULL || argc == NULL || argv_buf_size == NULL)
517 *argc = uvwasi->argc;