| /freebsd-12-stable/contrib/apr-util/crypto/ |
| D | 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 …]
|
| /freebsd-12-stable/contrib/apr/random/unix/ |
| D | 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,
|
| D | sha2.c | 48 typedef apr_byte_t sha2_byte; /* Exactly 1 byte */ 471 apr_byte_t bytes[8]; in apr__SHA256_Final()
|
| /freebsd-12-stable/contrib/apr-util/include/ |
| D | apr_thread_pool.h | 100 apr_byte_t priority, 129 apr_byte_t priority,
|
| /freebsd-12-stable/contrib/apr/network_io/unix/ |
| D | 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()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/ |
| D | utf8proc.c | 295 utf8len = utf8proc_encode_char(ucs4chr, ((apr_byte_t*)buffer->data + *length)); in encode_ucs4() 486 len = utf8proc_iterate((apr_byte_t*)src + done, length - done, &uc); in svn_utf__fuzzy_escape() 514 len = utf8proc_utf8class[(apr_byte_t)*p]; in svn_utf__fuzzy_escape()
|
| /freebsd-12-stable/contrib/apr-util/misc/ |
| D | 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()
|
| /freebsd-12-stable/contrib/apr/include/ |
| D | apr_network_io.h | 923 apr_byte_t ttl); 931 apr_byte_t opt);
|
| D | apr.hnw | 239 typedef unsigned char apr_byte_t;
|
| D | apr.hwc | 379 typedef unsigned char apr_byte_t;
|
| D | apr.hw | 382 typedef unsigned char apr_byte_t;
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/ |
| D | fs.h | 234 apr_byte_t version;
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/ |
| D | low_level.c | 1146 const apr_byte_t *p = (const apr_byte_t *)content->data; in svn_fs_x__parse_properties() 1147 const apr_byte_t *end = p + content->len; in svn_fs_x__parse_properties() 1208 apr_byte_t buffer[SVN__MAX_ENCODED_UINT_LEN]; in svn_fs_x__write_properties()
|
| D | revprops.c | 436 const apr_byte_t *digest; in verify_checksum() 445 digest = (apr_byte_t *)content->data + content->len; in verify_checksum()
|
| D | dag_cache.c | 353 hash_value = hash_value * 32 + (hash_value + (apr_byte_t)path->data[i]); in cache_lookup()
|
| D | cached_data.c | 2498 const apr_byte_t *p = (const apr_byte_t *)data->data; in parse_dir_entries() 2499 const apr_byte_t *end = p + data->len; in parse_dir_entries()
|
| D | transaction.c | 889 apr_byte_t *buffer = apr_palloc(scratch_pool, in unparse_dir_entry() 893 apr_byte_t *p = buffer; in unparse_dir_entry() 920 apr_byte_t buffer[SVN__MAX_ENCODED_UINT_LEN]; in unparse_dir_entries()
|
| D | index.c | 475 apr_byte_t buffer[sizeof(value)]; in write_uint64_to_proto_index() 483 buffer[i] = (apr_byte_t)value; in write_uint64_to_proto_index() 508 apr_byte_t buffer[sizeof(*value_p)]; in read_uint64_from_proto_index()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/utf8proc/ |
| D | utf8proc_internal.h | 112 typedef apr_byte_t utf8proc_bool;
|
| /freebsd-12-stable/usr.bin/svn/lib/libapr/ |
| D | apr.h | 330 typedef unsigned char apr_byte_t; typedef
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/ |
| D | stats.c | 98 apr_byte_t chain_length; 483 (apr_byte_t)0xfe); in parse_representation() 984 rep->chain_length = 1 + MIN(base->chain_length, (apr_byte_t)0xfe); in resolve_representation_refs()
|
| D | index.c | 528 apr_byte_t buffer[sizeof(value)]; in write_uint64_to_proto_index() 536 buffer[i] = (apr_byte_t)value; in write_uint64_to_proto_index() 561 apr_byte_t buffer[sizeof(*value_p)]; in read_uint64_from_proto_index()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/ |
| D | editorp.c | 1002 apr_size_t value = (apr_byte_t)(name[0] - 'a') % 8 in cmd_hash_func() 1003 + 1 * (apr_byte_t)(name[len - 1] - 'a') % 8 in cmd_hash_func()
|
| /freebsd-12-stable/contrib/subversion/subversion/include/ |
| D | svn_client.h | 493 apr_byte_t state_flags; 564 apr_byte_t state_flags; 594 apr_byte_t state_flags;
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_client/ |
| D | commit_util.c | 203 apr_byte_t state_flags, in add_committable() 553 apr_byte_t state_flags = 0; in harvest_status_callback()
|