Searched refs:apr_threadkey_t (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/apr-32/apr/apr/threadproc/netware/
H A Dthreadpriv.c20 apr_status_t apr_threadkey_private_create(apr_threadkey_t **key,
25 (*key) = (apr_threadkey_t *)apr_palloc(pool, sizeof(apr_threadkey_t));
38 apr_status_t apr_threadkey_private_get(void **new, apr_threadkey_t *key)
50 apr_status_t apr_threadkey_private_set(void *priv, apr_threadkey_t *key)
61 apr_status_t apr_threadkey_private_delete(apr_threadkey_t *key)
70 apr_status_t apr_threadkey_data_get(void **data, const char *key, apr_threadkey_t *threadkey)
77 apr_threadkey_t *threadkey)
83 apr_threadkey_t *key)
89 apr_status_t apr_os_threadkey_put(apr_threadkey_t **ke
[all...]
/macosx-10.10.1/apr-32/apr/apr/threadproc/os2/
H A Dthreadpriv.c25 APR_DECLARE(apr_status_t) apr_threadkey_private_create(apr_threadkey_t **key,
29 (*key) = (apr_threadkey_t *)apr_palloc(pool, sizeof(apr_threadkey_t));
39 APR_DECLARE(apr_status_t) apr_threadkey_private_get(void **new, apr_threadkey_t *key)
45 APR_DECLARE(apr_status_t) apr_threadkey_private_set(void *priv, apr_threadkey_t *key)
51 APR_DECLARE(apr_status_t) apr_threadkey_private_delete(apr_threadkey_t *key)
57 apr_threadkey_t *threadkey)
64 apr_threadkey_t *threadkey)
69 APR_DECLARE(apr_status_t) apr_os_threadkey_get(apr_os_threadkey_t *thekey, apr_threadkey_t *key)
75 APR_DECLARE(apr_status_t) apr_os_threadkey_put(apr_threadkey_t **ke
[all...]
/macosx-10.10.1/apr-32/apr/apr/threadproc/win32/
H A Dthreadpriv.c24 APR_DECLARE(apr_status_t) apr_threadkey_private_create(apr_threadkey_t **key,
28 (*key) = (apr_threadkey_t *)apr_palloc(pool, sizeof(apr_threadkey_t));
42 apr_threadkey_t *key)
51 apr_threadkey_t *key)
59 APR_DECLARE(apr_status_t) apr_threadkey_private_delete(apr_threadkey_t *key)
68 apr_threadkey_t *threadkey)
75 apr_threadkey_t *threadkey)
81 apr_threadkey_t *key)
87 APR_DECLARE(apr_status_t) apr_os_threadkey_put(apr_threadkey_t **ke
[all...]
/macosx-10.10.1/apr-32/apr/apr/threadproc/unix/
H A Dthreadpriv.c24 APR_DECLARE(apr_status_t) apr_threadkey_private_create(apr_threadkey_t **key,
28 (*key) = (apr_threadkey_t *)apr_pcalloc(pool, sizeof(apr_threadkey_t));
41 apr_threadkey_t *key)
53 apr_threadkey_t *key)
65 APR_DECLARE(apr_status_t) apr_threadkey_private_delete(apr_threadkey_t *key)
81 apr_threadkey_t *threadkey)
88 apr_threadkey_t *threadkey)
94 apr_threadkey_t *key)
100 APR_DECLARE(apr_status_t) apr_os_threadkey_put(apr_threadkey_t **ke
[all...]
/macosx-10.10.1/apr-32/apr/apr/threadproc/beos/
H A Dthreadpriv.c23 APR_DECLARE(apr_status_t) apr_threadkey_private_create(apr_threadkey_t **key,
26 (*key) = (apr_threadkey_t *)apr_palloc(pool, sizeof(apr_threadkey_t));
47 APR_DECLARE(apr_status_t) apr_threadkey_private_get(void **new, apr_threadkey_t *key)
79 APR_DECLARE(apr_status_t) apr_threadkey_private_set(void *priv, apr_threadkey_t *key)
134 APR_DECLARE(apr_status_t) apr_threadkey_private_delete(apr_threadkey_t *key)
150 apr_threadkey_t *threadkey)
157 apr_threadkey_t *threadkey)
162 APR_DECLARE(apr_status_t) apr_os_threadkey_get(apr_os_threadkey_t *thekey, apr_threadkey_t *key)
168 APR_DECLARE(apr_status_t) apr_os_threadkey_put(apr_threadkey_t **ke
[all...]
/macosx-10.10.1/apr-32/apr/apr/include/arch/os2/
H A Dapr_arch_threadproc.h43 struct apr_threadkey_t { struct
/macosx-10.10.1/apr-32/apr/apr/include/
H A Dapr_thread_proc.h189 typedef struct apr_threadkey_t apr_threadkey_t; typedef in typeref:struct:apr_threadkey_t
343 APR_DECLARE(apr_status_t) apr_threadkey_private_create(apr_threadkey_t **key,
353 apr_threadkey_t *key);
361 apr_threadkey_t *key);
367 APR_DECLARE(apr_status_t) apr_threadkey_private_delete(apr_threadkey_t *key);
376 apr_threadkey_t *threadkey);
387 apr_threadkey_t *threadkey);
H A Dapr_portable.h294 apr_threadkey_t *key);
312 APR_DECLARE(apr_status_t) apr_os_threadkey_put(apr_threadkey_t **key,
/macosx-10.10.1/apr-32/apr/apr/include/arch/netware/
H A Dapr_arch_threadproc.h48 struct apr_threadkey_t { struct
/macosx-10.10.1/apr-32/apr/apr/include/arch/win32/
H A Dapr_arch_threadproc.h42 struct apr_threadkey_t { struct
/macosx-10.10.1/apr-32/apr/apr/include/arch/beos/
H A Dapr_arch_threadproc.h57 struct apr_threadkey_t { struct
/macosx-10.10.1/apr-32/apr/apr/include/arch/unix/
H A Dapr_arch_threadproc.h68 struct apr_threadkey_t { struct

Completed in 76 milliseconds