Home
last modified time | relevance | path

Searched defs:len (Results 126 – 150 of 277) sorted by path

12345678910>>...12

/PHP-7.4/ext/opcache/Optimizer/
H A Dblock_pass.c917 uint32_t len = 0; in assemble_code_blocks() local
H A Dzend_cfg.h46 uint32_t len; /* number of opcodes */ member
H A Dzend_dump.c417 int len = 0; in zend_dump_op() local
H A Dzend_inference.c63 #define WHILE_WORKLIST(worklist, len, i) do { \ argument
H A Dzend_optimizer.c201 int zend_optimizer_is_disabled_func(const char *name, size_t len) { in zend_optimizer_is_disabled_func()
H A Dzend_worklist.h27 int len; member
40 …tic inline int zend_worklist_stack_prepare(zend_arena **arena, zend_worklist_stack *stack, int len) in zend_worklist_stack_prepare()
85 static inline int zend_worklist_prepare(zend_arena **arena, zend_worklist *worklist, int len) in zend_worklist_prepare()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1610 size_t len; member
H A Dzend_accelerator_module.c89 size_t len = strlen(ZCG(accel_directives).restrict_api); in validate_api_restriction() local
549 size_t len; local
H A Dzend_accelerator_util_funcs.c845 unsigned int zend_adler32(unsigned int checksum, unsigned char *buf, uint32_t len) in zend_adler32()
H A Dzend_file_cache.c217 size_t len; local
834 size_t len; local
/PHP-7.4/ext/openssl/
H A Dopenssl.c3193 size_t len; in php_openssl_make_REQ() local
3775 int len; member
5003 int len; in PHP_FUNCTION() local
6416 size_t len = EC_get_builtin_curves(NULL, 0); in PHP_FUNCTION() local
H A Dxp_ssl.c153 unsigned short len; member
426 int i, len; in php_openssl_matches_san_list() local
1545 size_t len; in php_openssl_alpn_protos_parse() local
2637 size_t len = ZSTR_LEN(url->host); in php_openssl_get_url_name() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c601 unsigned int len; /* Length of verb name */ member
640 unsigned int len; /* Length of name */ member
2228 check_posix_name(PCRE2_SPTR ptr, int len) in check_posix_name()
7063 int len = (int)(code - previous); in compile_branch() local
7547 int len; in compile_branch() local
H A Dpcre2_convert.c587 int len, class_index; in convert_glob_parse_range() local
H A Dpcre2_extuni.c100 int len = 1; in PRIV() local
H A Dpcre2_internal.h322 #define GETUTF8LEN(c, eptr, len) \ argument
H A Dpcre2_intmodedep.h265 #define GETCHARLEN(c, eptr, len) c = *eptr; argument
329 #define GETCHARLEN(c, eptr, len) \ argument
337 #define GETCHARLENTEST(c, eptr, len) \ argument
427 #define GETUTF16LEN(c, eptr, len) \ argument
434 #define GETCHARLEN(c, eptr, len) \ argument
442 #define GETCHARLENTEST(c, eptr, len) \ argument
507 #define GETCHARLEN(c, eptr, len) \ argument
514 #define GETCHARLENTEST(c, eptr, len) \ argument
H A Dpcre2_jit_compile.c5366 int len, repeat, len_save, consumed = 0; in scan_prefix() local
6787 int i, j, k, len, c; in optimize_class_chars() local
H A Dpcre2_match.c1656 int len = 1; in match() local
1794 int len = 1; in match() local
2020 int len = 1; in match() local
2189 int len = 1; in match() local
3885 int len = 1; in match() local
3901 int len = 1; in match() local
3920 int len = 1; in match() local
3936 int len = 1; in match() local
3952 int len = 1; in match() local
3969 int len = 1; in match() local
[all …]
H A Dpcre2_printint.c215 print_custring_bylen(FILE *f, PCRE2_SPTR ptr, PCRE2_UCHAR len) in print_custring_bylen()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h246 #define SLJIT_MEMCPY(dest, src, len) memcpy(dest, src, len) argument
250 #define SLJIT_MEMMOVE(dest, src, len) memmove(dest, src, len) argument
254 #define SLJIT_ZEROMEM(dest, len) memset(dest, 0, len) argument
H A DsljitNativeARM_64.c440 static sljit_ins logical_imm(sljit_sw imm, sljit_s32 len) in logical_imm()
H A DsljitNativeX86_common.c495 sljit_u8 len; in sljit_generate_code() local
H A DsljitProtExecAllocator.c120 size_t len; in create_tempfile() local
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c349 int len = pcre2_config(what, NULL); in PHP_INI_END() local

Completed in 206 milliseconds

12345678910>>...12