Home
last modified time | relevance | path

Searched refs:max_post_size (Results 1 – 25 of 31) sorted by relevance

12

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdnet/td/net/
H A DHttpInboundConnection.cpp15 HttpInboundConnection::HttpInboundConnection(BufferedFd<SocketFd> fd, size_t max_post_size, size_t … in HttpInboundConnection() argument
18 …: HttpConnectionBase(State::Read, std::move(fd), SslStream(), max_post_size, max_files, idle_timeo… in HttpInboundConnection()
H A DHttpOutboundConnection.h28 …HttpOutboundConnection(BufferedFd<SocketFd> fd, SslStream ssl_stream, size_t max_post_size, size_t…
30 …nnectionBase(HttpConnectionBase::State::Write, std::move(fd), std::move(ssl_stream), max_post_size, in HttpConnectionBase() argument
H A DHttpInboundConnection.h31 …HttpInboundConnection(BufferedFd<SocketFd> fd, size_t max_post_size, size_t max_files, int32 idle_…
H A DHttpConnectionBase.cpp19 …ttpConnectionBase(State state, BufferedFd<SocketFd> fd, SslStream ssl_stream, size_t max_post_size, in HttpConnectionBase() argument
24 , max_post_size_(max_post_size) in HttpConnectionBase()
H A DHttpConnectionBase.h35 …se(State state, BufferedFd<SocketFd> fd, SslStream ssl_stream, size_t max_post_size, size_t max_fi…
H A DHttpReader.h28 void init(ChainBufferReader *input, size_t max_post_size = std::numeric_limits<size_t>::max(),
H A DHttpReader.cpp29 void HttpReader::init(ChainBufferReader *input, size_t max_post_size, size_t max_files) { in init() argument
35 max_post_size_ = max_post_size; in init()
/dports/finance/ledgersmb12/ledgersmb/
H A Dadmin.pl60 if ( $ENV{CONTENT_LENGTH} > $LedgerSMB::Sysconfig::max_post_size ) {
H A Dledgersmb.conf.default14 max_post_size : 4194304
H A DChangelog74 * Added a max_post_size directive to the ledgersmb.conf (Chris M)
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/test/
H A Dhttp.cpp170 int max_post_size = 10000; in TEST() local
171 reader.init(&input, max_post_size, 0); in TEST()
190 ASSERT_TRUE(td::narrow_cast<int>(q.content_.size()) <= max_post_size); in TEST()
202 ASSERT_TRUE(td::narrow_cast<int>(content.size()) > max_post_size); in TEST()
/dports/finance/ledgersmb12/ledgersmb/LedgerSMB/
H A DSysconfig.pm18 $max_post_size = 1024 * 1024; # Default to 1MB
H A DForm.pm55 if ($ENV{CONTENT_LENGTH} > $LedgerSMB::Sysconfig::max_post_size) {
/dports/www/p5-CGI-Utils/CGI-Utils-0.12/lib/CGI/
H A DUtils.pm148 _max_post_size => $$args{max_post_size},
824 my $max_size = $$args{max_post_size} || $$self{_max_post_size};
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpConfig.h775 MgmtInt max_post_size = 0; member
H A DHttpConfig.cc1347 HttpEstablishStaticConfigLongLong(c.max_post_size, "proxy.config.http.max_post_size"); in startup()
1595 params->max_post_size = m_master.max_post_size; in reconfigure()
H A DHttpTransact.cc1508 if (s->http_config_param->max_post_size > 0 && s->hdr_info.request_content_length > 0 && in HandleRequest()
1509 s->hdr_info.request_content_length > s->http_config_param->max_post_size) { in HandleRequest()
1511 s->http_config_param->max_post_size); in HandleRequest()
/dports/www/apache24/httpd-2.4.53/modules/lua/
H A Dlua_request.c385 apr_size_t max_post_size; in req_parsebody() local
389 max_post_size = (apr_size_t) luaL_optinteger(L, 2, MAX_STRING_LEN); in req_parsebody()
401 if (lua_read_body(r, &data, (apr_off_t*) &size, max_post_size) != OK) { in req_parsebody()
434 res = ap_parse_form_data(r, NULL, &pairs, -1, max_post_size); in req_parsebody()
/dports/www/htdigest/httpd-2.4.6/modules/lua/
H A Dlua_request.c271 apr_size_t max_post_size; in req_parsebody() local
275 max_post_size = (apr_size_t) luaL_optint(L, 2, MAX_STRING_LEN); in req_parsebody()
319 res = ap_parse_form_data(r, NULL, &pairs, -1, max_post_size); in req_parsebody()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/h5p/h5p-core/
H A Dh5p.classes.php3169 $max_post_size = self::returnBytes(ini_get('post_max_size'));
3176 if ($max_post_size < $byte_threshold) {
3181 if ($max_upload_size > $max_post_size) {
/dports/www/moodle310/moodle/h5p/h5plib/v124/joubel/core/
H A Dh5p.classes.php3344 $max_post_size = self::returnBytes(ini_get('post_max_size'));
3351 if ($max_post_size < $byte_threshold) {
3356 if ($max_upload_size > $max_post_size) {
/dports/www/moodle311/moodle/h5p/h5plib/v124/joubel/core/
H A Dh5p.classes.php3344 $max_post_size = self::returnBytes(ini_get('post_max_size'));
3351 if ($max_post_size < $byte_threshold) {
3356 if ($max_upload_size > $max_post_size) {
/dports/www/moodle39/moodle/h5p/h5plib/v124/joubel/core/
H A Dh5p.classes.php3339 $max_post_size = self::returnBytes(ini_get('post_max_size'));
3346 if ($max_post_size < $byte_threshold) {
3351 if ($max_upload_size > $max_post_size) {
/dports/www/p5-CGI-Utils/CGI-Utils-0.12/
H A DREADME63 You may also pass max_post_size in %params.
/dports/www/gallery2/gallery2/upgrade/po/
H A Daf.po229 "(<b>max_post_size</b> parameter in php.ini). U moet hierdie limiet verhoog om die oplaai van "

12