Lines Matching refs:name
141 free((char *)pvo->name);
346 * once we are past that, it's the same <len32>name
373 ssh_cgi_env_add(struct sshd_instance_priv *priv, const char *name,
381 pvo->name = malloc(strlen(name) + 1);
382 if (!pvo->name) {
389 free((char *)pvo->name);
394 strcpy((char *)pvo->name, name);
400 lwsl_notice("%s: ENV %s <- %s\n", __func__, name, value);
406 ssh_ops_set_env(void *_priv, const char *name, const char *value)
410 return ssh_cgi_env_add(priv, name, value);
644 "" /* ignored, just matches the protocol name above */