Home
last modified time | relevance | path

Searched defs:limit (Results 26 – 50 of 51) sorted by relevance

123

/php-src/ext/intl/transliterator/
H A Dtransliterator_methods.c272 limit = -1; in PHP_FUNCTION() local
/php-src/ext/random/
H A Drandom.c113 uint32_t limit = UINT32_MAX - (UINT32_MAX % umax) - 1; in php_random_range32() local
172 uint64_t limit = UINT64_MAX - (UINT64_MAX % umax) - 1; in php_random_range64() local
/php-src/ext/posix/
H A Dposix.c1046 static zend_result posix_addlimit(int limit, const char *name, zval *return_value) { in posix_addlimit()
1079 int limit; member
/php-src/Zend/
H A Dzend_builtin_functions.c1816 zend_long limit = 0; in ZEND_FUNCTION() local
1834 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit)… in zend_fetch_debug_backtrace()
2146 zend_long limit = 0; in ZEND_FUNCTION() local
H A Dzend_alloc.c286 size_t limit; /* memory limit */ member
403 size_t limit, in zend_mm_safe_error()
H A Dzend_portability.h211 # define do_alloca_ex(size, limit, use_heap) \ argument
/php-src/ext/session/
H A Dmod_mm.c438 time_t limit; in PS_GC_FUNC() local
H A Dsession.c2406 int limit = 3; in PHP_FUNCTION() local
2472 int limit = 3; in PHP_FUNCTION() local
/php-src/win32/
H A Dglob.c421 size_t limit = 0; in glob0() local
/php-src/ext/spl/
H A Dspl_iterators.stub.php192 public function __construct(Iterator $iterator, int $offset = 0, int $limit = -1) {}
H A Dspl_heap.c305 const int limit = (heap->count-1)/2; in spl_ptr_heap_delete_top() local
H A Dspl_iterators.c115 } limit; member
/php-src/ext/zend_test/
H A Dtest.c623 static zend_long zend_call_stack_use_all(void *limit) in zend_call_stack_use_all()
644 void *limit = zend_call_stack_limit(stack.base, stack.max_size, 4096); in ZEND_FUNCTION() local
/php-src/ext/hash/xxhash/
H A Dxxhash.h2122 const xxh_u8* const limit = bEnd - 15; in XXH32_endian_align() local
2237 const xxh_u8* const limit = bEnd - 16; in XXH32_update() local
2535 const xxh_u8* const limit = bEnd - 31; in XXH64_endian_align() local
2649 const xxh_u8* const limit = bEnd - 32; in XXH64_update() local
4902 const xxh_u8* const limit = bEnd - XXH3_INTERNALBUFFER_SIZE; in XXH3_update() local
/php-src/ext/opcache/jit/ir/
H A Dir.c837 ir_ref limit = ctx->fold_cse_limit; local
1884 ir_ref limit = (addr > 0) ? addr : 1; local
2746 ir_ref limit = var; local
2827 ir_ref limit = (addr > 0) ? addr : 1; local
/php-src/ext/mbstring/
H A Dmbstring.stub.php221 function mb_split(string $pattern, string $string, int $limit = -1): array|false {}
H A Dmbstring.c6079 unsigned char *out, *limit; in transfer_encode_mime_bytes() local
/php-src/ext/openssl/
H A Dxp_ssl.c173 zend_long limit; member
1188 zend_long limit = OPENSSL_DEFAULT_RENEG_LIMIT; in php_openssl_init_server_reneg_limit() local
/php-src/ext/standard/
H A Dstring.c845 …I void php_explode(const zend_string *delim, zend_string *str, zval *return_value, zend_long limit) in php_explode()
877 …ode_negative_limit(const zend_string *delim, zend_string *str, zval *return_value, zend_long limit) in php_explode_negative_limit()
921 zend_long limit = ZEND_LONG_MAX; /* No limit */ in PHP_FUNCTION() local
H A Dfile.c1921 char *temp, *bptr, *line_end, *limit; in php_fgetcsv() local
H A Dbasic_functions.stub.php2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/php-src/ext/iconv/
H A Diconv.c2132 char *p, *limit; in PHP_FUNCTION() local
/php-src/main/
H A Dfastcgi.c1542 int limit, rest; local
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c383 #define luaM_growvector(L,v,nelems,size,t,limit,e)if((nelems)+1>(size))((v)=cast(t*,luaM_growaux_(L… argument
531 int limit,const char*errormsg){ in luaM_growaux_()
/php-src/sapi/litespeed/
H A Dlsapilib.c4026 struct rlimit limit = { 0, 0 }; in LSAPI_Init_Env_Parameters() local

Completed in 272 milliseconds

123