Searched refs:SVN_RA_SVN_WORD (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/subversion/subversion/libsvn_ra_svn/ |
| HD | internal_auth.c | 49 if (elt->kind == SVN_RA_SVN_WORD && strcmp(elt->u.word, mech) == 0) in svn_ra_svn__find_mech()
|
| HD | client.c | 1698 if (item->kind == SVN_RA_SVN_WORD && strcmp(item->u.word, "done") == 0) in perform_ra_svn_log() 1975 if (item->kind == SVN_RA_SVN_WORD && strcmp(item->u.word, "done") == 0) in ra_svn_get_locations() 2031 if (item->kind == SVN_RA_SVN_WORD && strcmp(item->u.word, "done") == 0) in ra_svn_get_location_segments() 2104 if (item->kind == SVN_RA_SVN_WORD && strcmp(item->u.word, "done") == 0) in ra_svn_get_file_revs() 2373 if (elt->kind == SVN_RA_SVN_WORD && strcmp(elt->u.word, "done") == 0) in ra_svn_lock() 2414 if (elt->kind != SVN_RA_SVN_WORD || strcmp(elt->u.word, "done") != 0) in ra_svn_lock() 2498 if (elt->kind == SVN_RA_SVN_WORD && (strcmp(elt->u.word, "done") == 0)) in ra_svn_unlock() 2541 if (elt->kind != SVN_RA_SVN_WORD || strcmp(elt->u.word, "done") != 0) in ra_svn_unlock()
|
| HD | marshal.c | 145 if (item->kind != SVN_RA_SVN_WORD) in svn_ra_svn_set_capabilities() 1077 item->kind = SVN_RA_SVN_WORD; in read_item() 1267 else if (**fmt == 'w' && elt->kind == SVN_RA_SVN_WORD) in vparse_tuple() 1269 else if (**fmt == 'b' && elt->kind == SVN_RA_SVN_WORD) in vparse_tuple() 1282 else if (**fmt == 'B' && elt->kind == SVN_RA_SVN_WORD) in vparse_tuple() 1291 else if (**fmt == '3' && elt->kind == SVN_RA_SVN_WORD) in vparse_tuple() 2502 CHECK_PROTOCOL_COND(elt->kind == SVN_RA_SVN_WORD); in svn_ra_svn__read_word() 2530 CHECK_PROTOCOL_COND(elt->kind == SVN_RA_SVN_WORD); in svn_ra_svn__read_boolean()
|
| /NextBSD/contrib/subversion/subversion/include/ |
| HD | svn_ra_svn.h | 151 SVN_RA_SVN_WORD, enumerator
|
| /NextBSD/contrib/subversion/subversion/svnserve/ |
| HD | serve.c | 1682 if (elt->kind != SVN_RA_SVN_WORD) in get_dir()
|