Searched defs:APU_DECLARE (Results 1 - 23 of 23) sorted by relevance

/freebsd-10-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm_lock.c25 APU_DECLARE(apr_status_t) apr_sdbm_lock(apr_sdbm_t *db, int type) function
71 APU_DECLARE(apr_status_t) apr_sdbm_unlock(apr_sdbm_t *db) function
H A Dsdbm.c170 APU_DECLARE(apr_status_t) apr_sdbm_open(apr_sdbm_t **db, const char *file, function
180 APU_DECLARE(apr_status_t) apr_sdbm_close(apr_sdbm_t *db) function
185 APU_DECLARE(apr_status_t) apr_sdbm_fetch(apr_sdbm_t *db, apr_sdbm_datum_t *val, function
217 APU_DECLARE(apr_status_t) apr_sdbm_delete(apr_sdbm_t *db, function
243 APU_DECLARE(apr_status_t) apr_sdbm_store(apr_sdbm_t *db, apr_sdbm_datum_t key, function
402 APU_DECLARE(apr_status_t) apr_sdbm_firstkey(apr_sdbm_t *db, function
426 APU_DECLARE(apr_status_t) apr_sdbm_nextkey(apr_sdbm_t *db, function
/freebsd-10-stable/contrib/apr-util/crypto/
H A Dapr_passwd.c82 APU_DECLARE(apr_status_t) apr_password_validate(const char *passwd, function
187 APU_DECLARE(apr_status_t) apr_bcrypt_encode(const char *pw, function
H A Duuid.c94 APU_DECLARE(apr_status_t) apr_uuid_parse(apr_uuid_t *uuid, function
H A Dapr_crypto.c93 APU_DECLARE(apr_status_t) apr_crypto_init(apr_pool_t *pool) function
130 APU_DECLARE(apr_status_t) apr_crypto_clear(apr_pool_t *pool, function
144 APU_DECLARE(apr_status_t) apr_crypto_get_driver( function
261 APU_DECLARE(apr_status_t) apr_crypto_error(const apu_err_t **result, function
282 APU_DECLARE(apr_status_t) apr_crypto_make(apr_crypto_t **f, function
296 APU_DECLARE(apr_status_t) apr_crypto_get_block_key_types(apr_hash_t **types, function
310 APU_DECLARE(apr_status_t) apr_crypto_get_block_key_modes(apr_hash_t **modes, function
344 APU_DECLARE(apr_status_t) apr_crypto_passphrase(apr_crypto_key_t **key, function
371 APU_DECLARE(apr_status_ function
396 APU_DECLARE(apr_status_t) apr_crypto_block_encrypt(unsigned char **out, function
421 APU_DECLARE(apr_status_t) apr_crypto_block_encrypt_finish(unsigned char *out, function
440 APU_DECLARE(apr_status_t) apr_crypto_block_decrypt_init( function
465 APU_DECLARE(apr_status_t) apr_crypto_block_decrypt(unsigned char **out, function
490 APU_DECLARE(apr_status_t) apr_crypto_block_decrypt_finish(unsigned char *out, function
502 APU_DECLARE(apr_status_t) apr_crypto_block_cleanup(apr_crypto_block_t *ctx) function
513 APU_DECLARE(apr_status_t) apr_crypto_cleanup(apr_crypto_t *f) function
524 APU_DECLARE(apr_status_t) apr_crypto_shutdown(const apr_crypto_driver_t *driver) function
[all...]
H A Dapr_md4.c113 APU_DECLARE(apr_status_t) apr_md4_init(apr_md4_ctx_t *context) function
135 APU_DECLARE(apr_status_t) apr_md4_set_xlate(apr_md4_ctx_t *context, function
159 APU_DECLARE(apr_status_t) apr_md4_update(apr_md4_ctx_t *context, function
245 APU_DECLARE(apr_status_t) apr_md4_final( function
279 APU_DECLARE(apr_status_t) apr_md4(unsigned char digest[APR_MD4_DIGESTSIZE], function
399 APU_DECLARE(apr_status_t) apr_MD4InitEBCDIC(apr_xlate_t *xlate) function
H A Dapr_sha1.c87 APU_DECLARE(apr_status_t) apr_SHA1InitEBCDIC(apr_xlate_t *x) function
H A Dapr_md5.c145 APU_DECLARE(apr_status_t) apr_md5_init(apr_md5_ctx_t *context) function
163 APU_DECLARE(apr_status_t) apr_md5_set_xlate(apr_md5_ctx_t *context, function
278 APU_DECLARE(apr_status_t) apr_md5_update(apr_md5_ctx_t *context, function
288 APU_DECLARE(apr_status_t) apr_md5_final(unsigned char digest[APR_MD5_DIGESTSIZE], function
321 APU_DECLARE(apr_status_t) apr_md5(unsigned char digest[APR_MD5_DIGESTSIZE], function
474 APU_DECLARE(apr_status_t) apr_MD5InitEBCDIC(apr_xlate_t *xlate) function
504 APU_DECLARE(apr_status_t) apr_md5_encode(const char *pw, const char *salt, function
/freebsd-10-stable/contrib/apr-util/misc/
H A Dapr_date.c145 APU_DECLARE(apr_time_t) apr_date_parse_http(const char *date) function
319 APU_DECLARE(apr_time_t) apr_date_parse_rfc(const char *date) function
H A Dapr_queue.c101 APU_DECLARE(apr_status_t) apr_queue_create(apr_queue_t **q, function
148 APU_DECLARE(apr_status_t) apr_queue_push(apr_queue_t *queue, void *data) function
211 APU_DECLARE(apr_status_t) apr_queue_trypush(apr_queue_t *queue, void *data) function
261 APU_DECLARE(apr_status_t) apr_queue_pop(apr_queue_t *queue, void **data) function
325 APU_DECLARE(apr_status_t) apr_queue_trypop(apr_queue_t *queue, void **data) function
362 APU_DECLARE(apr_status_t) apr_queue_interrupt_all(apr_queue_t *queue) function
379 APU_DECLARE(apr_status_t) apr_queue_term(apr_queue_t *queue) function
H A Dapr_rmm.c213 APU_DECLARE(apr_status_t) apr_rmm_init(apr_rmm_t **rmm, apr_anylock_t *lock, function
248 APU_DECLARE(apr_status_t) apr_rmm_destroy(apr_rmm_t *rmm) function
281 APU_DECLARE(apr_status_t) apr_rmm_attach(apr_rmm_t **rmm, apr_anylock_t *lock, function
301 APU_DECLARE(apr_status_t) apr_rmm_detach(apr_rmm_t *rmm) function
307 APU_DECLARE(apr_rmm_off_t) apr_rmm_malloc(apr_rmm_t *rmm, apr_size_t reqsize) function
330 APU_DECLARE(apr_rmm_off_t) apr_rmm_calloc(apr_rmm_t *rmm, apr_size_t reqsize) function
354 APU_DECLARE(apr_rmm_off_t) apr_rmm_realloc(apr_rmm_t *rmm, void *entity, function
386 APU_DECLARE(apr_status_t) apr_rmm_free(apr_rmm_t *rmm, apr_rmm_off_t this) function
441 APU_DECLARE(apr_rmm_off_ function
451 APU_DECLARE(apr_size_t) apr_rmm_overhead_get(int n) function
[all...]
H A Dapr_reslist.c176 APU_DECLARE(apr_status_t) apr_reslist_maintain(apr_reslist_t *reslist) function
251 APU_DECLARE(apr_status_t) apr_reslist_create(apr_reslist_t **reslist, function
321 APU_DECLARE(apr_status_t) apr_reslist_destroy(apr_reslist_t *reslist) function
326 APU_DECLARE(apr_status_t) apr_reslist_acquire(apr_reslist_t *reslist, function
408 APU_DECLARE(apr_status_t) apr_reslist_release(apr_reslist_t *reslist, function
433 APU_DECLARE(apr_uint32_t) apr_reslist_acquired_count(apr_reslist_t *reslist) function
448 APU_DECLARE(apr_status_t) apr_reslist_invalidate(apr_reslist_t *reslist, function
H A Dapr_thread_pool.c343 APU_DECLARE(apr_status_t) apr_thread_pool_create(apr_thread_pool_t ** me, function
393 APU_DECLARE(apr_status_t) apr_thread_pool_destroy(apr_thread_pool_t * me) function
583 APU_DECLARE(apr_status_t) apr_thread_pool_push(apr_thread_pool_t *me, function
592 APU_DECLARE(apr_status_t) apr_thread_pool_schedule(apr_thread_pool_t *me, function
601 APU_DECLARE(apr_status_t) apr_thread_pool_top(apr_thread_pool_t *me, function
693 APU_DECLARE(apr_status_t) apr_thread_pool_tasks_cancel(apr_thread_pool_t *me, function
711 APU_DECLARE(apr_size_t) apr_thread_pool_tasks_count(apr_thread_pool_t *me) function
716 APU_DECLARE(apr_size_t) function
722 APU_DECLARE(apr_size_t) apr_thread_pool_threads_count(apr_thread_pool_t *me) function
727 APU_DECLARE(apr_size_ function
732 APU_DECLARE(apr_size_t) apr_thread_pool_idle_count(apr_thread_pool_t *me) function
737 APU_DECLARE(apr_size_t) function
743 APU_DECLARE(apr_size_t) function
749 APU_DECLARE(apr_size_t) function
755 APU_DECLARE(apr_size_t) function
762 APU_DECLARE(apr_size_t) apr_thread_pool_idle_max_get(apr_thread_pool_t *me) function
767 APU_DECLARE(apr_interval_time_t) function
867 APU_DECLARE(apr_size_t) apr_thread_pool_idle_max_set(apr_thread_pool_t *me, function
875 APU_DECLARE(apr_interval_time_t) function
887 APU_DECLARE(apr_size_t) apr_thread_pool_thread_max_get(apr_thread_pool_t *me) function
896 APU_DECLARE(apr_size_t) apr_thread_pool_thread_max_set(apr_thread_pool_t *me, function
917 APU_DECLARE(apr_size_t) apr_thread_pool_threshold_get(apr_thread_pool_t *me) function
922 APU_DECLARE(apr_size_t) apr_thread_pool_threshold_set(apr_thread_pool_t *me, function
932 APU_DECLARE(apr_status_t) apr_thread_pool_task_owner_get(apr_thread_t *thd, function
[all...]
/freebsd-10-stable/contrib/apr-util/encoding/
H A Dapr_base64.c74 APU_DECLARE(apr_status_t) apr_base64init_ebcdic(apr_xlate_t *to_ascii, function
/freebsd-10-stable/usr.bin/svn/lib/libapr_util/
H A Dapu.h54 #define APU_DECLARE(type) type macro
72 #define APU_DECLARE(type) type __stdcall macro
76 #define APU_DECLARE(type) __declspec(dllexport) type __stdcall macro
80 #define APU_DECLARE(type) __declspec(dllimport) type __stdcall macro
/freebsd-10-stable/contrib/apr-util/buckets/
H A Dapr_buckets_file.c188 APU_DECLARE(apr_status_t) apr_bucket_file_enable_mmap(apr_bucket *e, function
H A Dapr_brigade.c37 APU_DECLARE(apr_status_t) apr_brigade_cleanup(void *data) function
50 APU_DECLARE(apr_status_t) apr_brigade_destroy(apr_bucket_brigade *b) function
104 APU_DECLARE(apr_status_t) apr_brigade_partition(apr_bucket_brigade *b, function
190 APU_DECLARE(apr_status_t) apr_brigade_length(apr_bucket_brigade *bb, function
223 APU_DECLARE(apr_status_t) apr_brigade_flatten(apr_bucket_brigade *bb, function
268 APU_DECLARE(apr_status_t) apr_brigade_pflatten(apr_bucket_brigade *bb, function
304 APU_DECLARE(apr_status_ function
357 APU_DECLARE(apr_status_t) apr_brigade_to_iovec(apr_bucket_brigade *b, function
389 APU_DECLARE(apr_status_t) apr_brigade_vputstrs(apr_bucket_brigade *b, function
422 APU_DECLARE(apr_status_t) apr_brigade_putc(apr_bucket_brigade *b, function
429 APU_DECLARE(apr_status_t) apr_brigade_write(apr_bucket_brigade *b, function
488 APU_DECLARE(apr_status_t) apr_brigade_writev(apr_bucket_brigade *b, function
609 APU_DECLARE(apr_status_t) apr_brigade_puts(apr_bucket_brigade *bb, function
677 APU_DECLARE(apr_status_t) apr_brigade_vprintf(apr_bucket_brigade *b, function
[all...]
/freebsd-10-stable/contrib/apr-util/dbm/
H A Dapr_dbm.c193 APU_DECLARE(apr_status_t) apr_dbm_open_ex(apr_dbm_t **pdb, const char *type, function
208 APU_DECLARE(apr_status_t) apr_dbm_open(apr_dbm_t **pdb, const char *pathname, function
220 APU_DECLARE(apr_status_t) apr_dbm_fetch(apr_dbm_t *dbm, apr_datum_t key, function
226 APU_DECLARE(apr_status_t) apr_dbm_store(apr_dbm_t *dbm, apr_datum_t key, function
232 APU_DECLARE(apr_status_t) apr_dbm_delete(apr_dbm_t *dbm, apr_datum_t key) function
242 APU_DECLARE(apr_status_t) apr_dbm_firstkey(apr_dbm_t *dbm, apr_datum_t *pkey) function
247 APU_DECLARE(apr_status_t) apr_dbm_nextkey(apr_dbm_t *dbm, apr_datum_t *pkey) function
272 APU_DECLARE(apr_status_t) apr_dbm_get_usednames_ex(apr_pool_t *p, function
[all...]
/freebsd-10-stable/contrib/apr-util/uri/
H A Dapr_uri.c73 APU_DECLARE(apr_port_t) apr_uri_port_of_scheme(const char *scheme_str) function
722 APU_DECLARE(apr_status_t) apr_uri_parse(apr_pool_t *p, const char *uri, function
916 APU_DECLARE(apr_status_t) apr_uri_parse_hostinfo(apr_pool_t *p, function
/freebsd-10-stable/contrib/apr-util/xlate/
H A Dxlate.c198 APU_DECLARE(apr_status_t) apr_xlate_open(apr_xlate_t **convset, function
277 APU_DECLARE(apr_status_t) apr_xlate_sb_get(apr_xlate_t *convset, int *onoff) function
283 APU_DECLARE(apr_status_t) apr_xlate_conv_buffer(apr_xlate_t *convset, function
407 APU_DECLARE(apr_int32_t) apr_xlate_conv_byte(apr_xlate_t *convset, function
418 APU_DECLARE(apr_status_t) apr_xlate_close(apr_xlate_t *convset) function
425 APU_DECLARE(apr_status_t) apr_xlate_open(apr_xlate_t **convset, function
433 APU_DECLARE(apr_status_t) apr_xlate_sb_get(apr_xlate_t *convset, int *onoff) function
438 APU_DECLARE(apr_int32_t) apr_xlate_conv_byte(apr_xlate_t *convset, function
444 APU_DECLARE(apr_status_t) apr_xlate_conv_buffer(apr_xlate_t *convset, function
453 APU_DECLARE(apr_status_ function
[all...]
/freebsd-10-stable/contrib/apr-util/dbd/
H A Dapr_dbd.c51 APU_DECLARE(apr_status_t) apr_dbd_mutex_lock() function
55 APU_DECLARE(apr_status_t) apr_dbd_mutex_unlock() function
60 APU_DECLARE(apr_status_t) apr_dbd_mutex_lock() { function
63 APU_DECLARE(apr_status_t) apr_dbd_mutex_unlock() { function
90 APU_DECLARE(apr_status_t) apr_dbd_init(apr_pool_t *pool) function
158 APU_DECLARE(apr_status_t) apr_dbd_get_driver(apr_pool_t *pool, const char *name, function
216 APU_DECLARE(apr_status_t) apr_dbd_open_ex(const apr_dbd_driver_t *driver, function
238 APU_DECLARE(apr_status_t) apr_dbd_open(const apr_dbd_driver_t *driver, function
279 APU_DECLARE(apr_status_t) apr_dbd_close(const apr_dbd_driver_t *driver, function
571 APU_DECLARE(apr_status_t) apr_dbd_datum_get(const apr_dbd_driver_t *driver, function
[all...]
/freebsd-10-stable/contrib/apr-util/xml/
H A Dapr_xml.c430 APU_DECLARE(apr_status_t) apr_xml_parser_feed(apr_xml_parser *parser, function
437 APU_DECLARE(apr_status_t) apr_xml_parser_done(apr_xml_parser *parser, function
496 APU_DECLARE(apr_status_t) apr_xml_parse_file(apr_pool_t *p, function
986 APU_DECLARE(apr_status_t) apr_xml_parser_convert_doc(apr_pool_t *pool, function
[all...]
/freebsd-10-stable/contrib/apr-util/memcache/
H A Dapr_memcache.c132 APU_DECLARE(apr_status_t) apr_memcache_add_server(apr_memcache_t *mc, apr_memcache_server_t *ms) function
271 APU_DECLARE(apr_status_t) apr_memcache_enable_server(apr_memcache_t *mc, apr_memcache_server_t *ms) function
283 APU_DECLARE(apr_status_t) apr_memcache_disable_server(apr_memcache_t *mc, apr_memcache_server_t *ms) function
399 APU_DECLARE(apr_status_t) apr_memcache_server_create(apr_pool_t *p, function
448 APU_DECLARE(apr_status_t) apr_memcache_create(apr_pool_t *p, function
542 APU_DECLARE(apr_uint32_t) apr_memcache_hash_crc32(void *baton, function
556 APU_DECLARE(apr_uint32_ function
566 APU_DECLARE(apr_uint32_t) apr_memcache_hash(apr_memcache_t *mc, function
685 APU_DECLARE(apr_status_t) function
700 APU_DECLARE(apr_status_t) function
715 APU_DECLARE(apr_status_t) function
731 APU_DECLARE(apr_status_t) function
866 APU_DECLARE(apr_status_t) function
1005 APU_DECLARE(apr_status_t) function
1020 APU_DECLARE(apr_status_t) function
1036 APU_DECLARE(apr_status_t) function
1178 APU_DECLARE(apr_status_t) function
1646 APU_DECLARE(apr_status_t) function
[all...]

Completed in 137 milliseconds