Searched refs:apr_pstrcat (Results 26 - 50 of 84) sorted by relevance

1234

/freebsd-12-stable/contrib/serf/auth/
H A Dauth_spnego_sspi.c225 ctx->target_name = apr_pstrcat(scratch_pool, service, "/", canonname,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dgetlocks.c255 lock_ctx->path = apr_pstrcat(pool, "/", rel_path, SVN_VA_NULL);
H A Dlist.c218 = apr_pstrcat(pool, prop->xmlns, prop->name, SVN_VA_NULL);
H A Dcommit.c603 prop_name = apr_pstrcat(result_pool,
609 prop_name = apr_pstrcat(result_pool,
710 token_header = apr_pstrcat(pool, "<", token_uri, "> (<", token, ">)",
H A Dlock.c656 lock_ctx->token = apr_pstrcat(lock_pool, "<", token, ">", SVN_VA_NULL);
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dnotify.c598 apr_pstrcat(pool, s,
615 apr_pstrcat(pool, s,
634 apr_pstrcat(pool, s,
648 apr_pstrcat(pool, s,
H A Dconflict-callbacks.c655 result = apr_pstrcat(pool, result, ",", SVN_VA_NULL);
662 result = apr_pstrcat(pool, result, line_sep, SVN_VA_NULL);
665 result = apr_pstrcat(pool, result, s, SVN_VA_NULL);
669 return apr_pstrcat(pool, result, ": ", SVN_VA_NULL);
706 *result = apr_pstrcat(pool, *result, "\n", SVN_VA_NULL);
710 *result = apr_pstrcat(pool, *result,
/freebsd-12-stable/contrib/subversion/subversion/svnbench/
H A Dnotify.c350 apr_pstrcat(pool, s,
367 apr_pstrcat(pool, s,
389 apr_pstrcat(pool, s,
403 apr_pstrcat(pool, s,
/freebsd-12-stable/contrib/apr-util/test/
H A Dtestdbm.c172 const char *file = apr_pstrcat(p, "data/test-", type, NULL);
H A Dtestmemcache.c187 k = apr_pstrcat(p, prefix, apr_itoa(p, i), NULL);
456 apr_pstrcat(pool, prefix,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dlocks-table.c260 lookup_path = apr_pstrcat(pool, path, "/", SVN_VA_NULL);
/freebsd-12-stable/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c480 node_path = apr_pstrcat(pool, "/", node_path, SVN_VA_NULL);
482 copyfrom_path = apr_pstrcat(pool, "/", copyfrom_path, SVN_VA_NULL);
1477 prefix = apr_pstrcat(pool, "/", prefix, SVN_VA_NULL);
1503 prefix = apr_pstrcat(pool, "/", prefix, SVN_VA_NULL);
/freebsd-12-stable/contrib/apr/strings/
H A Dapr_strings.c66 /** this is used to cache lengths in apr_pstrcat */
123 APR_DECLARE_NONSTD(char *) apr_pstrcat(apr_pool_t *a, ...) function
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dutf.c182 return apr_pstrcat(pool, "svn-utf-", frompage, "to", topage,
638 valid_txt = apr_pstrcat(pool, valid_txt,
648 invalid_txt = apr_pstrcat(pool, invalid_txt,
H A Dlog.c50 return apr_pstrcat(pool, " depth=", svn_depth_to_word(depth), SVN_VA_NULL);
H A Dconfig.c310 sys_reg_path = apr_pstrcat(pool, SVN_REGISTRY_SYS_CONFIG_PATH,
312 usr_reg_path = apr_pstrcat(pool, SVN_REGISTRY_USR_CONFIG_PATH,
H A Dopt.c176 opts = apr_pstrcat(pool, opts, _(" ARG"), SVN_VA_NULL);
981 target = apr_pstrcat(pool, true_target, peg_rev, SVN_VA_NULL);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drevprops.c1059 *tmp_path = apr_pstrcat(result_pool, *final_path, ".tmp", SVN_VA_NULL);
1285 *tmp_path = apr_pstrcat(result_pool, *final_path, ".tmp", SVN_VA_NULL);
1369 *tmp_path = apr_pstrcat(result_pool, *final_path, ".tmp", SVN_VA_NULL);
H A Dfs.c100 key = apr_pstrcat(scratch_pool, SVN_FSX_SHARED_USERDATA_PREFIX,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dauthz_parse.c385 group = apr_pstrcat(cb->parser_pool, "@", option->data, SVN_VA_NULL);
824 alias = apr_pstrcat(cb->parser_pool, "&", option->data, SVN_VA_NULL);
1164 unaliased_key = apr_pstrcat(mab->cb->parser_pool,
H A Drev_hunt.c655 fs_path = apr_pstrcat(pool, "/", fs_path, SVN_VA_NULL);
875 path = apr_pstrcat(pool, "/", path, SVN_VA_NULL);
938 const char *abs_path = apr_pstrcat(subpool, "/", segment->path,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Ddebug_editor.c495 eb->prefix = apr_pstrcat(pool, "DBG: ", prefix, SVN_VA_NULL);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs.c98 key = apr_pstrcat(pool, SVN_FSFS_SHARED_USERDATA_PREFIX,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c246 fs_path = apr_pstrcat(pool, "/", relpath, SVN_VA_NULL);
332 other_fs_path = apr_pstrcat(scratch_pool, "/", other_relpath,
623 sess->useragent = apr_pstrcat(pool, USER_AGENT " ",
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dupgrade.c887 apr_pstrcat(scratch_pool,
894 apr_pstrcat(scratch_pool,
901 apr_pstrcat(scratch_pool,

Completed in 332 milliseconds

1234