Searched +refs:url +refs:cookie +refs:create (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/lib/xmlrpc/
H A Dclient.rb10 require "xmlrpc/create"
86 @cookie = nil
119 @create = nil
137 url = URI(uri)
142 unless URI::HTTP === url
146 proto = url.scheme
147 user = url.user
148 passwd = url.password
149 host = url.host
150 port = url
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DWebCoreArgumentCoders.cpp593 RefPtr<ShareableBitmap> bitmap = ShareableBitmap::create(handle);
631 // Calling platformCursor here will eagerly create the platform cursor for the cursor singletons inside WebCore.
632 // This will avoid having to re-create the platform cursors over and over.
667 encoder << resourceRequest.url().string();
704 String url; local
705 if (!decoder.decode(url))
707 request.setURL(URL(URL(), url));
726 request.setHTTPBody(FormData::create(httpBody.utf8()));
777 encoder << resourceResponse.url().string();
824 String url; local
1134 encode(ArgumentEncoder& encoder, const Cookie& cookie) argument
1146 decode(ArgumentDecoder& decoder, Cookie& cookie) argument
2159 String url; local
[all...]
/macosx-10.10.1/apache-793/httpd/modules/proxy/
H A Dmod_proxy_balancer.c58 static int proxy_balancer_canon(request_rec *r, char *url) argument
66 if (strncasecmp(url, "balancer:", 9) == 0) {
67 url += 9;
73 ap_log_rerror(APLOG_MARK, APLOG_TRACE1, 0, r, "canonicalising URL %s", url);
78 err = ap_proxy_canon_netloc(r->pool, &url, NULL, NULL, &host, &port);
82 url, err);
91 path = url; /* this is the raw path */
94 path = ap_proxy_canonenc(r->pool, url, strlen(url), enc_path, 0,
142 static char *get_path_param(apr_pool_t *pool, char *url, argument
188 char *end_cookie, *cookie; local
269 find_session_route(proxy_balancer *balancer, request_rec *r, char **route, const char **sticky_used, char **url) argument
386 rewrite_url(request_rec *r, proxy_worker *worker, char **url) argument
453 proxy_balancer_pre_request(proxy_worker **worker, proxy_balancer **balancer, request_rec *r, proxy_server_conf *conf, char **url) argument
[all...]
H A Dmod_proxy_balancer.c.orig58 static int proxy_balancer_canon(request_rec *r, char *url)
66 if (strncasecmp(url, "balancer:", 9) == 0) {
67 url += 9;
73 ap_log_rerror(APLOG_MARK, APLOG_TRACE1, 0, r, "canonicalising URL %s", url);
78 err = ap_proxy_canon_netloc(r->pool, &url, NULL, NULL, &host, &port);
82 url, err);
91 path = url; /* this is the raw path */
94 path = ap_proxy_canonenc(r->pool, url, strlen(url), enc_path, 0,
142 static char *get_path_param(apr_pool_t *pool, char *url,
[all...]

Completed in 103 milliseconds