Searched refs:notify_relpath (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | wc_db.c | 6497 const char *notify_relpath = svn_sqlite__column_text(stmt, 1, NULL); in do_changelist_notify() local 6514 notify_abspath = svn_dirent_join(wcroot->abspath, notify_relpath, in do_changelist_notify() 7439 const char *notify_relpath = svn_sqlite__column_text(stmt, 0, NULL); in svn_wc__db_revert_list_notify() local 7445 notify_relpath, in svn_wc__db_revert_list_notify() 8587 const char *notify_relpath; in do_delete_notify() local 8592 notify_relpath = svn_sqlite__column_text(stmt, 0, NULL); in do_delete_notify() 8594 notify_relpath, in do_delete_notify()
|