Lines Matching defs:ap_regkey_t
24 struct ap_regkey_t {
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 *key,
344 ap_regkey_t *key,
403 AP_DECLARE(apr_status_t) ap_regkey_value_raw_set(ap_regkey_t *key,
444 ap_regkey_t *key,
525 AP_DECLARE(apr_status_t) ap_regkey_value_array_set(ap_regkey_t *key,
610 AP_DECLARE(apr_status_t) ap_regkey_value_remove(const ap_regkey_t *key,