/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdnet/td/net/ |
H A D | HttpInboundConnection.cpp | 15 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 D | HttpOutboundConnection.h | 28 …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 D | HttpInboundConnection.h | 31 …HttpInboundConnection(BufferedFd<SocketFd> fd, size_t max_post_size, size_t max_files, int32 idle_…
|
H A D | HttpConnectionBase.cpp | 19 …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 D | HttpConnectionBase.h | 35 …se(State state, BufferedFd<SocketFd> fd, SslStream ssl_stream, size_t max_post_size, size_t max_fi…
|
H A D | HttpReader.h | 28 void init(ChainBufferReader *input, size_t max_post_size = std::numeric_limits<size_t>::max(),
|
H A D | HttpReader.cpp | 29 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 D | admin.pl | 60 if ( $ENV{CONTENT_LENGTH} > $LedgerSMB::Sysconfig::max_post_size ) {
|
H A D | ledgersmb.conf.default | 14 max_post_size : 4194304
|
H A D | Changelog | 74 * Added a max_post_size directive to the ledgersmb.conf (Chris M)
|
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/test/ |
H A D | http.cpp | 170 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 D | Sysconfig.pm | 18 $max_post_size = 1024 * 1024; # Default to 1MB
|
H A D | Form.pm | 55 if ($ENV{CONTENT_LENGTH} > $LedgerSMB::Sysconfig::max_post_size) {
|
/dports/www/p5-CGI-Utils/CGI-Utils-0.12/lib/CGI/ |
H A D | Utils.pm | 148 _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 D | HttpConfig.h | 775 MgmtInt max_post_size = 0; member
|
H A D | HttpConfig.cc | 1347 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 D | HttpTransact.cc | 1508 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 D | lua_request.c | 385 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 D | lua_request.c | 271 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 D | h5p.classes.php | 3169 $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 D | h5p.classes.php | 3344 $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 D | h5p.classes.php | 3344 $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 D | h5p.classes.php | 3339 $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 D | README | 63 You may also pass max_post_size in %params.
|
/dports/www/gallery2/gallery2/upgrade/po/ |
H A D | af.po | 229 "(<b>max_post_size</b> parameter in php.ini). U moet hierdie limiet verhoog om die oplaai van "
|