| /src/external/ibm-public/postfix/dist/src/postconf/ |
| postconf_edit.c | 293 ARGV *service_pattern; /* service name, type, ... */ member in struct:__anon23149 371 if ((req->service_pattern = 376 if ((req->service_pattern = 380 pcf_parse_field_pattern(req->service_pattern->argv[2]); 389 if ((req->service_pattern = 392 req->param_pattern = req->service_pattern->argv[2]; 498 if (PCF_MATCH_SERVICE_PATTERN(req->service_pattern, 619 argv_free(req->service_pattern);
|
| postconf_edit.c | 293 ARGV *service_pattern; /* service name, type, ... */ member in struct:__anon23149 371 if ((req->service_pattern = 376 if ((req->service_pattern = 380 pcf_parse_field_pattern(req->service_pattern->argv[2]); 389 if ((req->service_pattern = 392 req->param_pattern = req->service_pattern->argv[2]; 498 if (PCF_MATCH_SERVICE_PATTERN(req->service_pattern, 619 argv_free(req->service_pattern);
|
| postconf_master.c | 183 ARGV *service_pattern; /* parsed service name, type, ... */ member in struct:__anon23151 621 req->service_pattern = 623 if (req->service_pattern == 0) 634 if (PCF_MATCH_SERVICE_PATTERN(req->service_pattern, 653 argv_free(req->service_pattern); 801 req->service_pattern = 803 if (req->service_pattern == 0) 806 pcf_parse_field_pattern(req->service_pattern->argv[2]); 820 if (PCF_MATCH_SERVICE_PATTERN(req->service_pattern, 846 argv_free(req->service_pattern); [all...] |
| postconf_master.c | 183 ARGV *service_pattern; /* parsed service name, type, ... */ member in struct:__anon23151 621 req->service_pattern = 623 if (req->service_pattern == 0) 634 if (PCF_MATCH_SERVICE_PATTERN(req->service_pattern, 653 argv_free(req->service_pattern); 801 req->service_pattern = 803 if (req->service_pattern == 0) 806 pcf_parse_field_pattern(req->service_pattern->argv[2]); 820 if (PCF_MATCH_SERVICE_PATTERN(req->service_pattern, 846 argv_free(req->service_pattern); [all...] |