Home
last modified time | relevance | path

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

1234

/PHP-7.0/Zend/
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_string.h137 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()
240 …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()
/PHP-7.0/ext/mbstring/
H A Dphp_unicode.c64 long l, r, m; in prop_lookup() local
122 static unsigned long case_lookup(unsigned long code, long l, long r, int field) in case_lookup()
147 MBSTRING_API unsigned long php_turkish_toupper(unsigned long code, long l, long r, int field) in php_turkish_toupper()
155 MBSTRING_API unsigned long php_turkish_tolower(unsigned long code, long l, long r, int field) in php_turkish_tolower()
166 long l, r; in php_unicode_toupper() local
197 long l, r; in php_unicode_tolower() local
228 long l, r; in php_unicode_totitle() local
/PHP-7.0/ext/hash/
H A Dhash_gost.c38 #define R(tables, 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 = context->state, *m = data; in Gost() local
290 php_hash_uint32 i, j, l[8] = {0}; in PHP_GOSTFinal() local
/PHP-7.0/ext/interbase/
H A Dinterbase.c580 ibase_tr_list *l; in _php_ibase_commit_link() local
678 ibase_tr_list **l; in _php_ibase_free_trans() local
825 HMODULE l = GetModuleHandle("fbclient"); in PHP_MINFO_FUNCTION() local
956 zend_long l; in _php_ibase_connect() local
1086 ibase_tr_list *l; in PHP_FUNCTION() local
1255 ibase_tr_list **l; in PHP_FUNCTION() local
1463 int l; in PHP_FUNCTION() local
H A Dibase_query.c482 double l; in _php_ibase_bind_array() local
509 long double l; in _php_ibase_bind_array() local
537 ISC_INT64 l; in _php_ibase_bind_array() local
884 ibase_tr_list **l; in _php_ibase_exec() local
1081 zend_long l; in PHP_FUNCTION() local
1317 unsigned short l; in _php_ibase_var_zval() local
H A Dibase_events.c93 char **events, unsigned short *l, char **event_buf, char **result_buf) in _php_ibase_event_block()
/PHP-7.0/ext/standard/
H A Dexec.c97 size_t l = 0; in php_exec() local
282 size_t l = strlen(str); in php_escape_shell_cmd() local
389 size_t l = strlen(str); in php_escape_shell_arg() local
H A Dphp_crypt_r.c135 __int32 l; in php_md5_crypt_r() local
326 php_uint32 l; in php_md5_crypt_r() local
H A Dcrypt_freesec.c468 uint32_t l, r, *kl, *kr, *kl1, *kr1; in do_des() local
618 uint32_t count, salt, l, r0, r1, keybuf[2]; in _crypt_extended_r() local
H A Dhtml.c551 const uni_to_enc *l = table, in unimap_bsearch() local
1566 size_t l = r->data.ent.entity_len; in write_s3row_data() local
1576 size_t l = mcpr[0].leading_entry.default_entity_len; in write_s3row_data() local
1583 size_t l, in write_s3row_data() local
/PHP-7.0/ext/pdo_firebird/
H A Dfirebird_driver.c285 char const *co, *l, *r; in firebird_handle_quoter() local
405 zend_long l, pindex = -1; in firebird_alloc_prepare_stmt() local
584 HMODULE l = GetModuleHandle("fbclient"); in firebird_handle_get_attribute() local
624 zend_long i = 0, l, sqlcode = isc_sqlcode(s); in pdo_firebird_fetch_error_func() local
/PHP-7.0/ext/gd/
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.0/sapi/fpm/fpm/
H A Dfpm_trace.c14 long l = addr; in fpm_trace_get_strz() local
H A Dfpm_php_trace.c52 long l; in fpm_php_trace_dump() local
H A Dfpm_log.c412 size_t l; in fpm_log_write() local
/PHP-7.0/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 …]
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_break.c31 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_set.c30 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/PHP-7.0/ext/date/lib/
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.0/ext/mysqli/
H A Dmysqli_mysqlnd.h43 #define mysqli_async_query(c, q, l) mysqlnd_async_query((c), (q), (l)) argument
/PHP-7.0/ext/gd/libgd/
H A Dxbm.c178 size_t i, l; in gdImageXbmCtx() local
H A Dwbmp.c66 int cnt, l, accu; in putmbi() local
/PHP-7.0/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

Completed in 73 milliseconds

1234