Searched refs:access (Results 1 - 3 of 3) sorted by relevance

/httpd/os/win32/
H A Dap_regkey.c64 DWORD access = KEY_QUERY_VALUE; local
70 access |= KEY_READ;
72 access |= KEY_WRITE;
88 access, NULL, &hkey, &exists);
90 rc = RegOpenKeyExW(parentkey->hkey, wkeyname, 0, access, &hkey);
98 access, NULL, &hkey, &exists);
100 rc = RegOpenKeyEx(parentkey->hkey, keyname, 0, access, &hkey);
154 * consistent behavior with NT, which returns access denied
/httpd/modules/arch/unix/
H A Dmod_unixd.c314 && (access(SUEXEC_BIN, R_OK|X_OK) == 0)) {
/httpd/test/
H A Dmake_sni.sh56 echo "few non-SNI browsers access."
136 -days 10 -subj '/CN=Da Second Root/O=SNI user access I/' -set_serial 2$serial$$\
142 -days 10 -subj '/CN=Da Second Root/O=SNI user access II/' -set_serial 3$serial$$ \
146 # Create a chain of just the two access authorites:
296 # want to only allow access to clients with
394 access to those sites.

Completed in 28 milliseconds