| /src/external/ibm-public/postfix/dist/src/postconf/ |
| postconf_unused.c | 122 const char *param_value; local 146 dict->sequence(dict, how, ¶m_name, ¶m_value) == 0; 164 var_config_dir, conf_name, param_name, param_value);
|
| postconf_user.c | 332 const char *param_value; local 342 if ((param_value = pcf_convert_param_node(PCF_SHOW_DEFS, PCF_PARAM_INFO_NAME(*ht), 346 SCAN_USER_PARAMETER_VALUE(param_value, PCF_PARAM_FLAG_USER, local_scope); 364 char *param_value; local 395 if (split_nameval(saved_arg, ¶m_name, ¶m_value) == 0) 396 dict_update(masterp->name_space, param_name, param_value);
|
| postconf_master.c | 38 /* void pcf_edit_master_param(masterp, mode, param_name, param_value) 42 /* const char *param_value; 885 const char *param_value) 896 param_value = pcf_expand_parameter_value(pcf_exp_buf, mode, 897 param_value, masterp); 901 param_name, param_value); 903 pcf_print_line(fp, mode, "%s\n", param_value); 926 const char *param_value; local 940 dict->sequence(dict, how, ¶m_name, ¶m_value) == 0; 950 if ((param_value = dict_get(dict, param_name)) == 0 969 const char *param_value; local [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| asn_mime.c | 34 char *param_value; /* Param value e.g. "sha1" */ member in struct:mime_param_st 442 if (prm == NULL || prm->param_value == NULL) { 447 ret = multi_split(bio, flags, prm->param_value, &parts); 921 mparam->param_value = tmpval; 970 param.param_value = NULL; 989 OPENSSL_free(param->param_value);
|
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| asn_mime.c | 34 char *param_value; /* Param value e.g. "sha1" */ member in struct:mime_param_st 431 if (prm == NULL || prm->param_value == NULL) { 436 ret = multi_split(bio, flags, prm->param_value, &parts); 906 mparam->param_value = tmpval; 955 param.param_value = NULL; 974 OPENSSL_free(param->param_value);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| asn_mime.c | 33 char *param_value; /* Param value e.g. "sha1" */ member in struct:mime_param_st 408 if (!prm || !prm->param_value) { 413 ret = multi_split(bio, prm->param_value, &parts); 858 mparam->param_value = tmpval; 907 param.param_value = NULL; 926 OPENSSL_free(param->param_value);
|
| /src/external/ibm-public/postfix/dist/src/postmulti/ |
| postmulti.c | 466 char **param_value; member in struct:__anon23156 647 const char *param_value) 660 if (param_value == 0) 669 if ((owner = htable_find(claim_table, param_value)) == 0) { 670 (void) htable_enter(claim_table, param_value, requestor); 675 instance_path, param_name, param_value, owner, param_value); 974 if (sp->param_value[0][0] != '/') /* "no" or other special */ 976 if (stat(sp->param_value[0], &st) < 0) 978 sp->param_name, sp->param_value[0]) [all...] |
| /src/external/ibm-public/postfix/dist/src/posttls-finger/ |
| posttls-finger.c | 1909 char *param_value; local 1912 if (split_nameval(save, ¶m_name, ¶m_value) != 0) 1914 mail_conf_update(param_name, param_value);
|