Home
last modified time | relevance | path

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

1234

/PHP-7.1/Zend/
H A Dzend_API.c416 zend_long l; in zend_parse_arg_double_weak() local
1585 ZEND_API zval *add_get_index_long(zval *arg, zend_ulong index, zend_long l) /* {{{ */ in add_get_index_long()
H A Dzend_API.h577 #define CHECK_NULL_PATH(p, l) (strlen(p) != (size_t)(l)) argument
579 #define ZVAL_STRINGL(z, s, l) do { \ argument
592 #define ZVAL_PSTRINGL(z, s, l) do { \ argument
624 #define RETVAL_LONG(l) ZVAL_LONG(return_value, l) argument
631 #define RETVAL_STRINGL(s, l) ZVAL_STRINGL(return_value, s, l) argument
642 #define RETURN_LONG(l) { RETVAL_LONG(l); return; } argument
649 #define RETURN_STRINGL(s, l) { RETVAL_STRINGL(s, l); return; } argument
H A Dzend_ast.c811 #define zend_ast_export_name_list(s, l, i) zend_ast_export_name_list_ex(s, l, i, ", ") argument
812 #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.c98 #define HANDLE_NEWLINES(s, l) \ argument
H A Dzend_language_scanner.l96 #define HANDLE_NEWLINES(s, l) \ argument
H A Dzend_llist.c36 ZEND_API void zend_llist_add_element(zend_llist *l, void *element) in zend_llist_add_element()
54 ZEND_API void zend_llist_prepend_element(zend_llist *l, void *element) in zend_llist_prepend_element()
72 #define DEL_LLIST_ELEMENT(current, l) \ argument
104 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.h71 #define zend_llist_get_first(l) zend_llist_get_first_ex(l, NULL) argument
72 #define zend_llist_get_last(l) zend_llist_get_last_ex(l, NULL) argument
73 #define zend_llist_get_next(l) zend_llist_get_next_ex(l, NULL) argument
74 #define zend_llist_get_prev(l) zend_llist_get_prev_ex(l, NULL) argument
H A Dzend_operators.c169 zend_long l = Z_RES_HANDLE_P(op); in _convert_scalar_to_number() local
457 zend_long l = (Z_RES_HANDLE_P(op) ? 1 : 0); in convert_to_boolean() local
H A Dzend_smart_str.c68 static size_t zend_compute_escaped_string_len(const char *s, size_t l) { in zend_compute_escaped_string_len()
82 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.h138 static zend_always_inline zend_string *zend_string_safe_alloc(size_t n, size_t m, size_t l, int per… in zend_string_safe_alloc()
241 …zend_string *zend_string_safe_realloc(zend_string *s, size_t n, size_t m, size_t l, int persistent) in zend_string_safe_realloc()
H A Dzend_types.h615 #define ZVAL_LONG(z, l) { \ argument
/PHP-7.1/ext/com_dotnet/
H A Dcom_typeinfo.c237 size_t l; in php_com_load_typelib_via_cache() local
/PHP-7.1/ext/date/lib/
H A Dparse_date.c131 #define TIMELIB_PROCESS_YEAR(x, l) { \ argument
H A Dparse_tz.c53 #define timelib_conv_int(l) (l) argument
55 #define timelib_conv_int(l) ((l & 0x000000ff) << 24) + ((l & 0x0000ff00) << 8) + ((l & 0x00ff0000) … argument
/PHP-7.1/ext/dba/libinifile/
H A Dinifile.c148 size_t l; in etrim() local
/PHP-7.1/ext/exif/
H A Dexif.c1949 int i, ap, l, b, idx=0, unknown=0; in add_assoc_image_info() local
/PHP-7.1/ext/fileinfo/libmagic/
H A Dapprentice.c71 #define LOWCASE(l) (isupper((unsigned char) (l)) ? \ argument
267 get_type(const struct type_tbl_s *tbl, const char *l, const char **t) in get_type()
282 get_standard_integer_type(const char *l, const char **t) in get_standard_integer_type()
1491 get_cond(const char *l, const char **t) in get_cond()
1563 const char *l = *lp; in parse_indirect_modifier() local
1585 const char *l = *lp; in parse_op_modifier() local
1601 const char *l = *lp; in parse_string_modifier() local
1711 const char *l = line; in parse() local
2084 const char *l = line; in parse_strength() local
2147 const char *l = line; in parse_extra() local
[all …]
H A Dcdf.c741 cdf_namecmp(const char *d, const uint16_t *s, size_t l) in cdf_namecmp()
955 uint32_t l = CDF_GETUINT32(q, o); in cdf_read_property_info() local
1025 #define extract_catalog_field(t, f, l) \ argument
H A Dfile.h149 uint32_t l; member
H A Dsoftmagic.c1845 uint64_t l = m->value.q; in magiccheck() local
/PHP-7.1/ext/filter/
H A Dlogical_filters.c460 size_t l; in _php_filter_validate_domain() local
537 size_t l; in php_filter_validate_url() local
H A Dsanitizing_filters.c151 size_t l, i; in filter_map_update() local
/PHP-7.1/ext/gd/
H A Dgd.c3548 int ch = 0, col, x, y, size, i, l = 0; in php_imagechar() local
H A Dgd_ctx.c35 static int _php_image_output_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */ in _php_image_output_putbuf()
53 static int _php_image_stream_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */ in _php_image_stream_putbuf()
/PHP-7.1/ext/gd/libgd/
H A Dgd.c1570 int l; in gdImageString() local
1581 int l; in gdImageStringUp() local
1594 int l; in gdImageString16() local
1605 int l; in gdImageStringUp16() local
1854 int l, x1, x2, dy; in gdImageFill() local
1949 int i, l, x1, x2, dy; in _gdImageFillTiled() local

Completed in 184 milliseconds

1234