Searched refs:request_key (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/proxymap/
H A Dproxymap.c274 static VSTRING *request_key; variable
415 ATTR_TYPE_STR, MAIL_ATTR_KEY, request_key,
424 (reply_value = dict_get(dict, STR(request_key))) != 0) {
464 ATTR_TYPE_STR, MAIL_ATTR_KEY, request_key,
479 dict_status = dict_put(dict, STR(request_key), STR(request_value));
515 ATTR_TYPE_STR, MAIL_ATTR_KEY, request_key,
529 dict_status = dict_del(dict, STR(request_key));
672 request_key = vstring_alloc(10);
/macosx-10.10.1/ntp-92/include/
H A Dntp_config.h123 int request_key; member in struct:auth_node
/macosx-10.10.1/Security-57031.1.35/Security/sec/SharedWebCredential/
H A Dswcagent.m324 NSString *request_key;
387 request_key = [NSString stringWithFormat:@"SWC_REQUEST_%s", op];
388 request_format = NSLocalizedStringFromTableInBundle(request_key, swc_table, security_bundle, nil);
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_config.c701 if (ptree->auth.request_key)
702 fprintf(df, "requestkey %d\n", ptree->auth.request_key);
1793 if (ptree->auth.request_key) {
1795 (u_long) ptree->auth.request_key));
1796 info_auth_keyid = (keyid_t)ptree->auth.request_key;
H A Dntp_parser.y445 { cfgt.auth.request_key = $2; }

Completed in 190 milliseconds