Home
last modified time | relevance | path

Searched defs:limit (Results 1 – 25 of 25) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_context.c374 pcre2_set_parens_nest_limit(pcre2_compile_context *ccontext, uint32_t limit) in pcre2_set_parens_nest_limit()
419 pcre2_set_heap_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_heap_limit()
426 pcre2_set_match_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_match_limit()
433 pcre2_set_depth_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_depth_limit()
440 pcre2_set_offset_limit(pcre2_match_context *mcontext, PCRE2_SIZE limit) in pcre2_set_offset_limit()
450 pcre2_set_recursion_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_recursion_limit()
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp5022x.c501 const int limit = cp932ext3_ucs_table_size > in mbfl_filt_conv_wchar_jis_ms() local
731 const int limit = cp932ext3_ucs_table_size > in mbfl_filt_conv_wchar_cp50221() local
874 const int limit = cp932ext3_ucs_table_size > in mbfl_filt_conv_wchar_cp50222() local
/PHP-7.4/ext/standard/
H A Dmt_rand.c215 uint32_t result, limit; in rand_range32() local
245 uint64_t result, limit; in rand_range64() local
H A Drandom.c256 zend_ulong limit = ZEND_ULONG_MAX - (ZEND_ULONG_MAX % umax) - 1; in php_random_int() local
H A Dstring.c1060 …I void php_explode(const zend_string *delim, zend_string *str, zval *return_value, zend_long limit) 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()
1141 zend_long limit = ZEND_LONG_MAX; /* No limit */ in PHP_FUNCTION() local
H A Dfile.c2084 char *temp, *tptr, *bptr, *line_end, *limit; in php_fgetcsv() local
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c1591 size_t limit, size_t *replace_count) in php_pcre_replace()
1615 …ect_str, char *subject, size_t subject_len, zend_string *replace_str, size_t limit, size_t *replac… in php_pcre_replace_impl()
1855 …size_t subject_len, zend_fcall_info *fci, zend_fcall_info_cache *fcc, size_t limit, size_t *replac… in php_pcre_replace_func_impl()
2072 size_t limit, size_t *replace_count, zend_long flags) in php_pcre_replace_func()
2093 …lace_array(HashTable *regex, zval *replace, zend_string *subject_str, size_t limit, size_t *replac… in php_pcre_replace_array()
2177 …ng *php_replace_in_subject(zval *regex, zval *replace, zval *subject, size_t limit, size_t *replac… in php_replace_in_subject()
2204 …gex, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *subject, size_t limit, size_t *replac… in php_replace_in_subject_func()
2295 zend_long limit = -1; in preg_replace_common() local
2391 zend_long limit = -1, flags = 0; in PHP_FUNCTION() local
2431 zend_long limit = -1, flags = 0; in PHP_FUNCTION() local
/PHP-7.4/win32/
H A Dselect.c35 ULONGLONG ms_total, limit; in php_select() local
H A Dglob.c440 size_t limit = 0; local
/PHP-7.4/ext/json/
H A Dphp_json_scanner.h30 php_json_ctype *limit; /* the last read character + 1 position */ member
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_frame.c270 int i = 0, limit = num; in phpdbg_dump_backtrace() local
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_methods.c305 limit = -1; in PHP_FUNCTION() local
/PHP-7.4/ext/intl/uchar/
H A Duchar.c186 UChar32 start, UChar32 limit, in enumCharType_callback()
329 UChar32 start, limit; in IC_METHOD() local
/PHP-7.4/ext/posix/
H A Dposix.c1330 static int posix_addlimit(int limit, const char *name, zval *return_value) { in posix_addlimit()
1364 int limit; member
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c2223 zend_long limit = 0; in ZEND_FUNCTION() local
2399 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit)… in zend_fetch_debug_backtrace()
2611 zend_long limit = 0; in ZEND_FUNCTION() local
H A Dzend_portability.h360 # define do_alloca_ex(size, limit, use_heap) \ argument
H A Dzend_alloc.c251 size_t limit; /* memory limit */ member
371 size_t limit, in zend_mm_safe_error()
/PHP-7.4/ext/session/
H A Dmod_mm.c442 time_t limit; in PS_GC_FUNC() local
H A Dsession.c2291 int limit = 3; in PHP_FUNCTION() local
/PHP-7.4/ext/spl/
H A Dspl_iterators.h138 } limit; member
H A Dspl_heap.c302 const int limit = (heap->count-1)/2; in spl_ptr_heap_delete_top() local
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c143 zend_long limit; member
1143 zend_long limit = OPENSSL_DEFAULT_RENEG_LIMIT; in php_openssl_init_server_reneg_limit() local
/PHP-7.4/ext/iconv/
H A Diconv.c2405 char *p, *limit; in PHP_FUNCTION() local
/PHP-7.4/main/
H A Dfastcgi.c1543 int limit, rest; local
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c4006 struct rlimit limit = { 0, 0 }; in LSAPI_Init_Env_Parameters() local

Completed in 127 milliseconds