Searched refs:svn_cstring_atoi64 (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dgetlocationsegments.c102 SVN_ERR(svn_cstring_atoi64(&start_val, start_str));
103 SVN_ERR(svn_cstring_atoi64(&end_val, end_str));
H A Dget_deleted_rev.c86 SVN_ERR(svn_cstring_atoi64(&rev, cdata->data));
H A Dgetdate.c92 SVN_ERR(svn_cstring_atoi64(&rev, cdata->data));
H A Dstat.c150 SVN_ERR(svn_cstring_atoi64(&rev, val->data));
169 SVN_ERR(svn_cstring_atoi64(&fdb->entry->size, val->data));
202 SVN_ERR(svn_cstring_atoi64(&deadprop_count, val->data));
H A Dreplay.c260 SVN_ERR(svn_cstring_atoi64(&rev, revstr));
279 SVN_ERR(svn_cstring_atoi64(&rev, revstr));
312 SVN_ERR(svn_cstring_atoi64(&rev, rev_str));
396 SVN_ERR(svn_cstring_atoi64(&rev, revstr));
H A Dgetlocations.c103 SVN_ERR(svn_cstring_atoi64(&rev_val, revstr));
H A Dmultistatus.c343 SVN_ERR(svn_cstring_atoi64(&val, errcode));
401 SVN_ERR(svn_cstring_atoi64(&val, errcode));
441 SVN_ERR(svn_cstring_atoi64(&val, errcode));
H A Dlog.c215 SVN_ERR(svn_cstring_atoi64(&rev, copyfrom_rev));
307 SVN_ERR(svn_cstring_atoi64(&rev, rev_str));
H A Dlist.c141 SVN_ERR(svn_cstring_atoi64(&dirent.size, size));
H A Dblame.c154 SVN_ERR(svn_cstring_atoi64(&rev, rev_str));
H A Dmerge.c180 SVN_ERR(svn_cstring_atoi64(&rev, rev_str));
H A Dupdate.c1539 SVN_ERR(svn_cstring_atoi64(&base_rev,
1563 SVN_ERR(svn_cstring_atoi64(&copyfrom_rev, copyfrom_rev_str));
1587 SVN_ERR(svn_cstring_atoi64(&base_rev,
1613 SVN_ERR(svn_cstring_atoi64(&copyfrom_rev, copyfrom_rev_str));
1726 SVN_ERR(svn_cstring_atoi64(&rev, revstr));
1919 SVN_ERR(svn_cstring_atoi64(&delete_rev, revstr));
H A Dproperty.c684 SVN_ERR(svn_cstring_atoi64(&rev, version_name));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlow_level.c157 SVN_ERR(svn_cstring_atoi64(&val, str));
174 SVN_ERR(svn_cstring_atoi64(&val, str));
779 SVN_ERR(svn_cstring_atoi64(&val, str));
787 SVN_ERR(svn_cstring_atoi64(&val, str));
795 SVN_ERR(svn_cstring_atoi64(&val, str));
1049 SVN_ERR(svn_cstring_atoi64(&noderev->mergeinfo_count, value));
1289 SVN_ERR(svn_cstring_atoi64(&val, str));
1295 SVN_ERR(svn_cstring_atoi64(&val, str));
H A Did.c569 err = svn_cstring_atoi64(&val, data);
H A Dutil.c610 err = svn_cstring_atoi64(result, sb->data);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlow_level.c291 SVN_ERR(svn_cstring_atoi64(&rep->id.change_set, str));
307 SVN_ERR(svn_cstring_atoi64(&val, str));
315 SVN_ERR(svn_cstring_atoi64(&val, str));
323 SVN_ERR(svn_cstring_atoi64(&val, str));
597 SVN_ERR(svn_cstring_atoi64(&noderev->mergeinfo_count, value));
767 SVN_ERR(svn_cstring_atoi64(&val, str));
773 SVN_ERR(svn_cstring_atoi64(&val, str));
H A Dutil.c693 err = svn_cstring_atoi64(result, sb->data);
H A Drevprops.c118 SVN_ERR(svn_cstring_atoi64(current, buf->data));
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_string.h610 svn_cstring_atoi64(apr_int64_t *n, const char *str);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_auth_kwallet/
H A Dkwallet.cpp132 err = svn_cstring_atoi64(&wid_env, wid_env_string);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dload.c237 SVN_ERR(svn_cstring_atoi64(&val, buf + 2));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dskel.c698 return svn_error_trace(svn_cstring_atoi64(n, str));
H A Dstring.c1139 svn_cstring_atoi64(apr_int64_t *n, const char *str)
1134 svn_cstring_atoi64(apr_int64_t *n, const char *str) function
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/util/
H A Dfs_skels.c668 SVN_ERR(svn_cstring_atoi64(&noderev->mergeinfo_count, str));

Completed in 221 milliseconds

12