Searched refs:apr_pstrcat (Results 101 - 125 of 140) sorted by relevance

123456

/macosx-10.10.1/apache-793/httpd/support/
H A Dhtpasswd.c85 ctx->out = apr_pstrcat(ctx->pool, user, ":", hash_str, NL, NULL);
H A Dhtdbm.c171 val.dptr = apr_pstrcat(htdbm->ctx.pool, htdbm->ctx.passwd, ":",
/macosx-10.10.1/apr-32/apr/apr/strings/
H A Dapr_strings.c66 /** this is used to cache lengths in apr_pstrcat */
124 APR_DECLARE_NONSTD(char *) apr_pstrcat(apr_pool_t *a, ...) function
/macosx-10.10.1/apache-793/httpd/modules/cache/
H A Dcache_util.c303 path = apr_pstrcat(r->pool, conf->lockpath, dir, NULL);
311 lockname = apr_pstrcat(r->pool, path, "/", lockname, NULL);
408 lockname = apr_pstrcat(r->pool, conf->lockpath, dir, "/", lockname, NULL);
H A Dmod_cache_disk.c83 return apr_pstrcat(p, dobj->prefix, CACHE_VDIR_SUFFIX "/",
87 return apr_pstrcat(p, conf->cache_root, "/", dobj->hashfile,
101 return apr_pstrcat(p, dobj->prefix, CACHE_VDIR_SUFFIX "/",
105 return apr_pstrcat(p, conf->cache_root, "/", dobj->hashfile,
206 file->tempfile = apr_pstrcat(pool, conf->cache_root, AP_TEMPFILE, NULL);
H A Dmod_cache.c766 return apr_pstrcat(pool, "contradiction: 304 Not Modified, but ", key,
1015 reason = apr_pstrcat(p, "Broken expires header: ", exps, NULL);
1998 ps->lockpath = apr_pstrcat(p, tmppath, DEFAULT_CACHE_LOCKPATH, NULL);
2376 return apr_pstrcat(parms->pool, "Invalid CacheLockPath path ",
/macosx-10.10.1/apache-793/httpd/modules/generators/
H A Dmod_cgi.c124 return apr_pstrcat(cmd->pool, "Invalid ScriptLog path ",
337 apr_pstrcat(r->pool, pa_req->filename,
1093 buffer = apr_pstrcat(ctx->pool, "<a href=\"", location, "\">",
H A Dmod_cgid.c980 return apr_pstrcat(cmd->pool, "Invalid ScriptLog path ",
1018 return apr_pstrcat(cmd->pool, "Invalid ScriptSock path",
1691 buffer = apr_pstrcat(ctx->pool, "<a href=\"", location, "\">",
1720 apr_pstrcat(r->pool, pa_req->filename, pa_req->path_info, NULL));
/macosx-10.10.1/apache-793/httpd/modules/proxy/
H A Dmod_proxy_balancer.c.orig101 r->filename = apr_pstrcat(r->pool, "proxy:", BALANCER_PREFIX, host,
104 r->path_info = apr_pstrcat(r->pool, "/", path, NULL);
397 return ap_proxyerror(r, HTTP_BAD_REQUEST, apr_pstrcat(r->pool,
402 *url = apr_pstrcat(r->pool, worker->s->name, path, NULL);
818 sname = apr_pstrcat(pconf, conf->id, "_", sname, NULL);
1048 apr_pstrcat(r->pool, BALANCER_PREFIX, name, NULL), 0);
H A Dmod_proxy_http.c106 host = apr_pstrcat(r->pool, "[", host, "]", NULL);
108 r->filename = apr_pstrcat(r->pool, "proxy:", scheme, "://", host, sport,
207 buf = apr_pstrcat(p, "Content-Length: ",
1391 apr_pstrcat(p, "Corrupt status line returned by remote "
/macosx-10.10.1/apache-793/httpd/modules/lua/
H A Dmod_lua.c226 ret = apr_pstrcat(pool, ret, stringBetween, values[v], NULL);
233 ret = apr_pstrcat(pool, ret, stringBetween, NULL);
971 return apr_pstrcat(cmd->pool, cmd->cmd->name,
992 return apr_pstrcat(cmd->pool, cmd->cmd->name,
1033 const char *errstr = apr_pstrcat(cmd->pool, "Lua Error:",
/macosx-10.10.1/apache-793/httpd/modules/arch/win32/
H A Dmod_isapi.c984 file = apr_pstrcat(cid->r->pool, subreq->filename, "/", NULL);
986 file = apr_pstrcat(cid->r->pool, subreq->filename,
1015 r->args = apr_pstrcat(r->pool, r->args, (char*) buf_data, NULL);
/macosx-10.10.1/apache-793/httpd/modules/http/
H A Dhttp_filters.c367 tmp = apr_pstrcat(f->r->pool, AP_SERVER_PROTOCOL, " ",
690 headfield = apr_pstrcat(h->pool, fieldname, ": ", fieldval, CRLF, NULL);
877 r->status_line = apr_pstrcat(r->pool, r->status_line, " ", NULL);
H A Dhttp_request.c399 apr_table_setn(new, apr_pstrcat(p, "REDIRECT_", elts[i].key, NULL),
/macosx-10.10.1/apache-793/httpd/modules/loggers/
H A Dmod_log_config.c359 ? apr_pstrcat(r->pool, r->method, " ",
394 return (r->args) ? apr_pstrcat(r->pool, "?",
995 return apr_pstrcat(p, "Unrecognized LogFormat directive %",
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_engine_init.c396 cp = apr_pstrcat(p,
649 apr_pstrcat(ptemp, "!EXP:", SSL_DEFAULT_CIPHER_LIST, NULL);
1599 file = apr_pstrcat(ptemp, ca_path, "/", direntry.name, NULL);
H A Dssl_util_ssl.c406 fullname = apr_pstrcat(ptemp,
/macosx-10.10.1/apache-793/httpd/server/
H A Dscoreboard.c427 p = apr_pstrcat(r->pool, r->method, " ",
H A Dmpm_unix.c702 data = apr_pstrcat(p, "OPTIONS * HTTP/1.0\r\nUser-Agent: ",
/macosx-10.10.1/apr-32/apr/apr/threadproc/beos/
H A Dproc.c109 attr->currdir = (char *)apr_pstrcat(attr->pool, cwd, "/", dir, NULL);
/macosx-10.10.1/apache-793/httpd/modules/cluster/
H A Dmod_heartmonitor.c236 char *path = apr_pstrcat(pool, ctx->storage_path, ".tmp.XXXXXX", NULL);
401 char *path = apr_pstrcat(p, ctx->storage_path, ".tmp.XXXXXX", NULL);
/macosx-10.10.1/apr-32/apr/apr/tables/
H A Dapr_tables.c713 next_elt->val = apr_pstrcat(t->a.pool, next_elt->val, ", ",
766 next_elt->val = apr_pstrcat(t->a.pool, next_elt->val, ", ",
/macosx-10.10.1/apache-793/httpd/modules/core/
H A Dmod_macro.c841 apr_pstrcat(cmd->temp_pool, "macro '", macro->name, "'", NULL);
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_xml2enc.c274 r->content_type = apr_pstrcat(r->pool, ctype, ";charset=utf-8",
/macosx-10.10.1/apache-793/httpd/modules/mappers/
H A Dmod_imagemap.c453 return apr_pstrcat(r->pool, my_base, value, NULL);

Completed in 334 milliseconds

123456