Searched refs:SVN_RA_SVN_WORD (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dinternal_auth.c49 if (elt->kind == SVN_RA_SVN_WORD && strcmp(elt->u.word.data, mech) == 0)
H A Dmarshal.c104 case SVN_RA_SVN_WORD:
147 case SVN_RA_SVN_WORD:
260 if (item->kind != SVN_RA_SVN_WORD)
1391 item->kind = SVN_RA_SVN_WORD;
1631 else if (**fmt == 'w' && elt->kind == SVN_RA_SVN_WORD)
1633 else if (**fmt == 'b' && elt->kind == SVN_RA_SVN_WORD)
1646 else if (**fmt == 'B' && elt->kind == SVN_RA_SVN_WORD)
1655 else if (**fmt == '3' && elt->kind == SVN_RA_SVN_WORD)
3039 CHECK_PROTOCOL_COND(elt->kind == SVN_RA_SVN_WORD);
3067 CHECK_PROTOCOL_COND(elt->kind == SVN_RA_SVN_WORD);
[all...]
H A Dclient.c1839 return ( item->kind == SVN_RA_SVN_WORD
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_ra_svn.h154 SVN_RA_SVN_WORD, enumerator in enum:__anon7025
285 * SVN_RA_SVN_WORD; a malformed data error will result if any are not).
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c1750 if (elt->kind != SVN_RA_SVN_WORD)

Completed in 180 milliseconds