Searched refs:SVN_RA_SVN_STRING (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dcram.c162 if (item->kind != SVN_RA_SVN_STRING) /* Very wrong; don't report failure */
H A Dmarshal.c98 case SVN_RA_SVN_STRING:
141 case SVN_RA_SVN_STRING:
1215 * Afterwards, *ITEM is of type 'SVN_RA_SVN_STRING', and its string
1235 item->kind = SVN_RA_SVN_STRING;
1287 item->kind = SVN_RA_SVN_STRING;
1627 else if (**fmt == 'c' && elt->kind == SVN_RA_SVN_STRING)
1629 else if (**fmt == 's' && elt->kind == SVN_RA_SVN_STRING)
3011 CHECK_PROTOCOL_COND(elt->kind == SVN_RA_SVN_STRING);
3025 CHECK_PROTOCOL_COND(elt->kind == SVN_RA_SVN_STRING);
H A Dclient.c1486 if (item->kind != SVN_RA_SVN_STRING)
2414 if (item->kind != SVN_RA_SVN_STRING)
2444 if (item->kind != SVN_RA_SVN_STRING)
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_ra_svn.h153 SVN_RA_SVN_STRING, enumerator in enum:__anon7025
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
H A Dcyrus_auth.c217 if (item->kind != SVN_RA_SVN_STRING)
H A Dserve.c1386 if (path_item->kind != SVN_RA_SVN_STRING)
1391 if (token_item->kind != SVN_RA_SVN_STRING)
2269 if (item->kind != SVN_RA_SVN_STRING)
2476 if (elt->kind != SVN_RA_SVN_STRING)
2498 if (elt->kind != SVN_RA_SVN_STRING)
3743 if (elt->kind != SVN_RA_SVN_STRING)

Completed in 133 milliseconds