Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.4/Zend/
H A Dzend.c218 size_t len; in zend_spprintf() local
230 size_t len; in zend_spprintf_unchecked() local
373 size_t len = ZSTR_LEN(str); in zend_print_zval() local
H A Dzend_API.c3890 ZEND_API int zend_try_assign_typed_ref_stringl(zend_reference *ref, const char *string, size_t len)… in zend_try_assign_typed_ref_stringl()
H A Dzend_API.h916 #define _ZEND_TRY_ASSIGN_STRINGL(zv, string, len, is_ref) do { \ argument
930 #define ZEND_TRY_ASSIGN_STRINGL(zv, string, len) \ argument
933 #define ZEND_TRY_ASSIGN_REF_STRINGL(zv, string, len) do { \ argument
H A Dzend_alloc.c560 static zend_always_inline void zend_mm_bitset_set_range(zend_mm_bitset *bitset, int start, int len)
592 …atic zend_always_inline void zend_mm_bitset_reset_range(zend_mm_bitset *bitset, int start, int len)
624 …tic zend_always_inline int zend_mm_bitset_is_free_range(zend_mm_bitset *bitset, int start, int len)
825 uint32_t page_num, len; local
2980 ZEND_API void * __zend_malloc(size_t len)
2989 ZEND_API void * __zend_calloc(size_t nmemb, size_t len)
2999 ZEND_API void * __zend_realloc(void *p, size_t len)
H A Dzend_ast.c1038 static ZEND_COLD int zend_ast_valid_var_name(const char *s, size_t len) in zend_ast_valid_var_name()
H A Dzend_bitset.h100 static inline void zend_bitset_clear(zend_bitset set, uint32_t len)
105 static inline int zend_bitset_empty(zend_bitset set, uint32_t len)
116 static inline void zend_bitset_fill(zend_bitset set, uint32_t len)
121 static inline zend_bool zend_bitset_equal(zend_bitset set1, zend_bitset set2, uint32_t len)
126 static inline void zend_bitset_copy(zend_bitset set1, zend_bitset set2, uint32_t len)
140 static inline void zend_bitset_union(zend_bitset set1, zend_bitset set2, uint32_t len)
188 static inline int zend_bitset_first(zend_bitset set, uint32_t len)
200 static inline int zend_bitset_last(zend_bitset set, uint32_t len)
219 #define ZEND_BITSET_FOREACH(set, len, bit) do { \ argument
229 #define ZEND_BITSET_REVERSE_FOREACH(set, len, bit) do { \ argument
[all …]
H A Dzend_builtin_functions.c617 zend_long len; in ZEND_FUNCTION() local
654 zend_long len; in ZEND_FUNCTION() local
H A Dzend_compile.c154 size_t len; member
790 size_t len = str1_len + str2_len + str3_len; in zend_concat3() local
814 void *zend_hash_find_ptr_lc(HashTable *ht, const char *str, size_t len) { in zend_hash_find_ptr_lc()
872 size_t len = compound - ZSTR_VAL(name); in zend_resolve_non_class_name() local
924 size_t len = compound - ZSTR_VAL(name); in zend_resolve_class_name() local
1225 size_t len = 0; in zend_strnlen() local
1277 static zend_constant *zend_lookup_reserved_const(const char *name, size_t len) /* {{{ */ in zend_lookup_reserved_const()
1568 zend_bool zend_is_auto_global_str(char *name, size_t len) /* {{{ */ { in zend_is_auto_global_str()
1721 size_t len = left_len + ZSTR_LEN(right) + 1; /* left\right */ in zend_ast_append_str() local
1766 ZEND_API size_t zend_dirname(char *path, size_t len) in zend_dirname()
H A Dzend_constants.h56 #define REGISTER_STRINGL_CONSTANT(name, str, len, flags) zend_register_stringl_constant((name), si… argument
63 #define REGISTER_NS_STRINGL_CONSTANT(ns, name, str, len, flags) zend_register_stringl_constant(ZEN… argument
70 #define REGISTER_MAIN_STRINGL_CONSTANT(name, str, len, flags) zend_register_stringl_constant((name… argument
H A Dzend_execute.c3664 ZEND_API zend_function * ZEND_FASTCALL zend_fetch_function_str(const char *name, size_t len) /* {{{… in zend_fetch_function_str()
H A Dzend_execute_API.c1619 ZEND_API int zend_set_local_var_str(const char *name, size_t len, zval *value, int force) /* {{{ */ in zend_set_local_var_str()
H A Dzend_hash.c658 …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()
789 …e zval *_zend_hash_str_add_or_update_i(HashTable *ht, const char *str, size_t len, zend_ulong h, z… in _zend_hash_str_add_or_update_i()
892 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()
906 ZEND_API zval* ZEND_FASTCALL zend_hash_str_update(HashTable *ht, const char *str, size_t len, zval … in zend_hash_str_update()
913 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()
920 ZEND_API zval* ZEND_FASTCALL zend_hash_str_add(HashTable *ht, const char *str, size_t len, zval *pD… in zend_hash_str_add()
927 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()
950 …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()
1416 ZEND_API int ZEND_FASTCALL zend_hash_str_del_ind(HashTable *ht, const char *str, size_t len) in zend_hash_str_del_ind()
1460 ZEND_API int ZEND_FASTCALL zend_hash_str_del(HashTable *ht, const char *str, size_t len) in zend_hash_str_del()
[all …]
H A Dzend_hash.h217 …zend_always_inline zend_bool zend_hash_str_exists(const HashTable *ht, const char *str, size_t len) in zend_hash_str_exists()
389 …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()
399 …c zend_always_inline int zend_hash_str_exists_ind(const HashTable *ht, const char *str, size_t len) in zend_hash_str_exists_ind()
539 static zend_always_inline int zend_symtable_str_del(HashTable *ht, const char *str, size_t len) in zend_symtable_str_del()
551 static zend_always_inline int zend_symtable_str_del_ind(HashTable *ht, const char *str, size_t len) in zend_symtable_str_del_ind()
563 static zend_always_inline zval *zend_symtable_str_find(HashTable *ht, const char *str, size_t len) in zend_symtable_str_find()
575 static zend_always_inline int zend_symtable_str_exists(HashTable *ht, const char *str, size_t len) in zend_symtable_str_exists()
614 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()
835 …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()
879 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.c56 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
174 static void zend_ini_copy_typed_value(zval *retval, const int type, const char *str, int len) in zend_ini_copy_typed_value()
211 static void yy_scan_buffer(char *str, unsigned int len) in yy_scan_buffer()
300 int len = (int)strlen(str); in zend_ini_prepare_string_for_scanning() local
314 static void zend_ini_escape_string(zval *lval, char *str, int len, char quote_type) in zend_ini_escape_string()
H A Dzend_language_parser.y1338 unsigned int len = 0, toklen = 0, yystr_len; variable
H A Dzend_language_scanner.l112 #define SET_DOUBLE_QUOTES_SCANNED_LENGTH(len) SCNG(scanned_string_len) = (len) argument
180 static void yy_scan_buffer(char *str, size_t len) in yy_scan_buffer()
890 static int zend_scan_escape_string(zval *zendlval, char *str, int len, char quote_type) in zend_scan_escape_string()
989 size_t len = 0; in zend_scan_escape_string() local
1188 size_t len = nl ? (nl - str + newline_len) : (end - str); in strip_multiline_string_indentation() local
H A Dzend_long.h63 # define ZEND_LTOA(i, s, len) _i64toa_s((i), (s), (len), 10) argument
71 # define ZEND_LTOA(i, s, len) \ argument
92 # define ZEND_LTOA(i, s, len) _ltoa_s((i), (s), (len), 10) argument
95 # define ZEND_LTOA(i, s, len) \ argument
H A Dzend_operators.c2755 size_t len; in zend_binary_strcasecmp() local
2777 size_t len; in zend_binary_strncasecmp() local
2798 size_t len; in zend_binary_strcasecmp_l() local
2820 size_t len; in zend_binary_strncasecmp_l() local
H A Dzend_smart_str.c28 #define SMART_STR_NEW_LEN(len) \ argument
31 ZEND_API void ZEND_FASTCALL smart_str_erealloc(smart_str *str, size_t len) in smart_str_erealloc()
45 ZEND_API void ZEND_FASTCALL smart_str_realloc(smart_str *str, size_t len) in smart_str_realloc()
65 size_t i, len = l; in zend_compute_escaped_string_len() local
80 size_t i, len = zend_compute_escaped_string_len(s, l); in smart_str_append_escaped() local
129 ZEND_API void ZEND_FASTCALL _smart_string_alloc_persistent(smart_string *str, size_t len) in _smart_string_alloc_persistent()
149 ZEND_API void ZEND_FASTCALL _smart_string_alloc(smart_string *str, size_t len) in _smart_string_alloc()
H A Dzend_smart_str.h30 #define smart_str_extend(dest, len) \ argument
34 #define smart_str_appendl(dest, src, len) \ argument
76 static zend_always_inline char* smart_str_extend_ex(smart_str *dest, size_t len, zend_bool persiste… in smart_str_extend_ex()
119 static zend_always_inline void smart_str_appendl_ex(smart_str *dest, const char *str, size_t len, z… in smart_str_appendl_ex()
147 static zend_always_inline void smart_str_setl(smart_str *dest, const char *src, size_t len) { in smart_str_setl()
H A Dzend_smart_string.h44 #define smart_string_appendl(str, src, len) \ argument
56 static zend_always_inline size_t smart_string_alloc(smart_string *str, size_t len, zend_bool persis… in smart_string_alloc()
86 …line void smart_string_appendl_ex(smart_string *dest, const char *str, size_t len, zend_bool persi… in smart_string_appendl_ex()
105 static zend_always_inline void smart_string_setl(smart_string *dest, char *src, size_t len) { in smart_string_setl()
H A Dzend_smart_string_public.h27 size_t len; member
H A Dzend_stream.c28 static ssize_t zend_stream_stdio_reader(void *handle, char *buf, size_t len) /* {{{ */ in zend_stream_stdio_reader()
98 static ssize_t zend_stream_read(zend_file_handle *file_handle, char *buf, size_t len) /* {{{ */ in zend_stream_read()
116 ZEND_API int zend_stream_fixup(zend_file_handle *file_handle, char **buf, size_t *len) /* {{{ */ in zend_stream_fixup()
H A Dzend_stream.h63 size_t len; member

Completed in 159 milliseconds

12345678910>>...12