Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 83) sorted by path

1234

/php-src/Zend/Optimizer/
H A Dblock_pass.c235 size_t l, old_len; in zend_optimize_block() local
696 size_t l, old_len; in zend_optimize_block() local
/php-src/Zend/
H A Dzend_API.c642 zend_long l; in zend_parse_arg_double_weak() local
H A Dzend_API.h948 #define CHECK_NULL_PATH(p, l) zend_char_has_nul_byte(p, l) argument
950 #define ZVAL_STRINGL(z, s, l) do { \ argument
963 #define ZVAL_PSTRINGL(z, s, l) do { \ argument
981 #define ZVAL_STRINGL_FAST(z, s, l) do { \ argument
1009 #define RETVAL_LONG(l) ZVAL_LONG(return_value, l) argument
1016 #define RETVAL_STRINGL(s, l) ZVAL_STRINGL(return_value, s, l) argument
1018 #define RETVAL_STRINGL_FAST(s, l) ZVAL_STRINGL_FAST(return_value, s, l) argument
1035 #define RETURN_LONG(l) do { RETVAL_LONG(l); return; } while (0) argument
1042 #define RETURN_STRINGL(s, l) do { RETVAL_STRINGL(s, l); return; } while (0) argument
1044 #define RETURN_STRINGL_FAST(s, l) do { RETVAL_STRINGL_FAST(s, l); return; } while (0) argument
H A Dzend_ast.c1448 #define zend_ast_export_name_list(s, l, i) zend_ast_export_name_list_ex(s, l, i, ", ") argument
1449 #define zend_ast_export_catch_name_list(s, l, i) zend_ast_export_name_list_ex(s, l, i, "|") argument
H A Dzend_language_scanner.l92 #define HANDLE_NEWLINES(s, l) \ argument
H A Dzend_llist.c34 ZEND_API void zend_llist_add_element(zend_llist *l, const void *element) in zend_llist_add_element()
52 ZEND_API void zend_llist_prepend_element(zend_llist *l, const void *element) in zend_llist_prepend_element()
70 #define DEL_LLIST_ELEMENT(current, l) \ argument
102 ZEND_API void zend_llist_destroy(zend_llist *l) in zend_llist_destroy()
121 ZEND_API void zend_llist_clean(zend_llist *l) in zend_llist_clean()
128 ZEND_API void zend_llist_remove_tail(zend_llist *l) in zend_llist_remove_tail()
164 ZEND_API void zend_llist_apply_with_del(zend_llist *l, int (*func)(void *data)) in zend_llist_apply_with_del()
179 ZEND_API void zend_llist_apply(zend_llist *l, llist_apply_func_t func) in zend_llist_apply()
196 ZEND_API void zend_llist_sort(zend_llist *l, llist_compare_func_t comp_func) in zend_llist_sort()
254 ZEND_API size_t zend_llist_count(zend_llist *l) in zend_llist_count()
[all …]
H A Dzend_llist.h69 static zend_always_inline void *zend_llist_get_first(zend_llist *l) in zend_llist_get_first()
74 static zend_always_inline void *zend_llist_get_last(zend_llist *l) in zend_llist_get_last()
79 static zend_always_inline void *zend_llist_get_next(zend_llist *l) in zend_llist_get_next()
84 static zend_always_inline void *zend_llist_get_prev(zend_llist *l) in zend_llist_get_prev()
H A Dzend_operators.c269 zend_long l = Z_RES_HANDLE_P(op); in convert_scalar_to_number() local
676 zend_long l = (Z_RES_HANDLE_P(op) ? 1 : 0); in convert_to_boolean() local
H A Dzend_operators.h129 static zend_always_inline bool zend_is_long_compatible(double d, zend_long l) { in zend_is_long_compatible()
138 zend_long l = zend_dval_to_lval(d); in zend_dval_to_lval_safe() local
H A Dzend_smart_str.c62 static size_t zend_compute_escaped_string_len(const char *s, size_t l) { in zend_compute_escaped_string_len()
76 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l) { in smart_str_append_escaped()
H A Dzend_string.h185 static zend_always_inline zend_string *zend_string_safe_alloc(size_t n, size_t m, size_t l, bool pe… in zend_string_safe_alloc()
308 …end_string *zend_string_safe_realloc(zend_string *s, size_t n, size_t m, size_t l, bool persistent) in zend_string_safe_realloc()
H A Dzend_types.h1062 #define ZVAL_LONG(z, l) do { \ argument
/php-src/ext/date/lib/
H A Dparse_date.c111 #define TIMELIB_PROCESS_YEAR(x, l) { \ argument
/php-src/ext/dba/libinifile/
H A Dinifile.c146 size_t l; in etrim() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Ddiyfp.h32 #define lexbor_uint64_hl(h, l) (((uint64_t) (h) << 32) + (l)) argument
204 uint64_t l, h; in lexbor_diyfp_mul() local
/php-src/ext/dom/lexbor/lexbor/css/
H A Dvalue.h174 lxb_css_value_percentage_type_t l; member
182 lxb_css_value_number_percentage_t l; member
190 lxb_css_value_number_percentage_t l; member
/php-src/ext/exif/
H A Dexif.c2520 int l = info_data->length; in add_assoc_image_info() local
/php-src/ext/ffi/
H A Dffi.c7719 int l = 0; local
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c65 #define LOWCASE(l) (isupper(CAST(unsigned char, l)) ? \ argument
1749 get_cond(const char *l, const char **t) in get_cond()
1821 const char *l = *lp; in parse_indirect_modifier() local
1843 const char *l = *lp; in parse_op_modifier() local
1859 const char *l = *lp; in parse_string_modifier() local
1972 const char *l = line; in parse() local
2384 const char *l = line; in parse_strength() local
2452 const char *l = line; in parse_extra() local
3090 size_t l = file_pstring_length_size(ms, m); in getstr() local
3181 const char *l = *p; in eatsize() local
[all …]
H A Dcdf.c806 cdf_namecmp(const char *d, const uint16_t *s, size_t l) in cdf_namecmp()
872 cdf_offset(const void *p, size_t l) in cdf_offset()
1069 uint32_t l; in cdf_read_property_info() local
1150 #define extract_catalog_field(t, f, l) \ argument
H A Dder.c151 gettag(const uint8_t *c, size_t *p, size_t l) in gettag()
184 getlength(const uint8_t *c, size_t *p, size_t l) in getlength()
408 printdata(size_t level, const void *v, size_t x, size_t l) in printdata()
445 size_t l; in main() local
H A Dfile.h190 uint32_t l; member
H A Dfuncs.c260 size_t l; in trim_separator() local
H A Dsoftmagic.c540 size_t l; in varexpand() local
684 size_t l = file_pstring_length_size(ms, m); in mprint() local
893 size_t l = file_pstring_length_size(ms, m); in moffset() local
2087 uint64_t l = m->value.q; in magiccheck() local
/php-src/ext/filter/
H A Dlogical_filters.c510 size_t l; in _php_filter_validate_domain() local
604 size_t l; in php_filter_validate_url() local

Completed in 193 milliseconds

1234