Searched defs:ap_regkey_t (Results 1 - 2 of 2) sorted by relevance

/httpd/include/
H A Dap_regkey.h35 typedef struct ap_regkey_t ap_regkey_t; typedef in typeref:struct:ap_regkey_t
39 AP_DECLARE(const ap_regkey_t *) ap_regkey_const(int i);
80 AP_DECLARE(apr_status_t) ap_regkey_open(ap_regkey_t **newkey,
81 const ap_regkey_t *parentkey,
90 AP_DECLARE(apr_status_t) ap_regkey_close(ap_regkey_t *key);
110 AP_DECLARE(apr_status_t) ap_regkey_remove(const ap_regkey_t *parent,
125 ap_regkey_t *key,
138 AP_DECLARE(apr_status_t) ap_regkey_value_set(ap_regkey_t *key,
156 ap_regkey_t *ke
[all...]
/httpd/os/win32/
H A Dap_regkey.c24 struct ap_regkey_t { struct
30 AP_DECLARE(const ap_regkey_t *) ap_regkey_const(int i)
32 static struct ap_regkey_t ap_regkey_consts[7] =
48 ap_regkey_t *regkey = key;
58 AP_DECLARE(apr_status_t) ap_regkey_open(ap_regkey_t **newkey,
59 const ap_regkey_t *parentkey,
120 AP_DECLARE(apr_status_t) ap_regkey_close(ap_regkey_t *regkey)
130 AP_DECLARE(apr_status_t) ap_regkey_remove(const ap_regkey_t *parent,
180 ap_regkey_t *key,
283 AP_DECLARE(apr_status_t) ap_regkey_value_set(ap_regkey_t *ke
[all...]

Completed in 53 milliseconds