Searched refs:apr_pstrcat (Results 1 - 25 of 84) sorted by relevance

1234

/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dcaching.c381 const char *prefix = apr_pstrcat(scratch_pool,
406 prefix = apr_pstrcat(scratch_pool, "ns:", cache_namespace, ":", prefix,
444 apr_pstrcat(scratch_pool, prefix, "DIR", SVN_VA_NULL),
459 apr_pstrcat(scratch_pool, prefix, "NODEREVS",
475 apr_pstrcat(scratch_pool, prefix, "REPHEADER",
491 apr_pstrcat(scratch_pool, prefix, "CHANGES",
507 apr_pstrcat(scratch_pool, prefix, "TEXT",
522 apr_pstrcat(scratch_pool, prefix, "PROP",
538 apr_pstrcat(scratch_pool, prefix, "REVPROP",
554 apr_pstrcat(scratch_poo
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dcaching.c354 const char *prefix = apr_pstrcat(pool,
375 prefix = apr_pstrcat(pool, "ns:", cache_namespace, ":", prefix, SVN_VA_NULL);
415 apr_pstrcat(pool, prefix, "RRI", SVN_VA_NULL),
431 apr_pstrcat(pool, prefix, "DAG", SVN_VA_NULL),
449 apr_pstrcat(pool, prefix, "DIR", SVN_VA_NULL),
465 apr_pstrcat(pool, prefix, "PACK-MANIFEST",
481 apr_pstrcat(pool, prefix, "NODEREVS", SVN_VA_NULL),
496 apr_pstrcat(pool, prefix, "REPHEADER", SVN_VA_NULL),
511 apr_pstrcat(pool, prefix, "CHANGES", SVN_VA_NULL),
526 apr_pstrcat(poo
[all...]
H A Dutil.c232 return apr_pstrcat(pool, svn_fs_fs__id_txn_unparse(txn_id, pool),
340 return apr_pstrcat(pool, svn_fs_fs__path_txn_node_rev(fs, id, pool),
349 return apr_pstrcat(pool, svn_fs_fs__path_txn_node_rev(fs, id, pool),
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dutil_error.c91 err->message = apr_pstrcat(err->pool, msg, ": ", err_msg,
H A Dproperty.c602 return apr_pstrcat(result_pool, SVN_PROP_PREFIX, name, SVN_VA_NULL);
605 return apr_pstrcat(result_pool, SVN_PROP_PREFIX, name, SVN_VA_NULL);
633 return apr_pstrcat(result_pool, ns, name, SVN_VA_NULL);
/freebsd-12-stable/contrib/apr/misc/unix/
H A Denv.c61 if (0 > putenv(apr_pstrcat(pool, envvar, "=", value, NULL)))
/freebsd-12-stable/contrib/apr/file_io/unix/
H A Dtempdir.c27 char *path = apr_pstrcat(p, temp_dir, "/apr-tmp.XXXXXX", NULL);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Ddeprecated.c54 path = apr_pstrcat(pool, "/", path, SVN_VA_NULL);
/freebsd-12-stable/contrib/apr-util/dbm/
H A Dapr_dbm_sdbm.c205 *used1 = apr_pstrcat(pool, pathname, APR_SDBM_DIRFEXT, NULL);
206 *used2 = apr_pstrcat(pool, pathname, APR_SDBM_PAGFEXT, NULL);
/freebsd-12-stable/contrib/apr-util/test/
H A Dtestldap.c125 cert->path = apr_pstrcat (p, DIRNAME, "/", dirent.name, NULL);
131 cert->path = apr_pstrcat (p, DIRNAME, "/", dirent.name, NULL);
/freebsd-12-stable/contrib/apr/include/
H A Dapr_strings.h147 APR_DECLARE_NONSTD(char *) apr_pstrcat(apr_pool_t *p, ...)
/freebsd-12-stable/contrib/apr-util/uri/
H A Dapr_uri.c102 ret = apr_pstrcat(p,
132 ret = apr_pstrcat(p, "//", ret, lbrk, uptr->hostname, rbrk,
138 ret = apr_pstrcat(p, uptr->scheme, ":", ret, NULL);
145 ret = apr_pstrcat(p,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Drelocate.c153 new_url = apr_pstrcat(scratch_pool, to, old_url + from_len, SVN_VA_NULL);
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dcopy-cmd.c89 apr_pstrcat(pool, ".", target,
H A Dfilesize.c111 return apr_pstrcat(result_pool, buffer, suffix, SVN_VA_NULL);
H A Dstatus.c315 moved_from_line = apr_pstrcat(pool, "\n > ",
331 moved_from_line = apr_pstrcat(pool, "\n > ",
343 moved_to_line = apr_pstrcat(pool, "\n > ",
/freebsd-12-stable/contrib/apr/user/unix/
H A Duserinfo.c82 *dirname = apr_pstrcat(p, pw.pw_dir, pw.pw_name, NULL);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dcmdline.c292 target = apr_pstrcat(pool, true_target, peg_rev, SVN_VA_NULL);
352 target = apr_pstrcat(pool, true_target, peg_rev, SVN_VA_NULL);
/freebsd-12-stable/contrib/serf/auth/
H A Dauth_basic.c107 tmp = apr_pstrcat(conn->pool, username, ":", password, NULL);
H A Dauth_spnego_gss.c173 bufdesc.value = apr_pstrcat(scratch_pool, service, "@", hostname, NULL);
/freebsd-12-stable/contrib/serf/buckets/
H A Drequest_buckets.c87 apr_pstrcat(serf_bucket_allocator_get_pool(bucket->allocator),
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dcyrus_auth.c491 mechstring = apr_pstrcat(pool, head, tail, SVN_VA_NULL);
820 *local_addrport = apr_pstrcat(pool, local_addr, ";",
823 *remote_addrport = apr_pstrcat(pool, remote_addr, ";",
861 mechstring = apr_pstrcat(pool,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddirent_uri.c2575 *dirent = apr_pstrcat(pool, "//", hostname, dup_path, SVN_VA_NULL);
2608 *url = apr_pstrcat(pool, "file://", dirent, SVN_VA_NULL);
2615 *url = apr_pstrcat(pool, "file:", dirent, SVN_VA_NULL);
2619 char *uri = apr_pstrcat(pool, "file:///", dirent, SVN_VA_NULL);
2653 return apr_pstrcat(pool, "/", svn_relpath_canonicalize(fspath, pool),
2686 return apr_pstrcat(pool, "/", svn_relpath_dirname(fspath + 1, pool),
2731 result = apr_pstrcat(result_pool, "/", relpath, SVN_VA_NULL);
2733 result = apr_pstrcat(result_pool, fspath, "/", relpath, SVN_VA_NULL);
2748 result = apr_pstrcat(result_pool, "/",
H A Dcache-memcache.c101 long_key = apr_pstrcat(pool, "SVN:", cache->prefix, ":", encoded_suffix,
119 long_key = apr_pstrcat(pool,
/freebsd-12-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm.c175 char *dirname = apr_pstrcat(p, file, APR_SDBM_DIRFEXT, NULL);
176 char *pagname = apr_pstrcat(p, file, APR_SDBM_PAGFEXT, NULL);

Completed in 469 milliseconds

1234