Home
last modified time | relevance | path

Searched refs:limit (Results 101 – 119 of 119) sorted by relevance

12345

/PHP-7.4/ext/standard/
H A Dphp_string.h135 … void php_explode(const zend_string *delim, zend_string *str, zval *return_value, zend_long limit);
H A Durl_scanner_ex.re839 char *start, *end, *limit;
894 limit = ZSTR_VAL(url_state->url_app.s) + ZSTR_LEN(url_state->url_app.s);
897 while (end < limit) {
933 limit = ZSTR_VAL(url_state->form_app.s) + ZSTR_LEN(url_state->form_app.s);
935 while (end < limit) {
H A Dvar_unserializer.re373 #define YYLIMIT limit
463 "The depth limit can be changed using the max_depth unserialize() option "
774 const unsigned char *cursor, *limit, *marker, *start;
777 limit = max;
H A Dstring.c1060 …I void php_explode(const zend_string *delim, zend_string *str, zval *return_value, zend_long limit) in php_explode() argument
1084 } while (p2 != NULL && --limit > 1); in php_explode()
1096 …ode_negative_limit(const zend_string *delim, zend_string *str, zval *return_value, zend_long limit) in php_explode_negative_limit() argument
1124 to_return = limit + found; in php_explode_negative_limit()
1141 zend_long limit = ZEND_LONG_MAX; /* No limit */ in PHP_FUNCTION() local
1148 Z_PARAM_LONG(limit) in PHP_FUNCTION()
1159 if (limit >= 0) { in PHP_FUNCTION()
1166 if (limit > 1) { in PHP_FUNCTION()
1167 php_explode(delim, str, return_value, limit); in PHP_FUNCTION()
1168 } else if (limit < 0) { in PHP_FUNCTION()
[all …]
H A Dbasic_functions.c2195 ZEND_ARG_INFO(0, limit)
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c143 zend_long limit; member
1089 sslsock->reneg->tokens -= (elapsed_time * (sslsock->reneg->limit / sslsock->reneg->window)); in php_openssl_limit_handshake_reneg()
1097 if (sslsock->reneg->tokens > sslsock->reneg->limit) { in php_openssl_limit_handshake_reneg()
1143 zend_long limit = OPENSSL_DEFAULT_RENEG_LIMIT; in php_openssl_init_server_reneg_limit() local
1149 limit = zval_get_long(val); in php_openssl_init_server_reneg_limit()
1153 if (limit < 0) { in php_openssl_init_server_reneg_limit()
1167 sslsock->reneg->limit = limit; in php_openssl_init_server_reneg_limit()
/PHP-7.4/ext/oci8/tests/
H A Dbug41069.phpt2 Bug #41069 (Oracle crash with certain data over a DB-link when prefetch memory limit used - Oracle …
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in107 ; This value sets the limit on the number of simultaneous requests that will be
159 ; max children reached - number of times, the process limit has been reached,
346 ; This option will enable timeout limit to be applied unconditionally
400 ; prevent configuration mistakes on the web server side. You should only limit
/PHP-7.4/ext/iconv/
H A Diconv.c2405 char *p, *limit; in PHP_FUNCTION() local
2417 limit = ZSTR_VAL(decoded_header.s) + ZSTR_LEN(decoded_header.s); in PHP_FUNCTION()
2418 for (p = ZSTR_VAL(decoded_header.s); p < limit; p++) { in PHP_FUNCTION()
2424 while (++p < limit) { in PHP_FUNCTION()
2431 header_value_len = limit - p; in PHP_FUNCTION()
/PHP-7.4/ext/spl/
H A Dspl_heap.c302 const int limit = (heap->count-1)/2; in spl_ptr_heap_delete_top() local
317 for (i = 0; i < limit; i = j) { in spl_ptr_heap_delete_top()
/PHP-7.4/
H A DNEWS250 . Fixed bug #81070 (Integer underflow in memory limit comparison).
382 . Fixed bug #80866 (preg_split ignores limit flag when pattern with \K has
1201 . Fixed bug #78808 ([LMDB] MDB_MAP_FULL: Environment mapsize limit reached).
1510 . Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from
1928 . Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from
2726 . Fixed bug #74991 (include_path has a 4096 char limit in some cases).
H A DUPGRADING360 intended to prevent stack overflows. The default depth limit is 4096 and
/PHP-7.4/ext/session/
H A Dsession.c2291 int limit = 3; in PHP_FUNCTION() local
2292 while (limit--) { in PHP_FUNCTION()
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c4006 struct rlimit limit = { 0, 0 }; in LSAPI_Init_Env_Parameters() local
4007 setrlimit( RLIMIT_CORE, &limit ); in LSAPI_Init_Env_Parameters()
/PHP-7.4/ext/imap/
H A Dphp_imap.c784 add_assoc_long_ex(return_value, "limit", sizeof("limit") - 1, qlist->limit); in mail_getquota()
788 add_assoc_long_ex(&t_map, "limit", sizeof("limit") - 1, qlist->limit); in mail_getquota()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c490 ZEND_ARG_INFO(0, limit)
/PHP-7.4/build/
H A Dlibtool.m4824 # no limit to the length of command line arguments.
825 # Libtool will interpret -1 as no limit whatsoever
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます12335 # Label is followed by a UUID; we have to limit string length to avoid
24697 # 4 GB limit implies unsigned integer
H A Dmagic12335 # Label is followed by a UUID; we have to limit string length to avoid
24697 # 4 GB limit implies unsigned integer

Completed in 281 milliseconds

12345