Searched refs:apr_psprintf (Results 76 - 100 of 119) sorted by relevance

12345

/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dproxy_util.c394 r->status_line = apr_psprintf(r->pool, "%3.3u Proxy Error", statuscode);
1127 return apr_psprintf(p, "unable to parse: %s", url);
1130 return apr_psprintf(p, "balancer %s front-end virtual-path (%s) too long",
1134 return apr_psprintf(p, "balancer %s front-end vhost name (%s) too long",
1188 return apr_psprintf(p, "balancer name (%s) too long", uri);
1198 return apr_psprintf(p, "balancer safe-name (%s) too long", sname);
1683 return apr_psprintf(p, "worker name (%s) too long", ptr);
1686 return apr_psprintf(p, "worker scheme (%s) too long", uri.scheme);
1689 return apr_psprintf(p, "worker hostname (%s) too long", uri.hostname);
1702 return apr_psprintf(
[all...]
H A Dmod_proxy.c181 return apr_psprintf(p, "Route length must be < %d characters",
189 return apr_psprintf(p, "Redirect length must be < %d characters",
262 apr_psprintf(p, "flusher name length must be < %d characters",
287 apr_psprintf(p, "stickysession length must be < %d characters",
939 apr_psprintf(r->pool,
976 apr_psprintf(r->pool, "%" APR_INT64_T_FMT, maxfwd));
1212 ps->id = apr_psprintf(p, "p%x", 1); /* simply for storage size */
H A Dmod_proxy_http.c1291 apr_table_setn(r->notes, "proxy-source-port", apr_psprintf(r->pool, "%hu",
1520 ? apr_psprintf(p, "%d.%d %s%s (%s)",
1526 : apr_psprintf(p, "%d.%d %s%s",
1841 apr_psprintf(p,
H A Dajp_header.c523 r->status_line = apr_psprintf(r->pool, "%d %s", status, ptr);
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_auth_digest.c503 return apr_psprintf(cmd->pool,
510 return apr_psprintf(cmd->pool,
642 return apr_psprintf(cmd->pool, "size in AuthDigestShmemSize too small: "
1220 return apr_psprintf(p, "%lx", num);
1321 apr_psprintf(r->pool, "Digest realm=\"%s\", "
/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_engine_config.c1136 err = apr_psprintf(cmd->pool, "'%s' session cache not supported "
1144 return apr_psprintf(cmd->pool, "SSLSessionCache: %s", err);
1695 err = apr_psprintf(cmd->pool, "'%s' stapling cache not supported "
1702 return apr_psprintf(cmd->pool, "SSLStaplingCache: %s", err);
1808 return apr_psprintf(cmd->pool,
H A Dssl_engine_pphrase.c94 char *key = apr_psprintf(p, "%s:%d", id, i);
H A Dssl_engine_init.c892 key_id = apr_psprintf(ptemp, "%s:%d", vhost_id, i);
1459 key = apr_psprintf(p, "%s:%u", addr, s->addrs->host_port);
/macosx-10.10/apache-793/httpd/modules/lua/
H A Dlua_request.c694 return apr_psprintf(r->pool, "%s %s %s %s %s %s", (opts&OPT_INDEXES) ? "Indexes" : "", (opts&OPT_INCLUDES) ? "Includes" : "", (opts&OPT_SYM_LINKS) ? "FollowSymLinks" : "", (opts&OPT_EXECCGI) ? "ExecCGI" : "", (opts&OPT_MULTI) ? "MultiViews" : "", (opts&OPT_ALL) == OPT_ALL ? "All" : "" );
707 return apr_psprintf(r->pool, "%s %s %s %s %s", (opts & OR_LIMIT) ? "Limit" : "", (opts & OR_OPTIONS) ? "Options" : "", (opts & OR_FILEINFO) ? "FileInfo" : "", (opts & OR_AUTHCFG) ? "AuthCfg" : "", (opts & OR_INDEXES) ? "Indexes" : "" );
2037 strexpires = apr_psprintf(r->pool, "Expires=\"%s\";", cdate);
2043 strpath = apr_psprintf(r->pool, "Path=\"%s\";", path);
2049 strdomain = apr_psprintf(r->pool, "Domain=%s;", domain);
2053 out = apr_psprintf(r->pool, "%s=%s; %s %s %s %s %s", key, value,
2504 apr_psprintf(r->pool,
/macosx-10.10/apache-793/httpd/modules/loggers/
H A Dmod_log_config.c760 return apr_psprintf(r->pool, "%" APR_TIME_T_FMT, apr_time_sec(duration));
765 return apr_psprintf(r->pool, "%" APR_TIME_T_FMT,
816 return apr_psprintf(r->pool,
/macosx-10.10/apache-793/httpd/server/
H A Dprotocol.c740 apr_psprintf(r->pool,
771 apr_psprintf(r->pool,
816 apr_psprintf(r->pool,
H A Dcore.c1063 return apr_psprintf(p, "%s://%s:%u%s", ap_http_scheme(r), host, port, uri);
2409 return apr_psprintf(cmd->pool, "Cannot parse condition clause: %s",
2990 return apr_psprintf(cmd->pool, "Exceeded maximum include depth of %u, "
3057 return apr_psprintf(cmd->temp_pool, "Module specifier '%s' must be "
3063 return apr_psprintf(cmd->temp_pool, "%s:%s: %s", arg, level_str, err);
3066 char *name = apr_psprintf(cmd->temp_pool, "%s_module", arg);
3073 return apr_psprintf(cmd->temp_pool, "Cannot find module %s", arg);
4440 desc = apr_psprintf(p, "error log of vhost defined at %s:%d",
H A Dutil.c963 return apr_psprintf(p, "Error reading %s at line %d: Line too long",
966 return apr_psprintf(p, "Error reading %s at line %d: %pm",
1729 return apr_psprintf(p, "%s:%u", hostname, port);
1897 char *esc = apr_psprintf(p, "&#%3.3d;", (unsigned char)s[i]);
2308 return apr_psprintf(p, "%s%s%" APR_PID_T_FMT, string,
H A Dutil_script.c237 apr_psprintf(r->pool, "%u", ap_get_server_port(r)));
/macosx-10.10/apache-793/httpd/modules/dav/main/
H A Dutil_lock.c231 apr_psprintf(p,
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_sed.c496 return apr_psprintf(cmd->temp_pool,
/macosx-10.10/apache-793/httpd/modules/metadata/
H A Dmod_setenvif.c450 return apr_psprintf(cmd->pool, "Could not parse expression \"%s\": %s",
/macosx-10.10/apache-793/httpd/modules/http/
H A Dhttp_protocol.c267 apr_psprintf(r->pool, "timeout=%d, max=%d",
273 apr_psprintf(r->pool, "timeout=%d",
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestpoll.c73 str = apr_psprintf(p, "Socket %d not signalled when it should be",
77 str = apr_psprintf(p, "Socket %d signalled when it should not be",
/macosx-10.10/apr-32/apr-util/apr-util/xml/
H A Dapr_xml.c903 return apr_psprintf(p, "<%s/>" DEBUG_CR, elem->name);
906 return apr_psprintf(p, "<ns%d:%s/>" DEBUG_CR, elem->ns, elem->name);
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_socache_dbm.c89 return apr_psprintf(tmp, "Invalid cache file path %s", arg);
/macosx-10.10/apache-793/httpd/modules/session/
H A Dmod_session.c344 char *expiry = apr_psprintf(z->pool, "%" APR_INT64_T_FMT, z->expiry);
H A Dmod_session_crypto.c589 return apr_psprintf(cmd->pool, "%s: Could not open file %s: %pm",
/macosx-10.10/apache-793/httpd/server/mpm/winnt/
H A Dservice.c589 launch_cmd = apr_psprintf(ptemp, "\"%s\" -k runservice", exe_path);
/macosx-10.10/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd_oracle.c1389 apr_psprintf(statement->pool, "%ld", *(long*)values[j]);
1401 apr_psprintf(statement->pool, "%lu",
1414 apr_psprintf(statement->pool, "%" APR_INT64_T_FMT,
1427 apr_psprintf(statement->pool, "%" APR_UINT64_T_FMT,

Completed in 333 milliseconds

12345