Searched refs:svn_cstring_strtoui64 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/ |
| HD | hash.c | 134 err = svn_cstring_strtoui64(&ui64, buf->data + 2, in svn_hash__read_entry() 159 err = svn_cstring_strtoui64(&ui64, buf->data + 2, in svn_hash__read_entry() 185 err = svn_cstring_strtoui64(&ui64, buf->data + 2, in svn_hash__read_entry()
|
| HD | string.c | 1061 svn_cstring_strtoui64(apr_uint64_t *n, const char *str, in svn_cstring_strtoui64() function 1092 return svn_error_trace(svn_cstring_strtoui64(n, str, 0, in svn_cstring_atoui64() 1101 SVN_ERR(svn_cstring_strtoui64(&val, str, 0, APR_UINT32_MAX, 10)); in svn_cstring_atoui()
|
| /freebsd-11-stable/contrib/subversion/subversion/include/ |
| HD | svn_string.h | 644 svn_cstring_strtoui64(apr_uint64_t *n, const char *str,
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/ |
| HD | load.c | 218 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()
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/ |
| HD | parse-diff.c | 522 err = svn_cstring_strtoui64(&val, number, 0, SVN_LINENUM_MAX_VALUE, 10); in parse_offset() 1700 SVN_ERR(svn_cstring_strtoui64(&mode, mode_str, in parse_git_mode_bits() 2099 svn_error_t *err = svn_cstring_strtoui64(&expanded_size, in parse_binary_patch()
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/ |
| HD | lock.c | 567 err = svn_cstring_strtoui64(&ui64, buf->data, 0, APR_SIZE_MAX, 10); in svn_fs_base__get_locks()
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/util/ |
| HD | fs_skels.c | 565 SVN_ERR(svn_cstring_strtoui64(&uval, str, 0, 255, 10)); in svn_fs_base__parse_representation_skel() 575 SVN_ERR(svn_cstring_strtoui64(&uval, str, 0, APR_SIZE_MAX, 10)); in svn_fs_base__parse_representation_skel()
|
| /freebsd-11-stable/contrib/subversion/subversion/svnserve/ |
| HD | svnserve.c | 839 err = svn_cstring_strtoui64(&val, arg, 0, APR_UINT16_MAX, 10); in sub_main()
|