Home
last modified time | relevance | path

Searched defs:http (Results 26 – 50 of 7873) sorted by relevance

12345678910>>...315

/dports/lang/swi-pl/swipl-8.2.3/packages/http/
H A Dhttp_dyn_workers.pl64 http:max_load, no worker is added. label
66 http:max_workers limit. label
89 http:schedule_workers/1. label
91 http:schedule_workers(Dict) :- label
97 http:schedule_workers(Dict) :- label
99 http:schedule_workers(Dict). label
H A Dhttp_path.pl92 http:location(admin, /, []). label
123 http:location/3. % Alias, Expansion, Options label
125 http:location/3. % Alias, Expansion, Options label
127 http:location(root, Root, [priority(-100)]) :- label
245 http:location(Alias, Path, Options), label
H A Dhttp_cookie.pl65 http:write_cookies/3, % +Out, +Parts, +Options label
66 http:update_cookies/3. % +CookieData, +Parts, +Options label
75 http:write_cookies(Out, Parts, Options) :- label
124 http:update_cookies(CookieData, Parts, Options) :- label
/dports/lang/yap/yap-6.2.2/packages/http/
H A Dhttp_open.pl98 http:encoding_filter/3, % +Encoding, +In0, -In label
99 http:current_transfer_encoding/1, % ?Encoding label
100 http:http_protocol_hook/7. % +Protocol, +Parts, +In, +Out, label
214 http:http_protocol_hook(http, _, In, Out, In, Out, _). label
268 http:current_transfer_encoding(chunked), !. label
H A Dhttp_path.pl77 http:location(admin, /, []). label
90 http:location/3. % Alias, Expansion, Options label
92 http:location/3. % Alias, Expansion, Options label
94 http:location(root, Root, [priority(-100)]) :- label
177 http:location(Alias, Path, Options), label
H A Dhttp_stream.pl234 http:encoding_filter/3. % +Encoding, +In0, -In label
236 http:current_transfer_encoding/1. % ?Encoding label
242 http:encoding_filter(chunked, In0, In) :- label
251 http:current_transfer_encoding(chunked). label
/dports/lang/swi-pl/swipl-8.2.3/packages/pldoc/
H A Ddoc_http.pl84 http:location(pldoc, root(pldoc), []). label
85 http:location(pldoc_man, pldoc(refman), []). label
86 http:location(pldoc_pkg, pldoc(package), []). label
87 http:location(pldoc_resource, Path, []) :- label
329 http:authenticate(pldoc(edit), Request, _), label
/dports/print/openprinting/papi-1.0_beta/source/libpapi-ipp/http-core/
H A Dhttp.c384 http_t *http; /* New HTTP connection */ in httpConnectEncrypt() local
813 httpGet(http_t *http, /* I - HTTP data */ in httpGet()
825 httpHead(http_t *http, /* I - HTTP data */ in httpHead()
849 httpPost(http_t *http, /* I - HTTP data */ in httpPost()
863 httpPut(http_t *http, /* I - HTTP data */ in httpPut()
889 httpFlush(http_t *http) /* I - HTTP data */ in httpFlush()
905 httpRead(http_t *http, /* I - HTTP data */ in httpRead()
1128 httpWait(http_t *http, /* I - HTTP data */ in httpWait()
1277 http_t *http) /* I - HTTP data */ in httpGets()
1550 httpUpdate(http_t *http) /* I - HTTP data */ in httpUpdate()
[all …]
/dports/lang/ruby26/ruby-2.6.9/test/net/http/
H A Dtest_http.rb326 def _test_get__get(http) argument
345 def _test_get__iter(http) argument
361 def _test_get__chunked(http) argument
441 def _test_post__base(http) argument
453 def _test_post__file(http) argument
460 def _test_post__no_data(http) argument
520 def _test_patch__base(http) argument
596 def _test_request__GET(http) argument
628 def _test_request__file(http) argument
650 def _test_request__HEAD(http) argument
[all …]
/dports/net/ipxe/ipxe-2265a65/src/net/tcp/
H A Dhttpcore.c163 static int http_rx_linebuf ( struct http_transaction *http, in http_rx_linebuf()
263 struct http_transaction *http = in http_free() local
308 static void http_reopen ( struct http_transaction *http ) { in http_reopen()
340 struct http_transaction *http = in http_expired() local
352 static void http_step ( struct http_transaction *http ) { in http_step()
390 static int http_conn_deliver ( struct http_transaction *http, in http_conn_deliver()
479 http_content_buffer ( struct http_transaction *http ) { in http_content_buffer()
530 http_efi_describe ( struct http_transaction *http ) { in http_efi_describe()
604 struct http_transaction *http; in http_open() local
696 static int http_redirect ( struct http_transaction *http, in http_redirect()
[all …]
/dports/www/shellinabox/shellinabox-2.20/libhttp/
H A Dhttpconnection.c216 static void httpCloseRead(struct HttpConnection *http) { in httpCloseRead()
238 static int httpFinishCommand(struct HttpConnection *http) { in httpFinishCommand()
362 struct HttpConnection *http; in newHttpConnection() local
413 void destroyHttpConnection(struct HttpConnection *http) { in destroyHttpConnection()
448 void deleteHttpConnection(struct HttpConnection *http) { in deleteHttpConnection()
787 static int httpHandleCommand(struct HttpConnection *http, in httpHandleCommand()
1032 static int httpParseHeaders(struct HttpConnection *http, in httpParseHeaders()
1734 void httpSetCallback(struct HttpConnection *http, in httpSetCallback()
1741 void *httpGetPrivate(struct HttpConnection *http) { in httpGetPrivate()
1904 int httpGetFd(const HttpConnection *http) { in httpGetFd()
[all …]
/dports/security/libressl/libressl-3.4.3/apps/ocspcheck/
H A Dhttp.c56 struct http { struct
70 dosysread(char *buf, size_t sz, const struct http *http) in dosysread()
81 dosyswrite(const void *buf, size_t sz, const struct http *http) in dosyswrite()
92 dotlsread(char *buf, size_t sz, const struct http *http) in dotlsread()
107 dotlswrite(const void *buf, size_t sz, const struct http *http) in dotlswrite()
148 http_read(char *buf, size_t sz, const struct http *http) in http_read()
167 http_write(const char *buf, size_t sz, const struct http *http) in http_write()
182 http_disconnect(struct http *http) in http_disconnect()
208 http_free(struct http *http) in http_free()
228 struct http *http; in http_alloc() local
[all …]
/dports/security/libressl-static/libressl-3.3.5/apps/ocspcheck/
H A Dhttp.c56 struct http { struct
70 dosysread(char *buf, size_t sz, const struct http *http) in dosysread()
81 dosyswrite(const void *buf, size_t sz, const struct http *http) in dosyswrite()
92 dotlsread(char *buf, size_t sz, const struct http *http) in dotlsread()
107 dotlswrite(const void *buf, size_t sz, const struct http *http) in dotlswrite()
153 http_read(char *buf, size_t sz, const struct http *http) in http_read()
172 http_write(const char *buf, size_t sz, const struct http *http) in http_write()
187 http_disconnect(struct http *http) in http_disconnect()
213 http_free(struct http *http) in http_free()
233 struct http *http; in http_alloc() local
[all …]
/dports/www/obhttpd/libressl-3.4.1/apps/ocspcheck/
H A Dhttp.c56 struct http { struct
70 dosysread(char *buf, size_t sz, const struct http *http) in dosysread()
81 dosyswrite(const void *buf, size_t sz, const struct http *http) in dosyswrite()
92 dotlsread(char *buf, size_t sz, const struct http *http) in dotlsread()
107 dotlswrite(const void *buf, size_t sz, const struct http *http) in dotlswrite()
148 http_read(char *buf, size_t sz, const struct http *http) in http_read()
167 http_write(const char *buf, size_t sz, const struct http *http) in http_write()
182 http_disconnect(struct http *http) in http_disconnect()
208 http_free(struct http *http) in http_free()
228 struct http *http; in http_alloc() local
[all …]
/dports/devel/upp/upp/tutorial/Skylark12/
H A DCed.cpp3 void CreateEditDelete::Create(Http& http) in Create()
9 void CreateEditDelete::SubmitCreate(Http& http) in SubmitCreate()
15 void CreateEditDelete::Edit(Http& http) in Edit()
25 void CreateEditDelete::SubmitEdit(Http& http) in SubmitEdit()
31 void CreateEditDelete::Delete(Http& http) in Delete()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/net/tcp/
H A Dhttpcore.c162 static int http_rx_linebuf ( struct http_transaction *http, in http_rx_linebuf()
262 struct http_transaction *http = in http_free() local
307 static void http_reopen ( struct http_transaction *http ) { in http_reopen()
339 struct http_transaction *http = in http_expired() local
351 static void http_step ( struct http_transaction *http ) { in http_step()
389 static int http_conn_deliver ( struct http_transaction *http, in http_conn_deliver()
478 http_content_buffer ( struct http_transaction *http ) { in http_content_buffer()
589 struct http_transaction *http; in http_open() local
681 static int http_redirect ( struct http_transaction *http, in http_redirect()
1452 static int http_rx_headers ( struct http_transaction *http, in http_rx_headers()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/net/tcp/
H A Dhttpcore.c155 static int http_rx_linebuf ( struct http_transaction *http, in http_rx_linebuf()
255 struct http_transaction *http = in http_free() local
300 static void http_reopen ( struct http_transaction *http ) { in http_reopen()
332 struct http_transaction *http = in http_expired() local
344 static void http_step ( struct http_transaction *http ) { in http_step()
382 static int http_conn_deliver ( struct http_transaction *http, in http_conn_deliver()
471 http_content_buffer ( struct http_transaction *http ) { in http_content_buffer()
582 struct http_transaction *http; in http_open() local
674 static int http_redirect ( struct http_transaction *http, in http_redirect()
1431 static int http_rx_headers ( struct http_transaction *http, in http_rx_headers()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/net/tcp/
H A Dhttpcore.c162 static int http_rx_linebuf ( struct http_transaction *http, in http_rx_linebuf()
262 struct http_transaction *http = in http_free() local
307 static void http_reopen ( struct http_transaction *http ) { in http_reopen()
339 struct http_transaction *http = in http_expired() local
351 static void http_step ( struct http_transaction *http ) { in http_step()
389 static int http_conn_deliver ( struct http_transaction *http, in http_conn_deliver()
478 http_content_buffer ( struct http_transaction *http ) { in http_content_buffer()
589 struct http_transaction *http; in http_open() local
681 static int http_redirect ( struct http_transaction *http, in http_redirect()
1452 static int http_rx_headers ( struct http_transaction *http, in http_rx_headers()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/net/tcp/
H A Dhttpcore.c162 static int http_rx_linebuf ( struct http_transaction *http, in http_rx_linebuf()
262 struct http_transaction *http = in http_free() local
307 static void http_reopen ( struct http_transaction *http ) { in http_reopen()
339 struct http_transaction *http = in http_expired() local
351 static void http_step ( struct http_transaction *http ) { in http_step()
389 static int http_conn_deliver ( struct http_transaction *http, in http_conn_deliver()
478 http_content_buffer ( struct http_transaction *http ) { in http_content_buffer()
589 struct http_transaction *http; in http_open() local
681 static int http_redirect ( struct http_transaction *http, in http_redirect()
1452 static int http_rx_headers ( struct http_transaction *http, in http_rx_headers()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/net/tcp/
H A Dhttpcore.c162 static int http_rx_linebuf ( struct http_transaction *http, in http_rx_linebuf()
262 struct http_transaction *http = in http_free() local
307 static void http_reopen ( struct http_transaction *http ) { in http_reopen()
339 struct http_transaction *http = in http_expired() local
351 static void http_step ( struct http_transaction *http ) { in http_step()
389 static int http_conn_deliver ( struct http_transaction *http, in http_conn_deliver()
478 http_content_buffer ( struct http_transaction *http ) { in http_content_buffer()
589 struct http_transaction *http; in http_open() local
681 static int http_redirect ( struct http_transaction *http, in http_redirect()
1452 static int http_rx_headers ( struct http_transaction *http, in http_rx_headers()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/net/tcp/
H A Dhttpcore.c162 static int http_rx_linebuf ( struct http_transaction *http, in http_rx_linebuf()
262 struct http_transaction *http = in http_free() local
307 static void http_reopen ( struct http_transaction *http ) { in http_reopen()
339 struct http_transaction *http = in http_expired() local
351 static void http_step ( struct http_transaction *http ) { in http_step()
389 static int http_conn_deliver ( struct http_transaction *http, in http_conn_deliver()
478 http_content_buffer ( struct http_transaction *http ) { in http_content_buffer()
589 struct http_transaction *http; in http_open() local
681 static int http_redirect ( struct http_transaction *http, in http_redirect()
1452 static int http_rx_headers ( struct http_transaction *http, in http_rx_headers()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/net/tcp/
H A Dhttpcore.c162 static int http_rx_linebuf ( struct http_transaction *http, in http_rx_linebuf()
262 struct http_transaction *http = in http_free() local
307 static void http_reopen ( struct http_transaction *http ) { in http_reopen()
339 struct http_transaction *http = in http_expired() local
351 static void http_step ( struct http_transaction *http ) { in http_step()
389 static int http_conn_deliver ( struct http_transaction *http, in http_conn_deliver()
478 http_content_buffer ( struct http_transaction *http ) { in http_content_buffer()
589 struct http_transaction *http; in http_open() local
681 static int http_redirect ( struct http_transaction *http, in http_redirect()
1452 static int http_rx_headers ( struct http_transaction *http, in http_rx_headers()
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/demos/demos/widget_lib/
H A Dhello.pl16 http://phaseit.net/claird/comp.lang.perl.tk/ptkFAQ.html label
17 http://www.perltk.org label
18 http://user.cs.tu-berlin.de/~eserte label
19 http://www.lehigh.edu/sol0/ptk label
/dports/textproc/p5-RDF-Query/RDF-Query-2.918/lib/RDF/
H A DQuery.pm1097 http://kasei.us/2008/04/sparql-extension/service label
1098 http://kasei.us/2008/04/sparql-extension/service/bloom_filters label
1099 http://kasei.us/2008/04/sparql-extension/unsaid label
1100 http://kasei.us/2008/04/sparql-extension/federate_bindings label
1101 http://kasei.us/2008/04/sparql-extension/select_expression label
1102 http://kasei.us/2008/04/sparql-extension/aggregate label
1103 http://kasei.us/2008/04/sparql-extension/aggregate/count label
1104 http://kasei.us/2008/04/sparql-extension/aggregate/count-distinct label
1105 http://kasei.us/2008/04/sparql-extension/aggregate/min label
1106 http://kasei.us/2008/04/sparql-extension/aggregate/max label
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/
H A DHttpTransportSecurity.cs95 void ConfigureAuthentication(HttpTransportBindingElement http) in ConfigureAuthentication()
103 …static void ConfigureAuthentication(HttpTransportBindingElement http, HttpTransportSecurity transp… in ConfigureAuthentication()
111 void DisableAuthentication(HttpTransportBindingElement http) in DisableAuthentication()
121 static bool IsDisabledAuthentication(HttpTransportBindingElement http) in IsDisabledAuthentication()
139 internal void ConfigureTransportAuthentication(HttpTransportBindingElement http) in ConfigureTransportAuthentication()
148 …internal static bool IsConfiguredTransportAuthentication(HttpTransportBindingElement http, HttpTra… in IsConfiguredTransportAuthentication()
156 internal void DisableTransportAuthentication(HttpTransportBindingElement http) in DisableTransportAuthentication()
161 internal static bool IsDisabledTransportAuthentication(HttpTransportBindingElement http) in IsDisabledTransportAuthentication()

12345678910>>...315