Home
last modified time | relevance | path

Searched refs:SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH (Results 1 – 21 of 21) sorted by relevance

/dports/java/java-subversion/subversion-1.14.1/subversion/svndumpfilter/
H A Dsvndumpfilter.c500 tcl = svn_hash_gets(headers, SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH); in new_node_record()
589 || (!strcmp(key, SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH)) in new_node_record()
/dports/devel/py-subversion/subversion-1.14.1/subversion/svndumpfilter/
H A Dsvndumpfilter.c500 tcl = svn_hash_gets(headers, SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH); in new_node_record()
589 || (!strcmp(key, SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH)) in new_node_record()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/svndumpfilter/
H A Dsvndumpfilter.c500 tcl = svn_hash_gets(headers, SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH); in new_node_record()
589 || (!strcmp(key, SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH)) in new_node_record()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/svndumpfilter/
H A Dsvndumpfilter.c500 tcl = svn_hash_gets(headers, SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH); in new_node_record()
589 || (!strcmp(key, SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH)) in new_node_record()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_repos/
H A Dload.c700 text_cl = svn_hash_gets(headers, SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH); in svn_repos_parse_dumpstream3()
H A Ddump.c622 headers, SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH, in svn_repos__dump_node_record()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_repos/
H A Dload.c700 text_cl = svn_hash_gets(headers, SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH); in svn_repos_parse_dumpstream3()
H A Ddump.c622 headers, SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH, in svn_repos__dump_node_record()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_repos/
H A Dload.c700 text_cl = svn_hash_gets(headers, SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH); in svn_repos_parse_dumpstream3()
H A Ddump.c622 headers, SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH, in svn_repos__dump_node_record()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_repos/
H A Dload.c700 text_cl = svn_hash_gets(headers, SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH); in svn_repos_parse_dumpstream3()
H A Ddump.c622 headers, SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH, in svn_repos__dump_node_record()
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/swig/python/
H A Drepos.py934 SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH = _repos.SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH variable
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/swig/python/
H A Drepos.py934 SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH = _repos.SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH variable
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/swig/python/
H A Drepos.py934 SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH = _repos.SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH variable
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/swig/python/
H A Drepos.py934 SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH = _repos.SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH variable
/dports/java/java-subversion/subversion-1.14.1/subversion/include/
H A Dsvn_repos.h3112 #define SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH "Text-content-length" macro
/dports/devel/py-subversion/subversion-1.14.1/subversion/include/
H A Dsvn_repos.h3112 #define SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH "Text-content-length" macro
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/include/
H A Dsvn_repos.h3112 #define SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH "Text-content-length" macro
/dports/devel/p5-subversion/subversion-1.14.1/subversion/include/
H A Dsvn_repos.h3112 #define SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH "Text-content-length" macro
/dports/devel/rsvndump/rsvndump-0.6/src/
H A Ddelta.c789 printf("%s: %lu\n", SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH, content_len); in delta_dump_node()