Home
last modified time | relevance | path

Searched refs:APR_SIZE_MAX (Results 1 – 23 of 23) sorted by relevance

/freebsd-12-stable/contrib/serf/buckets/
Dresponse_body_buckets.c27 #ifdef APR_SIZE_MAX
28 #define REQUESTED_MAX APR_SIZE_MAX
/freebsd-12-stable/contrib/serf/
Dserf_private.h37 #ifdef APR_SIZE_MAX
38 #define REQUESTED_MAX APR_SIZE_MAX
/freebsd-12-stable/contrib/subversion/subversion/svn/
Dfile-merge.c115 APR_SIZE_MAX, iterpool, iterpool)); in copy_to_merged_file()
132 APR_SIZE_MAX, iterpool, iterpool)); in copy_to_merged_file()
282 SVN_ERR(svn_io_file_readline(file, &line, NULL, &eof, APR_SIZE_MAX, in read_diff_chunk()
293 SVN_ERR(svn_io_file_readline(file, &line, &eol_str, &eof, APR_SIZE_MAX, in read_diff_chunk()
539 APR_SIZE_MAX, result_pool, iterpool)); in edit_chunk()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dhash.c135 0, APR_SIZE_MAX, 10); in svn_hash__read_entry()
160 0, APR_SIZE_MAX, 10); in svn_hash__read_entry()
186 0, APR_SIZE_MAX, 10); in svn_hash__read_entry()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_diff/
Dparse-diff.c358 APR_SIZE_MAX, iterpool, iterpool)); in read_handler_base85()
735 SVN_ERR(svn_io_file_readline(file, &str, eol, NULL, APR_SIZE_MAX, in hunk_readline_original_or_modified()
846 APR_SIZE_MAX, in svn_diff_hunk_readline_diff_text()
1120 SVN_ERR(svn_io_file_readline(apr_file, &line, NULL, &eof, APR_SIZE_MAX, in parse_next_hunk()
2058 SVN_ERR(svn_io_file_readline(apr_file, &line, NULL, &eof, APR_SIZE_MAX, in parse_binary_patch()
2238 APR_SIZE_MAX, iterpool, iterpool)); in svn_diff_parse_next_patch()
Ddiff_file.c183 if (finfo.size > APR_SIZE_MAX) in map_or_read_file()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
Dload.c218 SVN_ERR(svn_cstring_strtoui64(&len, buf + 2, 0, APR_SIZE_MAX, 10)); in parse_property_block()
264 SVN_ERR(svn_cstring_strtoui64(&len, buf + 2, 0, APR_SIZE_MAX, 10)); in parse_property_block()
Dreporter.c198 if (len + 1 < len || len + 1 > APR_SIZE_MAX) in read_string()
/freebsd-12-stable/usr.bin/svn/lib/libapr/
Dapr.h461 #define APR_SIZE_MAX (~((apr_size_t)0)) macro
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/
Dlock.c567 err = svn_cstring_strtoui64(&ui64, buf->data, 0, APR_SIZE_MAX, 10); in svn_fs_base__get_locks()
/freebsd-12-stable/contrib/apr-util/buckets/
Dapr_brigade.c140 && (point64 > (apr_uint64_t)APR_SIZE_MAX)) { in apr_brigade_partition()
/freebsd-12-stable/contrib/apr/include/
Dapr.hnw338 #define APR_SIZE_MAX (~((apr_size_t)0))
Dapr.hwc484 #define APR_SIZE_MAX (~((apr_size_t)0))
Dapr.hw487 #define APR_SIZE_MAX (~((apr_size_t)0))
Dapr.h.in448 #define APR_SIZE_MAX (~((apr_size_t)0)) macro
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
Ddag.c176 new_node->hint = APR_SIZE_MAX; in svn_fs_x__dag_get_node()
Dcached_data.c600 estimated_window_storage = MIN(estimated_window_storage, APR_SIZE_MAX); in create_rep_state_body()
1528 return (size < APR_SIZE_MAX) in fulltext_size_is_cachable()
1924 if (needed >= APR_SIZE_MAX / 2 - overhead) in optimimal_allocation_size()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
Dcached_data.c879 estimated_window_storage = MIN(estimated_window_storage, APR_SIZE_MAX); in create_rep_state_body()
1784 return (size < APR_SIZE_MAX) in fulltext_size_is_cachable()
2003 if (needed >= APR_SIZE_MAX / 2 - overhead) in optimimal_allocation_size()
Drevprops.c475 uncompressed, APR_SIZE_MAX)); in parse_packed_revprops()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
Dsvndiff.c420 if (temp > APR_SIZE_MAX) in decode_size()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/util/
Dfs_skels.c575 SVN_ERR(svn_cstring_strtoui64(&uval, str, 0, APR_SIZE_MAX, 10)); in svn_fs_base__parse_representation_skel()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
Dmarshal.c1226 if (len64 > APR_SIZE_MAX) in read_string()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
Dpatch.c820 SVN_ERR(svn_io_file_readline(file, line, eol_str, eof, APR_SIZE_MAX, in readline_file()