Home
last modified time | relevance | path

Searched defs:len (Results 1 – 25 of 328) sorted by path

12345678910>>...14

/php-src/Zend/Optimizer/
H A Dblock_pass.c943 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.c761 int len = 0; in zend_dump_op_line() local
H A Dzend_inference.c64 #define WHILE_WORKLIST(worklist, len, i) do { \ argument
H A Dzend_worklist.h27 int len; member
40 …ic inline void zend_worklist_stack_prepare(zend_arena **arena, zend_worklist_stack *stack, int len) in zend_worklist_stack_prepare()
83 static inline void zend_worklist_prepare(zend_arena **arena, zend_worklist *worklist, int len) in zend_worklist_prepare()
/php-src/Zend/
H A Dzend.c305 size_t len; in zend_spprintf() local
317 size_t len; in zend_spprintf_unchecked() local
459 size_t len = ZSTR_LEN(str); in zend_print_zval() local
H A Dzend_API.c4612 …lt zend_try_assign_typed_ref_stringl(zend_reference *ref, const char *string, size_t len) /* {{{ */ in zend_try_assign_typed_ref_stringl()
5205 static zend_string *try_parse_string(const char *str, size_t len, char quote) { in try_parse_string()
H A Dzend_API.h1318 #define _ZEND_TRY_ASSIGN_STRINGL(zv, string, len, is_ref) do { \ argument
1332 #define ZEND_TRY_ASSIGN_STRINGL(zv, string, len) \ argument
1335 #define ZEND_TRY_ASSIGN_REF_STRINGL(zv, string, len) do { \ argument
H A Dzend_alloc.c597 static zend_always_inline void zend_mm_bitset_set_range(zend_mm_bitset *bitset, int start, int len)
629 …atic zend_always_inline void zend_mm_bitset_reset_range(zend_mm_bitset *bitset, int start, int len)
661 …tic zend_always_inline int zend_mm_bitset_is_free_range(zend_mm_bitset *bitset, int start, int len)
884 uint32_t page_num, len; local
H A Dzend_ast.c1344 static ZEND_COLD bool zend_ast_valid_var_name(const char *s, size_t len) in zend_ast_valid_var_name()
H A Dzend_attributes.c160 static zend_attribute *get_attribute_str(HashTable *attributes, const char *str, size_t len, uint32… in get_attribute_str()
180 ZEND_API zend_attribute *zend_get_attribute_str(HashTable *attributes, const char *str, size_t len) in zend_get_attribute_str()
190 …nd_get_parameter_attribute_str(HashTable *attributes, const char *str, size_t len, uint32_t offset) in zend_get_parameter_attribute_str()
H A Dzend_bitset.h147 static inline void zend_bitset_clear(zend_bitset set, uint32_t len)
152 static inline bool zend_bitset_empty(zend_bitset set, uint32_t len)
163 static inline void zend_bitset_fill(zend_bitset set, uint32_t len)
168 static inline bool zend_bitset_equal(zend_bitset set1, zend_bitset set2, uint32_t len)
173 static inline void zend_bitset_copy(zend_bitset set1, zend_bitset set2, uint32_t len)
187 static inline void zend_bitset_union(zend_bitset set1, zend_bitset set2, uint32_t len)
235 static inline int zend_bitset_first(zend_bitset set, uint32_t len)
247 static inline int zend_bitset_last(zend_bitset set, uint32_t len)
266 #define ZEND_BITSET_FOREACH(set, len, bit) do { \ argument
276 #define ZEND_BITSET_REVERSE_FOREACH(set, len, bit) do { \ argument
[all …]
H A Dzend_builtin_functions.c331 zend_long len; in ZEND_FUNCTION() local
366 zend_long len; in ZEND_FUNCTION() local
H A Dzend_call_stack.c314 size_t len = sizeof(stack_base); in zend_call_stack_get_freebsd_sysctl() local
496 size_t len = sizeof(ps), pagesize; in zend_call_stack_get_openbsd_vm() local
607 size_t len, max_size; in zend_call_stack_get_netbsd_vm() local
697 ssize_t len; in zend_call_stack_get_solaris_proc_maps() local
H A Dzend_compile.c192 size_t len; member
1062 size_t len = compound - ZSTR_VAL(name); in zend_resolve_non_class_name() local
1126 size_t len = compound - ZSTR_VAL(name); in zend_resolve_class_name() local
1341 size_t len = strlen(ZSTR_VAL(name)); in resolve_class_name() local
1914 ZEND_API bool zend_is_auto_global_str(const char *name, size_t len) /* {{{ */ { in zend_is_auto_global_str()
2070 size_t len = left_len + ZSTR_LEN(right) + 1; /* left\right */ in zend_ast_append_str() local
2115 ZEND_API size_t zend_dirname(char *path, size_t len) in zend_dirname()
3643 size_t len = strlen(arg_info->name); in zend_get_arg_num() local
H A Dzend_constants.c203 ZEND_API zend_constant *_zend_get_special_const(const char *name, size_t len) /* {{{ */ in _zend_get_special_const()
H A Dzend_constants.h54 #define REGISTER_STRINGL_CONSTANT(name, str, len, flags) zend_register_stringl_constant((name), si… argument
61 #define REGISTER_NS_STRINGL_CONSTANT(ns, name, str, len, flags) zend_register_stringl_constant(ZEN… argument
68 #define REGISTER_MAIN_STRINGL_CONSTANT(name, str, len, flags) zend_register_stringl_constant((name… argument
H A Dzend_execute.c4065 ZEND_API zend_function * ZEND_FASTCALL zend_fetch_function_str(const char *name, size_t len) /* {{{… in zend_fetch_function_str()
5073 size_t len = strlen(arg_info->name); in zend_get_arg_offset_by_name() local
H A Dzend_execute_API.c1917 ZEND_API zend_result zend_set_local_var_str(const char *name, size_t len, zval *value, bool force) … in zend_set_local_var_str()
H A Dzend_gc.c790 int len; in gc_scan_black() local
991 int len; in gc_mark_grey() local
1237 int len; in gc_scan() local
1436 int len; in gc_collect_white() local
1677 int len; in gc_remove_nested_data_from_buffer() local
H A Dzend_hash.c90 ZEND_API void *zend_hash_str_find_ptr_lc(const HashTable *ht, const char *str, size_t len) { in zend_hash_str_find_ptr_lc()
770 …e Bucket *zend_hash_str_find_bucket(const HashTable *ht, const char *str, size_t len, zend_ulong h) in zend_hash_str_find_bucket()
1012 ZEND_API zval* ZEND_FASTCALL zend_hash_str_add_or_update(HashTable *ht, const char *str, size_t len in zend_hash_str_add_or_update()
1026 ZEND_API zval* ZEND_FASTCALL zend_hash_str_update(HashTable *ht, const char *str, size_t len, zval … in zend_hash_str_update()
1033 ZEND_API zval* ZEND_FASTCALL zend_hash_str_update_ind(HashTable *ht, const char *str, size_t len, z… in zend_hash_str_update_ind()
1040 ZEND_API zval* ZEND_FASTCALL zend_hash_str_add(HashTable *ht, const char *str, size_t len, zval *pD… in zend_hash_str_add()
1047 ZEND_API zval* ZEND_FASTCALL zend_hash_str_add_new(HashTable *ht, const char *str, size_t len, zval… in zend_hash_str_add_new()
1070 …API zval* ZEND_FASTCALL zend_hash_str_add_empty_element(HashTable *ht, const char *str, size_t len) in zend_hash_str_add_empty_element()
1611 ZEND_API zend_result ZEND_FASTCALL zend_hash_str_del_ind(HashTable *ht, const char *str, size_t len) in zend_hash_str_del_ind()
1656 ZEND_API zend_result ZEND_FASTCALL zend_hash_str_del(HashTable *ht, const char *str, size_t len) in zend_hash_str_del()
[all …]
H A Dzend_hash.h237 …atic zend_always_inline bool zend_hash_str_exists(const HashTable *ht, const char *str, size_t len) in zend_hash_str_exists()
445 …c zend_always_inline zval *zend_hash_str_find_ind(const HashTable *ht, const char *str, size_t len) in zend_hash_str_find_ind()
455 … zend_always_inline bool zend_hash_str_exists_ind(const HashTable *ht, const char *str, size_t len) in zend_hash_str_exists_ind()
595 …ic zend_always_inline zend_result zend_symtable_str_del(HashTable *ht, const char *str, size_t len) in zend_symtable_str_del()
607 …end_always_inline zend_result zend_symtable_str_del_ind(HashTable *ht, const char *str, size_t len) in zend_symtable_str_del_ind()
619 static zend_always_inline zval *zend_symtable_str_find(HashTable *ht, const char *str, size_t len) in zend_symtable_str_find()
631 static zend_always_inline bool zend_symtable_str_exists(HashTable *ht, const char *str, size_t len) in zend_symtable_str_exists()
670 static zend_always_inline void *zend_hash_str_add_ptr(HashTable *ht, const char *str, size_t len, v… in zend_hash_str_add_ptr()
891 …c zend_always_inline void *zend_hash_str_find_ptr(const HashTable *ht, const char *str, size_t len) in zend_hash_str_find_ptr()
943 static zend_always_inline zval *zend_hash_str_find_deref(HashTable *ht, const char *str, size_t len) in zend_hash_str_find_deref()
[all …]
H A Dzend_highlight.c50 ZEND_API void zend_html_puts(const char *s, size_t len) in zend_html_puts()
H A Dzend_ini_scanner.l140 #define zend_ini_copy_value(retval, str, len) \ argument
144 #define RETURN_TOKEN(type, str, len) { \ argument
155 static void zend_ini_copy_typed_value(zval *retval, const int type, const char *str, int len) in zend_ini_copy_typed_value()
187 static void yy_scan_buffer(const char *str, unsigned int len) in yy_scan_buffer()
269 int len = (int)strlen(str); in zend_ini_prepare_string_for_scanning() local
282 static void zend_ini_escape_string(zval *lval, const char *str, int len, char quote_type) in zend_ini_escape_string()
H A Dzend_language_scanner.l112 #define SET_DOUBLE_QUOTES_SCANNED_LENGTH(len) SCNG(scanned_string_len) = (len) argument
122 static void strip_underscores(char *str, size_t *len) in strip_underscores()
179 static void yy_scan_buffer(char *str, size_t len) in yy_scan_buffer()
914 static zend_result zend_scan_escape_string(zval *zendlval, char *str, int len, char quote_type) in zend_scan_escape_string()
1014 size_t len = 0; in zend_scan_escape_string() local
1213 size_t len = nl ? (nl - str + newline_len) : (end - str); in strip_multiline_string_indentation() local

Completed in 167 milliseconds

12345678910>>...14