Searched refs:regkey (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/apr-32/apr/apr/user/win32/
H A Duserinfo.c65 * regkey uses the user's name on 9x, and user's sid string on NT.
76 char regkey[MAX_PATH * 2];
89 strcpy(regkey, "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\"
91 keylen = (DWORD)strlen(regkey);
92 get_sid_string(regkey + keylen, sizeof(regkey) - keylen, uid);
95 strcpy(regkey, "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\"
97 keylen = (DWORD)strlen(regkey);
98 apr_cpystrn(regkey + keylen, username, sizeof(regkey)
[all...]
/macosx-10.10/apache-793/httpd/server/mpm/winnt/
H A Dnt_eventlog.c37 ap_regkey_t *regkey; local
54 if ((rv = ap_regkey_open(&regkey, AP_REGKEY_LOCAL_MACHINE,
64 ap_regkey_value_set(regkey, "EventMessageFile",
68 ap_regkey_value_raw_set(regkey, "TypesSupported", &dwData,
70 ap_regkey_close(regkey);
/macosx-10.10/apache-793/httpd/os/win32/
H A Dap_regkey.c48 ap_regkey_t *regkey = key; local
50 if (regkey->hkey && regkey->hkey != INVALID_HANDLE_VALUE) {
51 RegCloseKey(regkey->hkey);
52 regkey->hkey = INVALID_HANDLE_VALUE;
120 AP_DECLARE(apr_status_t) ap_regkey_close(ap_regkey_t *regkey)
123 if ((stat = regkey_cleanup(regkey)) == APR_SUCCESS) {
124 apr_pool_cleanup_kill(regkey->pool, regkey, regkey_cleanup);
/macosx-10.10/procmail-14/procmail/src/
H A Dmisc.c502 static const struct {const char*regkey,*regsubst;} member in struct:__anon11996
513 if((chp2=strstr(chp,regsp->regkey))&&
516 lregk=strlen(regsp->regkey); /* insert it */
526 while(regsp->regkey);

Completed in 116 milliseconds