Home | History | Annotate | Download | only in libevent

Lines Matching refs:subkey

2913 config_nameserver_from_reg_key(HKEY key, const char *subkey)
2919 if (RegQueryValueEx(key, subkey, 0, &type, NULL, &bufsz)
2925 if (RegQueryValueEx(key, subkey, 0, &type, (LPBYTE)buf, &bufsz)