Home
last modified time | relevance | path

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

123

/PHP-8.0/Zend/
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()
119 ZEND_API void zend_llist_clean(zend_llist *l) in zend_llist_clean()
126 ZEND_API void zend_llist_remove_tail(zend_llist *l) in zend_llist_remove_tail()
162 ZEND_API void zend_llist_apply_with_del(zend_llist *l, int (*func)(void *data)) in zend_llist_apply_with_del()
177 ZEND_API void zend_llist_apply(zend_llist *l, llist_apply_func_t func) in zend_llist_apply()
194 ZEND_API void zend_llist_sort(zend_llist *l, llist_compare_func_t comp_func) in zend_llist_sort()
252 ZEND_API size_t zend_llist_count(zend_llist *l) in zend_llist_count()
[all …]
H A Dzend_llist.h69 #define zend_llist_get_first(l) zend_llist_get_first_ex(l, NULL) argument
70 #define zend_llist_get_last(l) zend_llist_get_last_ex(l, NULL) argument
71 #define zend_llist_get_next(l) zend_llist_get_next_ex(l, NULL) argument
72 #define zend_llist_get_prev(l) zend_llist_get_prev_ex(l, NULL) argument
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.h153 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()
276 …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()
/PHP-8.0/ext/hash/
H A Dhash_gost.c34 #define R(tables, key, h, i, t, l, r) \ argument
85 #define A(x, l, r) \ argument
97 #define AA(x, l, r) \ argument
121 #define S(s, l, r) \ argument
209 uint32_t l, r, t, key[8], u[8], v[8], w[8], s[8], *h = context->state, *m = data; in Gost() local
286 uint32_t i, j, l[8] = {0}; in PHP_GOSTFinal() local
/PHP-8.0/ext/fileinfo/libmagic/
H A Dapprentice.c74 #define LOWCASE(l) (isupper(CAST(unsigned char, l)) ? \ argument
1604 get_cond(const char *l, const char **t) in get_cond()
1676 const char *l = *lp; in parse_indirect_modifier() local
1698 const char *l = *lp; in parse_op_modifier() local
1714 const char *l = *lp; in parse_string_modifier() local
1824 const char *l = line; in parse() local
2225 const char *l = line; in parse_strength() local
2288 const char *l = line; in parse_extra() local
2906 size_t l = file_pstring_length_size(ms, m); in getstr() local
2997 const char *l = *p; in eatsize() local
[all …]
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()
397 printdata(size_t level, const void *v, size_t x, size_t l) in printdata()
434 size_t l; in main() local
H A Dsoftmagic.c505 size_t l; in varexpand() local
700 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
2036 uint64_t l = m->value.q; in magiccheck() local
/PHP-8.0/ext/standard/
H A Dexec.c85 size_t l = bufl; in strip_trailing_whitespace() local
285 size_t l = strlen(str); in php_escape_shell_cmd() local
391 size_t l = strlen(str); in php_escape_shell_arg() local
H A Dphp_crypt_r.c108 uint32_t l; in php_md5_crypt_r() local
H A Dcrypt_freesec.c462 uint32_t l, r, *kl, *kr, *kl1, *kr1; in do_des() local
612 uint32_t count, salt, l, r0, r1, keybuf[2]; in _crypt_extended_r() local
H A Dhtml.c433 const uni_to_enc *l = table, in unimap_bsearch() local
1426 size_t l = r->data.ent.entity_len; in write_s3row_data() local
1436 size_t l = mcpr[0].leading_entry.default_entity_len; in write_s3row_data() local
1443 size_t l, in write_s3row_data() local
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_trace.c12 long l = addr; in fpm_trace_get_strz() local
H A Dfpm_php_trace.c46 long l; in fpm_php_trace_dump() local
H A Dfpm_log.c410 size_t l; in fpm_log_write() local
/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_driver.c298 unsigned int l; in preprocess() local
667 char const *co, *l, *r; in firebird_handle_quoter() local
949 HMODULE l = GetModuleHandle("fbclient"); in firebird_handle_get_attribute() local
989 zend_long i = 0, l, sqlcode = isc_sqlcode(s); in pdo_firebird_fetch_error_func() local
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_break.c29 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_set.c28 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/PHP-8.0/ext/opcache/jit/vtune/
H A Dittnotify_config.h283 #define __itt_fstrnlen(s, l) strnlen_s(s, l) argument
284 #define __itt_fstrcpyn(s1, b, s2, l) strncpy_s(s1, b, s2, l) argument
327 #define __itt_fstrnlen(s, l) SDL_STRNLEN_S(s, l) argument
329 #define __itt_fstrnlen(s, l) strlen(s) argument
332 #define __itt_fstrcpyn(s1, b, s2, l) SDL_STRNCPY_S(s1, b, s2, l) argument
334 #define __itt_fstrcpyn(s1, b, s2, l) strncpy(s1, s2, l) argument
/PHP-8.0/ext/mysqli/
H A Dmysqli_mysqlnd.h41 #define mysqli_async_query(c, q, l) mysqlnd_async_query((c), (q), (l)) argument
H A Dmysqli_warning.c34 #define ZVAL_UTF8_STRINGL(z, s, l, flags) ZVAL_STRINGL((z), (char*)(s), (l)) argument
/PHP-8.0/ext/gd/libgd/
H A Dgd_xbm.c181 size_t i, l; in gdImageXbmCtx() local
H A Dwbmp.c66 int cnt, l, accu; in putmbi() local
/PHP-8.0/ext/filter/
H A Dlogical_filters.c502 size_t l; in _php_filter_validate_domain() local
596 size_t l; in php_filter_validate_url() local
/PHP-8.0/ext/opcache/Optimizer/
H A Dblock_pass.c224 int l, old_len; in zend_optimize_block() local
717 int l, old_len; in zend_optimize_block() local

Completed in 117 milliseconds

123