Home
last modified time | relevance | path

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

123

/PHP-5.5/Zend/
H A Dzend_API.c396 long l; in zend_parse_arg_impl() local
1496 ZEND_API int add_get_index_long(zval *arg, ulong index, long l, void **dest) /* {{{ */ in add_get_index_long()
H A Dzend_API.h544 #define CHECK_NULL_PATH(p, l) (strlen(p) != l) argument
546 #define ZVAL_RESOURCE(z, l) do { \ argument
562 #define ZVAL_LONG(z, l) { \ argument
582 #define ZVAL_STRINGL(z, s, l, duplicate) do { \ argument
617 #define RETVAL_RESOURCE(l) ZVAL_RESOURCE(return_value, l) argument
620 #define RETVAL_LONG(l) ZVAL_LONG(return_value, l) argument
623 #define RETVAL_STRINGL(s, l, duplicate) ZVAL_STRINGL(return_value, s, l, duplicate) argument
629 #define RETURN_RESOURCE(l) { RETVAL_RESOURCE(l); return; } argument
632 #define RETURN_LONG(l) { RETVAL_LONG(l); return; } argument
635 #define RETURN_STRINGL(s, l, duplicate) { RETVAL_STRINGL(s, l, duplicate); return; } argument
[all …]
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.c37 ZEND_API void zend_llist_add_element(zend_llist *l, void *element) in zend_llist_add_element()
55 ZEND_API void zend_llist_prepend_element(zend_llist *l, void *element) in zend_llist_prepend_element()
73 #define DEL_LLIST_ELEMENT(current, l) \ argument
105 ZEND_API void zend_llist_destroy(zend_llist *l) in zend_llist_destroy()
122 ZEND_API void zend_llist_clean(zend_llist *l) in zend_llist_clean()
129 ZEND_API void *zend_llist_remove_tail(zend_llist *l) in zend_llist_remove_tail()
171 ZEND_API void zend_llist_apply_with_del(zend_llist *l, int (*func)(void *data)) in zend_llist_apply_with_del()
252 ZEND_API int zend_llist_count(zend_llist *l) in zend_llist_count()
271 ZEND_API void *zend_llist_get_last_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_last_ex()
284 ZEND_API void *zend_llist_get_next_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_next_ex()
[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
/PHP-5.5/ext/com_dotnet/
H A Dcom_typeinfo.c237 int l; in php_com_load_typelib_via_cache() local
/PHP-5.5/ext/date/lib/
H A Dparse_date.c124 #define TIMELIB_PROCESS_YEAR(x, l) { \ argument
H A Dparse_tz.c47 #define timelib_conv_int(l) (l) argument
49 #define timelib_conv_int(l) ((l & 0x000000ff) << 24) + ((l & 0x0000ff00) << 8) + ((l & 0x00ff0000) … argument
/PHP-5.5/ext/dba/libinifile/
H A Dinifile.c148 size_t l; in etrim() local
/PHP-5.5/ext/exif/
H A Dexif.c1948 int i, ap, l, b, idx=0, unknown=0; in add_assoc_image_info() local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c68 #define LOWCASE(l) (isupper((unsigned char) (l)) ? \ argument
246 get_type(const struct type_tbl_s *tbl, const char *l, const char **t) in get_type()
261 get_standard_integer_type(const char *l, const char **t) in get_standard_integer_type()
1419 get_cond(const char *l, const char **t) in get_cond()
1500 const char *l = line; in parse() local
1963 const char *l = line; in parse_strength() local
2018 const char *l = line; in parse_apple() local
2053 const char *l = line; in parse_mime() local
2565 const char *l = *p; in eatsize() local
H A Dcdf.c722 cdf_namecmp(const char *d, const uint16_t *s, size_t l) in cdf_namecmp()
914 uint32_t l = CDF_GETUINT32(q, o); in cdf_read_property_info() local
H A Dfile.h149 uint32_t l; member
H A Dsoftmagic.c1891 uint64_t l = m->value.q; in magiccheck() local
/PHP-5.5/ext/filter/
H A Dsanitizing_filters.c148 int l, i; in filter_map_update() local
/PHP-5.5/ext/gd/
H A Dgd.c3518 int ch = 0, col, x, y, size, i, l = 0; in php_imagechar() local
H A Dgd_ctx.c36 static int _php_image_output_putbuf(struct gdIOCtx *ctx, const void* buf, int l) in _php_image_output_putbuf()
56 static int _php_image_stream_putbuf(struct gdIOCtx *ctx, const void* buf, int l) in _php_image_stream_putbuf()
/PHP-5.5/ext/gd/libgd/
H A Dgd.c1604 int l; in gdImageString() local
1615 int l; in gdImageStringUp() local
1628 int l; in gdImageString16() local
1639 int l; in gdImageStringUp16() local
1875 int l, x1, x2, dy; in gdImageFill() local
1970 int i, l, x1, x2, dy; in _gdImageFillTiled() local
H A Dgd_interpolation.c1605 int l; in gdImageScaleBicubicFixed() local
2097 int l; in gdImageRotateBicubicFixed() local
H A Dwbmp.c66 int cnt, l, accu; in putmbi() local
H A Dxbm.c178 size_t i, l; in gdImageXbmCtx() local
/PHP-5.5/ext/hash/
H A Dhash_gost.c38 #define R(key, h, i, t, l, r) \ argument
89 #define A(x, l, r) \ argument
101 #define AA(x, l, r) \ argument
125 #define S(s, l, r) \ argument
213 php_hash_uint32 l, r, t, key[8], u[8], v[8], w[8], s[8], *h = state, *m = data; in Gost() local
284 php_hash_uint32 i, j, l[8] = {0}; in PHP_GOSTFinal() local
/PHP-5.5/ext/iconv/
H A Diconv.c380 static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd) in _php_iconv_appendl()
/PHP-5.5/ext/imap/
H A Dphp_imap.c3786 int l = strlen(tmp) - 2, l2; in PHP_FUNCTION() local

Completed in 184 milliseconds

123