Searched refs:apr_status_t (Results 1 - 25 of 339) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_queue.h55 APU_DECLARE(apr_status_t) apr_queue_create(apr_queue_t **queue,
68 APU_DECLARE(apr_status_t) apr_queue_push(apr_queue_t *queue, void *data);
79 APU_DECLARE(apr_status_t) apr_queue_pop(apr_queue_t *queue, void **data);
91 APU_DECLARE(apr_status_t) apr_queue_trypush(apr_queue_t *queue, void *data);
103 APU_DECLARE(apr_status_t) apr_queue_trypop(apr_queue_t *queue, void **data);
120 APU_DECLARE(apr_status_t) apr_queue_interrupt_all(apr_queue_t *queue);
128 APU_DECLARE(apr_status_t) apr_queue_term(apr_queue_t *queue);
H A Dapr_md5.h91 APU_DECLARE(apr_status_t) apr_md5_init(apr_md5_ctx_t *context);
99 APU_DECLARE(apr_status_t) apr_md5_set_xlate(apr_md5_ctx_t *context,
109 APU_DECLARE(apr_status_t) apr_md5_update(apr_md5_ctx_t *context,
119 APU_DECLARE(apr_status_t) apr_md5_final(unsigned char digest[APR_MD5_DIGESTSIZE],
128 APU_DECLARE(apr_status_t) apr_md5(unsigned char digest[APR_MD5_DIGESTSIZE],
139 APU_DECLARE(apr_status_t) apr_md5_encode(const char *password, const char *salt,
151 APU_DECLARE(apr_status_t) apr_bcrypt_encode(const char *pw,
167 APU_DECLARE(apr_status_t) apr_password_validate(const char *passwd,
H A Dapr_ldap_rebind.h51 APU_DECLARE_LDAP(apr_status_t) apr_ldap_rebind_init(apr_pool_t *pool);
75 APU_DECLARE_LDAP(apr_status_t) apr_ldap_rebind_add(apr_pool_t *pool,
91 APU_DECLARE_LDAP(apr_status_t) apr_ldap_rebind_remove(LDAP *ld);
H A Dapr_md4.h84 APU_DECLARE(apr_status_t) apr_md4_init(apr_md4_ctx_t *context);
93 APU_DECLARE(apr_status_t) apr_md4_set_xlate(apr_md4_ctx_t *context,
106 APU_DECLARE(apr_status_t) apr_md4_update(apr_md4_ctx_t *context,
116 APU_DECLARE(apr_status_t) apr_md4_final(
126 APU_DECLARE(apr_status_t) apr_md4(unsigned char digest[APR_MD4_DIGESTSIZE],
H A Dapr_xlate.h66 APU_DECLARE(apr_status_t) apr_xlate_open(apr_xlate_t **convset,
93 APU_DECLARE(apr_status_t) apr_xlate_sb_get(apr_xlate_t *convset, int *onoff);
117 APU_DECLARE(apr_status_t) apr_xlate_conv_buffer(apr_xlate_t *convset,
134 APU_DECLARE(apr_status_t) apr_xlate_conv_char(apr_xlate_t *convset,
156 APU_DECLARE(apr_status_t) apr_xlate_close(apr_xlate_t *convset);
H A Dapr_sdbm.h86 APU_DECLARE(apr_status_t) apr_sdbm_open(apr_sdbm_t **db, const char *name,
94 APU_DECLARE(apr_status_t) apr_sdbm_close(apr_sdbm_t *db);
111 APU_DECLARE(apr_status_t) apr_sdbm_lock(apr_sdbm_t *db, int type);
117 APU_DECLARE(apr_status_t) apr_sdbm_unlock(apr_sdbm_t *db);
125 APU_DECLARE(apr_status_t) apr_sdbm_fetch(apr_sdbm_t *db,
140 APU_DECLARE(apr_status_t) apr_sdbm_store(apr_sdbm_t *db, apr_sdbm_datum_t key,
149 APU_DECLARE(apr_status_t) apr_sdbm_delete(apr_sdbm_t *db,
161 APU_DECLARE(apr_status_t) apr_sdbm_firstkey(apr_sdbm_t *db, apr_sdbm_datum_t *key);
168 APU_DECLARE(apr_status_t) apr_sdbm_nextkey(apr_sdbm_t *db, apr_sdbm_datum_t *key);
H A Dapr_dbm.h89 APU_DECLARE(apr_status_t) apr_dbm_open_ex(apr_dbm_t **dbm, const char* type,
111 APU_DECLARE(apr_status_t) apr_dbm_open(apr_dbm_t **dbm, const char *name,
127 APU_DECLARE(apr_status_t) apr_dbm_fetch(apr_dbm_t *dbm, apr_datum_t key,
135 APU_DECLARE(apr_status_t) apr_dbm_store(apr_dbm_t *dbm, apr_datum_t key,
144 APU_DECLARE(apr_status_t) apr_dbm_delete(apr_dbm_t *dbm, apr_datum_t key);
158 APU_DECLARE(apr_status_t) apr_dbm_firstkey(apr_dbm_t *dbm, apr_datum_t *pkey);
165 APU_DECLARE(apr_status_t) apr_dbm_nextkey(apr_dbm_t *dbm, apr_datum_t *pkey);
199 APU_DECLARE(apr_status_t) apr_dbm_get_usednames_ex(apr_pool_t *pool,
H A Dapr_reslist.h50 typedef apr_status_t (*apr_reslist_constructor)(void **resource, void *params,
59 typedef apr_status_t (*apr_reslist_destructor)(void *resource, void *params,
89 APU_DECLARE(apr_status_t) apr_reslist_create(apr_reslist_t **reslist,
108 APU_DECLARE(apr_status_t) apr_reslist_destroy(apr_reslist_t *reslist);
118 APU_DECLARE(apr_status_t) apr_reslist_acquire(apr_reslist_t *reslist,
126 APU_DECLARE(apr_status_t) apr_reslist_release(apr_reslist_t *reslist,
151 APU_DECLARE(apr_status_t) apr_reslist_invalidate(apr_reslist_t *reslist,
159 APU_DECLARE(apr_status_t) apr_reslist_maintain(apr_reslist_t *reslist);
/freebsd-11-stable/contrib/apr/include/
H A Dapr_thread_rwlock.h60 APR_DECLARE(apr_status_t) apr_thread_rwlock_create(apr_thread_rwlock_t **rwlock,
68 APR_DECLARE(apr_status_t) apr_thread_rwlock_rdlock(apr_thread_rwlock_t *rwlock);
80 APR_DECLARE(apr_status_t) apr_thread_rwlock_tryrdlock(apr_thread_rwlock_t *rwlock);
89 APR_DECLARE(apr_status_t) apr_thread_rwlock_wrlock(apr_thread_rwlock_t *rwlock);
100 APR_DECLARE(apr_status_t) apr_thread_rwlock_trywrlock(apr_thread_rwlock_t *rwlock);
107 APR_DECLARE(apr_status_t) apr_thread_rwlock_unlock(apr_thread_rwlock_t *rwlock);
113 APR_DECLARE(apr_status_t) apr_thread_rwlock_destroy(apr_thread_rwlock_t *rwlock);
H A Dapr_thread_cond.h59 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond,
77 APR_DECLARE(apr_status_t) apr_thread_cond_wait(apr_thread_cond_t *cond,
96 APR_DECLARE(apr_status_t) apr_thread_cond_timedwait(apr_thread_cond_t *cond,
108 APR_DECLARE(apr_status_t) apr_thread_cond_signal(apr_thread_cond_t *cond);
117 APR_DECLARE(apr_status_t) apr_thread_cond_broadcast(apr_thread_cond_t *cond);
123 APR_DECLARE(apr_status_t) apr_thread_cond_destroy(apr_thread_cond_t *cond);
H A Dapr_thread_mutex.h67 APR_DECLARE(apr_status_t) apr_thread_mutex_create(apr_thread_mutex_t **mutex,
75 APR_DECLARE(apr_status_t) apr_thread_mutex_lock(apr_thread_mutex_t *mutex);
84 APR_DECLARE(apr_status_t) apr_thread_mutex_trylock(apr_thread_mutex_t *mutex);
94 APR_DECLARE(apr_status_t) apr_thread_mutex_timedlock(apr_thread_mutex_t *mutex,
101 APR_DECLARE(apr_status_t) apr_thread_mutex_unlock(apr_thread_mutex_t *mutex);
107 APR_DECLARE(apr_status_t) apr_thread_mutex_destroy(apr_thread_mutex_t *mutex);
H A Dapr_env.h42 APR_DECLARE(apr_status_t) apr_env_get(char **value, const char *envvar,
51 APR_DECLARE(apr_status_t) apr_env_set(const char *envvar, const char *value,
59 APR_DECLARE(apr_status_t) apr_env_delete(const char *envvar, apr_pool_t *pool);
H A Dapr_thread_proc.h174 typedef void (apr_child_errfn_t)(apr_pool_t *proc, apr_status_t err,
219 APR_DECLARE(apr_status_t) apr_threadattr_create(apr_threadattr_t **new_attr,
227 APR_DECLARE(apr_status_t) apr_threadattr_detach_set(apr_threadattr_t *attr,
236 APR_DECLARE(apr_status_t) apr_threadattr_detach_get(apr_threadattr_t *attr);
243 APR_DECLARE(apr_status_t) apr_threadattr_stacksize_set(apr_threadattr_t *attr,
256 APR_DECLARE(apr_status_t) apr_threadattr_guardsize_set(apr_threadattr_t *attr,
267 APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new_thread,
277 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd,
278 apr_status_t retval);
285 APR_DECLARE(apr_status_t) apr_thread_joi
[all...]
H A Dapr_file_io.h250 APR_DECLARE(apr_status_t) apr_file_open(apr_file_t **newf, const char *fname,
258 APR_DECLARE(apr_status_t) apr_file_close(apr_file_t *file);
267 APR_DECLARE(apr_status_t) apr_file_remove(const char *path, apr_pool_t *pool);
278 APR_DECLARE(apr_status_t) apr_file_rename(const char *from_path,
288 APR_DECLARE(apr_status_t) apr_file_link(const char *from_path,
303 APR_DECLARE(apr_status_t) apr_file_copy(const char *from_path,
323 APR_DECLARE(apr_status_t) apr_file_append(const char *from_path,
333 APR_DECLARE(apr_status_t) apr_file_eof(apr_file_t *fptr);
350 APR_DECLARE(apr_status_t) apr_file_open_stderr(apr_file_t **thefile,
360 APR_DECLARE(apr_status_t) apr_file_open_stdou
[all...]
H A Dapr_network_io.h317 APR_DECLARE(apr_status_t) apr_socket_create(apr_socket_t **new_sock,
335 APR_DECLARE(apr_status_t) apr_socket_shutdown(apr_socket_t *thesocket,
342 APR_DECLARE(apr_status_t) apr_socket_close(apr_socket_t *thesocket);
351 APR_DECLARE(apr_status_t) apr_socket_bind(apr_socket_t *sock,
361 APR_DECLARE(apr_status_t) apr_socket_listen(apr_socket_t *sock,
375 APR_DECLARE(apr_status_t) apr_socket_accept(apr_socket_t **new_sock,
385 APR_DECLARE(apr_status_t) apr_socket_connect(apr_socket_t *sock,
400 APR_DECLARE(apr_status_t) apr_socket_atreadeof(apr_socket_t *sock,
427 APR_DECLARE(apr_status_t) apr_sockaddr_info_get(apr_sockaddr_t **sa,
440 APR_DECLARE(apr_status_t) apr_sockaddr_info_cop
[all...]
H A Dapr_dso.h59 APR_DECLARE(apr_status_t) apr_dso_load(apr_dso_handle_t **res_handle,
66 APR_DECLARE(apr_status_t) apr_dso_unload(apr_dso_handle_t *handle);
74 APR_DECLARE(apr_status_t) apr_dso_sym(apr_dso_handle_sym_t *ressym,
H A Dapr_support.h48 apr_status_t apr_wait_for_io_or_timeout(apr_file_t *f, apr_socket_t *s,
H A Dapr_poll.h154 APR_DECLARE(apr_status_t) apr_pollset_create(apr_pollset_t **pollset,
191 APR_DECLARE(apr_status_t) apr_pollset_create_ex(apr_pollset_t **pollset,
201 APR_DECLARE(apr_status_t) apr_pollset_destroy(apr_pollset_t *pollset);
229 APR_DECLARE(apr_status_t) apr_pollset_add(apr_pollset_t *pollset,
250 APR_DECLARE(apr_status_t) apr_pollset_remove(apr_pollset_t *pollset,
271 APR_DECLARE(apr_status_t) apr_pollset_poll(apr_pollset_t *pollset,
282 APR_DECLARE(apr_status_t) apr_pollset_wakeup(apr_pollset_t *pollset);
300 APR_DECLARE(apr_status_t) apr_poll(apr_pollfd_t *aprset, apr_int32_t numsock,
333 APR_DECLARE(apr_status_t) apr_pollcb_create(apr_pollcb_t **pollcb,
355 APR_DECLARE(apr_status_t) apr_pollcb_create_e
[all...]
H A Dapr_fnmatch.h120 APR_DECLARE(apr_status_t) apr_fnmatch(const char *pattern,
143 APR_DECLARE(apr_status_t) apr_match_glob(const char *dir_pattern,
H A Dapr_inherit.h36 APR_DECLARE(apr_status_t) apr_##type##_inherit_set( \
48 APR_DECLARE(apr_status_t) apr_##type##_inherit_unset( \
/freebsd-11-stable/contrib/apr/locks/unix/
H A Dthread_rwlock.c26 static apr_status_t thread_rwlock_cleanup(void *data)
29 apr_status_t stat;
40 APR_DECLARE(apr_status_t) apr_thread_rwlock_create(apr_thread_rwlock_t **rwlock,
44 apr_status_t stat;
64 APR_DECLARE(apr_status_t) apr_thread_rwlock_rdlock(apr_thread_rwlock_t *rwlock)
66 apr_status_t stat;
77 APR_DECLARE(apr_status_t) apr_thread_rwlock_tryrdlock(apr_thread_rwlock_t *rwlock)
79 apr_status_t stat;
93 APR_DECLARE(apr_status_t) apr_thread_rwlock_wrlock(apr_thread_rwlock_t *rwlock)
95 apr_status_t sta
[all...]
/freebsd-11-stable/contrib/apr-util/buckets/
H A Dapr_buckets.c19 APU_DECLARE_NONSTD(apr_status_t) apr_bucket_setaside_noop(apr_bucket *data,
25 APU_DECLARE_NONSTD(apr_status_t) apr_bucket_setaside_notimpl(apr_bucket *data,
31 APU_DECLARE_NONSTD(apr_status_t) apr_bucket_split_notimpl(apr_bucket *data,
37 APU_DECLARE_NONSTD(apr_status_t) apr_bucket_copy_notimpl(apr_bucket *e,
/freebsd-11-stable/contrib/apr-util/include/private/
H A Dapr_crypto_internal.h42 apr_status_t (*init)(apr_pool_t *pool, const char *params,
57 apr_status_t (*make)(apr_crypto_t **f, const apr_crypto_driver_t *provider,
68 apr_status_t (*get_block_key_types)(apr_hash_t **types,
79 apr_status_t (*get_block_key_modes)(apr_hash_t **modes,
110 apr_status_t (*passphrase)(apr_crypto_key_t **key, apr_size_t *ivSize,
132 apr_status_t (*block_encrypt_init)(apr_crypto_block_t **ctx,
154 apr_status_t (*block_encrypt)(unsigned char **out, apr_size_t *outlen,
175 apr_status_t (*block_encrypt_finish)(unsigned char *out,
193 apr_status_t (*block_decrypt_init)(apr_crypto_block_t **ctx,
215 apr_status_t (*block_decryp
[all...]
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dthreadpriv.c24 APR_DECLARE(apr_status_t) apr_threadkey_private_create(apr_threadkey_t **key,
40 APR_DECLARE(apr_status_t) apr_threadkey_private_get(void **new,
52 APR_DECLARE(apr_status_t) apr_threadkey_private_set(void *priv,
55 apr_status_t stat;
65 APR_DECLARE(apr_status_t) apr_threadkey_private_delete(apr_threadkey_t *key)
68 apr_status_t stat;
80 APR_DECLARE(apr_status_t) apr_threadkey_data_get(void **data, const char *key,
86 APR_DECLARE(apr_status_t) apr_threadkey_data_set(void *data, const char *key,
87 apr_status_t (*cleanup)(void *),
93 APR_DECLARE(apr_status_t) apr_os_threadkey_ge
[all...]
/freebsd-11-stable/contrib/apr/poll/unix/
H A Dwakeup.c30 apr_status_t apr_poll_create_wakeup_pipe(apr_pool_t *pool, apr_pollfd_t *pfd,
33 apr_status_t rv;
45 apr_status_t apr_poll_close_wakeup_pipe(apr_file_t **wakeup_pipe)
47 apr_status_t rv0 = APR_SUCCESS;
48 apr_status_t rv1 = APR_SUCCESS;
64 apr_status_t apr_poll_create_wakeup_pipe(apr_pollfd_t *pfd, apr_file_t **wakeup_pipe)
69 apr_status_t apr_poll_close_wakeup_pipe(apr_file_t **wakeup_pipe)
78 apr_status_t apr_poll_create_wakeup_pipe(apr_pool_t *pool, apr_pollfd_t *pfd,
81 apr_status_t rv;
116 apr_status_t apr_poll_close_wakeup_pip
[all...]

Completed in 133 milliseconds

1234567891011>>