Lines Matching refs:nenv
218 for (i = 0; i < opts->nenv; i++) in sshauthopt_free()
405 if (ret->nenv > SSH_AUTHOPT_ENV_MAX) { in sshauthopt_parse()
430 for (i = 0; i < ret->nenv; i++) { in sshauthopt_parse()
437 if (i >= ret->nenv) { in sshauthopt_parse()
441 ret->nenv, ret->nenv + 1, in sshauthopt_parse()
448 ret->env[ret->nenv++] = opt; in sshauthopt_parse()
569 if (primary->nenv > 0) { in sshauthopt_merge()
570 if (dup_strings(&ret->env, &ret->nenv, in sshauthopt_merge()
571 primary->env, primary->nenv) != 0) in sshauthopt_merge()
573 } else if (additional->nenv) { in sshauthopt_merge()
574 if (dup_strings(&ret->env, &ret->nenv, in sshauthopt_merge()
575 additional->env, additional->nenv) != 0) in sshauthopt_merge()
694 if (dup_strings(&ret->env, &ret->nenv, orig->env, orig->nenv) != 0 || in sshauthopt_copy()
838 untrusted ? 0 : opts->nenv)) != 0 || in sshauthopt_serialise()
898 if ((r = deserialise_array(m, &opts->env, &opts->nenv)) != 0 || in sshauthopt_deserialise()