Searched refs:apr_byte_t (Results 1 – 20 of 20) sorted by relevance
| /NextBSD/contrib/apr-util/crypto/ |
| HD | apr_sha1.c | 185 apr_byte_t ct[4], *cp; in maybe_byte_reverse() 189 cp = (apr_byte_t *) buffer; in maybe_byte_reverse() 236 memcpy(((apr_byte_t *) sha_info->data) + sha_info->local, buffer, i); in apr_sha1_update_binary() 264 const apr_byte_t *buffer = (const apr_byte_t *) buf; in apr_sha1_update() 280 ((apr_byte_t *) sha_info->data) + sha_info->local, in apr_sha1_update() 296 (apr_byte_t *) sha_info->data, &outbytes_left); in apr_sha1_update() 304 (apr_byte_t *) sha_info->data, &outbytes_left); in apr_sha1_update() 322 ((apr_byte_t *) sha_info->data)[count++] = 0x80; in apr_sha1_final() 324 memset(((apr_byte_t *) sha_info->data) + count, 0, SHA_BLOCKSIZE - count); in apr_sha1_final() 327 memset((apr_byte_t *) sha_info->data, 0, SHA_BLOCKSIZE - 8); in apr_sha1_final() [all …]
|
| /NextBSD/contrib/apr/random/unix/ |
| HD | sha2.h | 42 apr_byte_t buffer[SHA256_BLOCK_LENGTH]; 48 void apr__SHA256_Update(SHA256_CTX *, const apr_byte_t *, size_t); 49 void apr__SHA256_Final(apr_byte_t [SHA256_DIGEST_LENGTH], SHA256_CTX *); 51 char* apr__SHA256_Data(const apr_byte_t *, size_t,
|
| HD | sha2.c | 48 typedef apr_byte_t sha2_byte; /* Exactly 1 byte */ 471 apr_byte_t bytes[8]; in apr__SHA256_Final()
|
| /NextBSD/contrib/apr-util/include/ |
| HD | apr_thread_pool.h | 100 apr_byte_t priority, 129 apr_byte_t priority,
|
| /NextBSD/contrib/apr/network_io/unix/ |
| HD | multicast.c | 200 apr_byte_t value) in do_mcast_opt() 265 APR_DECLARE(apr_status_t) apr_mcast_hops(apr_socket_t *sock, apr_byte_t ttl) in apr_mcast_hops() 275 apr_byte_t opt) in apr_mcast_loopback()
|
| /NextBSD/contrib/apr/include/ |
| HD | apr_network_io.h | 851 apr_byte_t ttl); 859 apr_byte_t opt);
|
| HD | apr.hnw | 237 typedef unsigned char apr_byte_t;
|
| HD | apr.hw | 361 typedef unsigned char apr_byte_t;
|
| HD | apr.hwc | 358 typedef unsigned char apr_byte_t;
|
| HD | apr.h.in | 309 typedef unsigned char apr_byte_t; typedef
|
| /NextBSD/contrib/apr-util/misc/ |
| HD | apr_thread_pool.c | 38 apr_byte_t priority; 404 void *param, apr_byte_t priority, in task_new() 529 void *param, apr_byte_t priority, int push, in add_task() 586 apr_byte_t priority, in apr_thread_pool_push() 604 apr_byte_t priority, in apr_thread_pool_top()
|
| /NextBSD/contrib/subversion/subversion/libsvn_fs_base/ |
| HD | fs.h | 238 apr_byte_t version;
|
| HD | reps-strings.c | 1323 apr_byte_t version;
|
| /NextBSD/usr.bin/svn/lib/libapr/ |
| HD | apr.h | 311 typedef unsigned char apr_byte_t; typedef
|
| /NextBSD/contrib/subversion/subversion/include/ |
| HD | svn_client.h | 493 apr_byte_t state_flags; 564 apr_byte_t state_flags; 594 apr_byte_t state_flags;
|
| /NextBSD/contrib/subversion/subversion/libsvn_client/ |
| HD | commit_util.c | 203 apr_byte_t state_flags, in add_committable() 553 apr_byte_t state_flags = 0; in harvest_status_callback()
|
| /NextBSD/contrib/subversion/subversion/libsvn_fs_fs/ |
| HD | index.c | 527 apr_byte_t buffer[sizeof(value)]; in write_uint64_to_proto_index() 535 buffer[i] = (apr_byte_t)value; in write_uint64_to_proto_index() 560 apr_byte_t buffer[sizeof(*value_p)]; in read_uint64_from_proto_index()
|
| /NextBSD/contrib/apr/memory/unix/ |
| HD | apr_pools.c | 545 static apr_byte_t apr_pools_initialized = 0; 1040 apr_byte_t got_a_new_node;
|
| /NextBSD/contrib/subversion/subversion/libsvn_fs_x/ |
| HD | index.c | 485 apr_byte_t buffer[sizeof(value)]; in write_uint64_to_proto_index() 493 buffer[i] = (apr_byte_t)value; in write_uint64_to_proto_index() 518 apr_byte_t buffer[sizeof(*value_p)]; in read_uint64_from_proto_index()
|
| /NextBSD/contrib/subversion/subversion/libsvn_fs_base/util/ |
| HD | fs_skels.c | 566 chunk->version = (apr_byte_t)uval; in svn_fs_base__parse_representation_skel()
|