Home
last modified time | relevance | path

Searched refs:build_content (Results 1 – 25 of 36) sorted by relevance

12

/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit_common/src/
H A Drabbit_basic_common.erl11 -export([build_content/2, from_content/1]).
13 -spec build_content
20 build_content(Properties, BodyBin) when is_binary(BodyBin) -> function
21 build_content(Properties, [BodyBin]);
23 build_content(Properties, PFR) -> function
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/miniupnpc/
H A Dminihttptestserver.c48 void build_content(char * p, int n) in build_content() function
113 build_content(content_buffer, content_length); in build_chunked_response()
283 build_content(response_buffer + n, content_length); in handle_http_connection()
296 build_content(response_buffer + n, response_len - n); in handle_http_connection()
402 build_content(buffer, 16*1024); in main()
/dports/games/odamex/odamex-src-0.7.0/libraries/libminiupnpc/
H A Dminihttptestserver.c49 void build_content(char * p, int n) in build_content() function
114 build_content(content_buffer, content_length); in build_chunked_response()
303 build_content(response_buffer + n, content_length); in handle_http_connection()
316 build_content(response_buffer + n, response_len - n); in handle_http_connection()
422 build_content(buffer, 16*1024); in main()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_basic.erl16 -export([build_content/2, from_content/1, msg_size/1,
83 -spec build_content
87 build_content(Properties, BodyBin) when is_binary(BodyBin) -> function
88 build_content(Properties, [BodyBin]);
90 build_content(Properties, PFR) -> function
154 Content = build_content(Properties, Body),
/dports/net/miniupnpc/miniupnpc-2.2.2/
H A Dminihttptestserver.c55 void build_content(char * p, size_t n) in build_content() function
128 build_content(content_buffer, content_length); in build_chunked_response()
454 build_content(response_buffer + n, content_length); in handle_http_connection()
492 build_content(response_buffer + n, response_len - n); in handle_http_connection()
625 build_content(buffer, 16*1024); in server()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpc/
H A Dminihttptestserver.c55 void build_content(char * p, size_t n)
128 build_content(content_buffer, content_length);
454 build_content(response_buffer + n, content_length);
492 build_content(response_buffer + n, response_len - n);
625 build_content(buffer, 16*1024);
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/miniupnp/miniupnpc/
H A Dminihttptestserver.c55 void build_content(char * p, size_t n) in build_content() function
128 build_content(content_buffer, content_length); in build_chunked_response()
454 build_content(response_buffer + n, content_length); in handle_http_connection()
492 build_content(response_buffer + n, response_len - n); in handle_http_connection()
625 build_content(buffer, 16*1024); in server()
/dports/net/py-miniupnpc/miniupnpc-2.2.2/
H A Dminihttptestserver.c55 void build_content(char * p, size_t n) in build_content() function
128 build_content(content_buffer, content_length); in build_chunked_response()
454 build_content(response_buffer + n, content_length); in handle_http_connection()
492 build_content(response_buffer + n, response_len - n); in handle_http_connection()
625 build_content(buffer, 16*1024); in server()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpc/
H A Dminihttptestserver.c55 void build_content(char * p, size_t n) in build_content() function
128 build_content(content_buffer, content_length); in build_chunked_response()
454 build_content(response_buffer + n, content_length); in handle_http_connection()
492 build_content(response_buffer + n, response_len - n); in handle_http_connection()
625 build_content(buffer, 16*1024); in server()
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-download_file.php247 $build_content = true; variable
251 $build_content = false; variable
258 if ($build_content) {
/dports/devel/p5-File-Assets/File-Assets-0.064/lib/File/Assets/Filter/
H A DConcat.pm12 sub build_content { subroutine
H A DYUICompressor.pm58 sub build_content { subroutine
H A DMinifier.pm25 sub build_content { subroutine
H A DCollect.pm154 my $content = $self->build_content;
/dports/benchmarks/tsung/tsung-1.7.0/src/tsung/
H A Dts_amqp.erl190 build_content(Props, MsgPayload);
193 build_content(Props, MsgPayload)
527 build_content(Properties, BodyBin) when is_binary(BodyBin) -> function
528 build_content(Properties, [BodyBin]);
530 build_content(Properties, PFR) -> function
/dports/devel/p5-File-Assets/File-Assets-0.064/t/
H A DTest.pm136 sub build_content { subroutine
/dports/databases/sequeler/sequeler-0.8.2/src/Widgets/
H A DQueryParamsDialog.vala64 build_content ();
68 private void build_content () {
H A DConnectionDialog.vala102 build_content ();
118 private void build_content () {
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/amqp_client/src/
H A Damqp_channel.erl587 {noreply, rpc_top_half(Method, build_content(AmqpMsg),
893 build_content(none) -> function
895 build_content(#amqp_msg{props = Props, payload = Payload}) -> function
896 rabbit_basic_common:build_content(Props, Payload).
/dports/textproc/py-sphinx/Sphinx-3.5.2/build/lib/sphinx/builders/
H A Depub3.py79 self.build_content()
/dports/textproc/py-sphinx/Sphinx-3.5.2/sphinx/builders/
H A Depub3.py79 self.build_content()
/dports/textproc/py-sphinx/stage/usr/local/lib/python3.8/site-packages/sphinx/builders/
H A Depub3.py79 self.build_content()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssl/src/
H A Dtls_handshake_1_3.erl490 Content = build_content(Context, THash),
499 Content = build_content(Context, THash),
516 Content = build_content(Context, THash),
525 Content = build_content(Context, THash),
541 build_content(Context, THash) -> function
/dports/devel/pytype/pytype-2021.9.9/pytype/
H A Dconvert.py219 def build_content(self, elements): member in Converter
263 node, abstract_utils.T, self.build_content(content))
H A Dconstant_folding.py425 val = vm.convert.build_content(vs)

12