| /trueos/contrib/subversion/subversion/libsvn_fs_base/bdb/ |
| HD | locks-table.c | 78 const char *lock_token, in svn_fs_bdb__lock_add() argument 90 svn_fs_base__str_to_dbt(&key, lock_token); in svn_fs_bdb__lock_add() 102 const char *lock_token, in svn_fs_bdb__lock_delete() argument 110 svn_fs_base__str_to_dbt(&key, lock_token); in svn_fs_bdb__lock_delete() 115 return svn_fs_base__err_bad_lock_token(fs, lock_token); in svn_fs_bdb__lock_delete() 124 const char *lock_token, in svn_fs_bdb__lock_get() argument 136 svn_fs_base__str_to_dbt(&key, lock_token), in svn_fs_bdb__lock_get() 142 return svn_fs_base__err_bad_lock_token(fs, lock_token); in svn_fs_bdb__lock_get() 148 return svn_fs_base__err_corrupt_lock(fs, lock_token); in svn_fs_bdb__lock_get() 156 SVN_ERR(svn_fs_bdb__lock_delete(fs, lock_token, trail, pool)); in svn_fs_bdb__lock_get() [all …]
|
| HD | lock-tokens-table.c | 76 const char *lock_token, in svn_fs_bdb__lock_token_add() argument 85 svn_fs_base__str_to_dbt(&value, lock_token); in svn_fs_bdb__lock_token_add() 123 const char *lock_token; in svn_fs_bdb__lock_token_get() local 137 lock_token = apr_pstrmemdup(pool, value.data, value.size); in svn_fs_bdb__lock_token_get() 141 err = svn_fs_bdb__lock_get(&lock, fs, lock_token, trail, pool); in svn_fs_bdb__lock_token_get() 155 *lock_token_p = lock_token; in svn_fs_bdb__lock_token_get()
|
| HD | locks-table.h | 52 const char *lock_token, 64 const char *lock_token, 80 const char *lock_token,
|
| HD | lock-tokens-table.h | 52 const char *lock_token,
|
| /trueos/contrib/subversion/subversion/libsvn_ra/ |
| HD | debug_reporter.c | 47 const char *lock_token, in set_path() argument 53 BOOLEAN_TO_WORD(start_empty), lock_token)); in set_path() 56 start_empty, lock_token, pool)); in set_path() 79 const char *lock_token, in link_path() argument 86 BOOLEAN_TO_WORD(start_empty), lock_token)); in link_path() 89 lock_token, pool)); in link_path()
|
| HD | deprecated.c | 75 const char *lock_token, in set_path() argument 81 start_empty, lock_token, pool); in set_path() 105 const char *lock_token, in link_path() argument 111 start_empty, lock_token, pool); in link_path()
|
| /trueos/contrib/subversion/subversion/libsvn_fs_base/ |
| HD | lock.c | 48 const char *lock_token, in add_lock_and_token() argument 52 SVN_ERR(svn_fs_bdb__lock_add(trail->fs, lock_token, lock, in add_lock_and_token() 54 return svn_fs_bdb__lock_token_add(trail->fs, path, lock_token, in add_lock_and_token() 62 delete_lock_and_token(const char *lock_token, in delete_lock_and_token() argument 66 SVN_ERR(svn_fs_bdb__lock_delete(trail->fs, lock_token, in delete_lock_and_token() 273 const char *lock_token; in txn_body_unlock() local 277 SVN_ERR(svn_fs_bdb__lock_token_get(&lock_token, trail->fs, args->path, in txn_body_unlock() 286 else if (strcmp(lock_token, args->token) != 0) in txn_body_unlock() 289 SVN_ERR(svn_fs_bdb__lock_get(&lock, trail->fs, lock_token, in txn_body_unlock() 305 return delete_lock_and_token(lock_token, args->path, trail); in txn_body_unlock() [all …]
|
| HD | err.c | 129 svn_fs_base__err_bad_lock_token(svn_fs_t *fs, const char *lock_token) in svn_fs_base__err_bad_lock_token() argument 135 lock_token, fs->path); in svn_fs_base__err_bad_lock_token() 148 svn_fs_base__err_corrupt_lock(svn_fs_t *fs, const char *lock_token) in svn_fs_base__err_corrupt_lock() argument 154 lock_token, fs->path); in svn_fs_base__err_corrupt_lock()
|
| HD | err.h | 76 const char *lock_token); 83 const char *lock_token);
|
| HD | fs.h | 347 const char *lock_token; member
|
| /trueos/contrib/subversion/subversion/libsvn_client/ |
| HD | locking_commands.c | 197 const char *lock_token; member 317 &wli->lock_token, in organize_lock_targets() 387 const char *lock_token; in organize_lock_targets() local 397 if (! wli->lock_token) in organize_lock_targets() 404 lock_token = wli->lock_token in organize_lock_targets() 405 ? apr_pstrdup(result_pool, wli->lock_token) in organize_lock_targets() 409 lock_token = NULL; in organize_lock_targets() 413 lock_token ? lock_token : ""); in organize_lock_targets()
|
| HD | status.c | 130 svn_boolean_t start_empty, const char *lock_token, in reporter_set_path() argument 137 lock_token, pool); in reporter_set_path() 155 const char *lock_token, apr_pool_t *pool) in reporter_link_path() argument 175 lock_token, pool); in reporter_link_path()
|
| /trueos/contrib/subversion/subversion/libsvn_repos/ |
| HD | reporter.c | 88 const char *lock_token; /* NULL if no token */ member 309 SVN_ERR(read_string(&(*pi)->lock_token, reader, pool)); in read_path_info() 311 (*pi)->lock_token = NULL; in read_path_info() 517 const char *t_path, const char *lock_token, in delta_proplists() argument 564 if (lock_token) in delta_proplists() 569 if (! lock || strcmp(lock_token, lock->token) != 0) in delta_proplists() 670 const char *s_path, const char *t_path, const char *lock_token, in delta_files() argument 682 SVN_ERR(delta_proplists(b, s_rev, s_path, t_path, lock_token, in delta_files() 973 if (!info->lock_token) in update_entry() 977 if (lock && (strcmp(lock->token, info->lock_token) == 0)) in update_entry() [all …]
|
| HD | deprecated.c | 292 svn_boolean_t start_empty, const char *lock_token, in svn_repos_set_path2() argument 296 start_empty, lock_token, pool); in svn_repos_set_path2() 309 const char *lock_token, apr_pool_t *pool) in svn_repos_link_path2() argument 312 start_empty, lock_token, pool); in svn_repos_link_path2()
|
| /trueos/contrib/subversion/subversion/libsvn_wc/ |
| HD | node.c | 670 const char **lock_token, in svn_wc__node_get_base() argument 686 lock_token ? &lock : NULL, in svn_wc__node_get_base() 720 if (lock_token) in svn_wc__node_get_base() 721 *lock_token = NULL; in svn_wc__node_get_base() 727 if (lock_token) in svn_wc__node_get_base() 728 *lock_token = lock ? lock->token : NULL; in svn_wc__node_get_base()
|
| HD | wc-queries.sql | 46 lock_token, lock_owner, lock_comment, lock_date 67 lock_token, lock_owner, lock_comment, lock_date 76 lock_token, lock_owner, lock_comment, lock_date 125 depth, symlink_target, last_mod_time, properties, lock_token, lock_owner, 373 (repos_id, repos_relpath, lock_token, lock_owner, lock_comment, 379 SELECT nodes.repos_id, nodes.repos_path, lock_token
|
| HD | entries.c | 933 entry->lock_token = lock->token; in read_one_entry() 2117 if (entry->lock_token && create_locks) in write_entry() 2121 lock.token = entry->lock_token; in write_entry() 2487 if (entry->lock_token) in svn_wc_entry_dup() 2488 dupentry->lock_token = apr_pstrdup(pool, entry->lock_token); in svn_wc_entry_dup()
|
| HD | old-and-busted.c | 624 SVN_ERR(read_str(&entry->lock_token, buf, end, pool)); in read_entry() 971 entry->lock_token = extract_string(atts, ENTRIES_ATTR_LOCK_TOKEN, pool); in atts_to_entry()
|
| HD | wc-metadata.sql | 198 lock_token TEXT NOT NULL, field
|
| /trueos/contrib/subversion/subversion/include/ |
| HD | svn_ra.h | 322 const char *lock_token, 358 const char *lock_token, 392 const char *lock_token, 407 const char *lock_token,
|
| HD | svn_repos.h | 1035 const char *lock_token, 1050 const char *lock_token, 1100 const char *lock_token, 1116 const char *lock_token,
|
| /trueos/contrib/subversion/subversion/svnadmin/ |
| HD | svnadmin.c | 1654 const char *lock_token = NULL; in subcommand_lock() local 1664 lock_token = APR_ARRAY_IDX(args, 3, const char *); in subcommand_lock() 1683 lock_token, in subcommand_lock() 1691 lock_token, in subcommand_lock() 1856 const char *lock_token = NULL; in subcommand_unlock() local 1862 lock_token = APR_ARRAY_IDX(args, 2, const char *); in subcommand_unlock() 1873 SVN_ERR(svn_fs_unlock(fs, lock_path_utf8, lock_token, in subcommand_unlock() 1876 SVN_ERR(svn_repos_fs_unlock(repos, lock_path_utf8, lock_token, in subcommand_unlock()
|
| /trueos/contrib/subversion/subversion/include/private/ |
| HD | svn_ra_svn_private.h | 488 const char *lock_token, 513 const char *lock_token,
|
| /trueos/contrib/subversion/subversion/libsvn_ra_serf/ |
| HD | update.c | 198 const char *lock_token; member 574 new_info->lock_token = NULL; in push_state() 615 new_info->lock_token = NULL; in push_state() 1021 if (info->lock_token) in open_updated_file() 2248 if (info->lock_token && !info->fetch_props) in end_report() 2558 const char *lock_token, in set_path() argument 2566 "lock-token", lock_token, in set_path() 2602 const char *lock_token, in link_path() argument 2631 "lock-token", lock_token, in link_path()
|
| /trueos/contrib/subversion/subversion/libsvn_ra_local/ |
| HD | ra_plugin.c | 200 const char *lock_token, in reporter_set_path() argument 205 revision, depth, start_empty, lock_token, pool); in reporter_set_path() 226 const char *lock_token, in reporter_link_path() argument 247 depth, start_empty, lock_token, pool); in reporter_link_path()
|