Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 83) sorted by last modified time

1234

/php-src/Zend/
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_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_API.c642 zend_long l; in zend_parse_arg_double_weak() local
/php-src/main/
H A DSAPI.c599 static void sapi_remove_header(zend_llist *l, char *name, size_t len) { in sapi_remove_header()
H A Dphp_variables.c80 for (size_t l = 0; l < var_name_len; l++) { in php_register_known_variable() local
/php-src/ext/ffi/
H A Dffi.c7719 int l = 0; local
/php-src/sapi/cgi/
H A Dcgi_main.c1320 size_t l = strlen(env_document_root); local
/php-src/ext/pgsql/
H A Dpgsql.c323 static void _php_pgsql_notice_handler(void *l, const char *message) in _php_pgsql_notice_handler()
/php-src/ext/opcache/jit/ir/
H A Dir_sccp.c387 ir_ref j, n, *p, use, k, l; in ir_sccp_replace_insn() local
444 ir_ref j, n, *p, use, k, l; in ir_sccp_replace_insn2() local
H A Dir_private.h697 IR_ALWAYS_INLINE void ir_list_init(ir_list *l, uint32_t size) in ir_list_init()
703 IR_ALWAYS_INLINE void ir_list_free(ir_list *l) in ir_list_free()
709 IR_ALWAYS_INLINE void ir_list_clear(ir_list *l) in ir_list_clear()
714 IR_ALWAYS_INLINE uint32_t ir_list_len(const ir_list *l) in ir_list_len()
719 IR_ALWAYS_INLINE uint32_t ir_list_capasity(const ir_list *l) in ir_list_capasity()
724 IR_ALWAYS_INLINE void ir_list_push(ir_list *l, ir_ref val) in ir_list_push()
729 IR_ALWAYS_INLINE void ir_list_push_unchecked(ir_list *l, ir_ref val) in ir_list_push_unchecked()
734 IR_ALWAYS_INLINE ir_ref ir_list_pop(ir_list *l) in ir_list_pop()
740 IR_ALWAYS_INLINE ir_ref ir_list_peek(const ir_list *l) in ir_list_peek()
746 IR_ALWAYS_INLINE ir_ref ir_list_at(const ir_list *l, uint32_t i) in ir_list_at()
[all …]
H A Dir_gcm.c404 ir_ref k, l = insn->inputs_count; in ir_split_partially_dead_node() local
H A Dir.c1377 void ir_list_insert(ir_list *l, uint32_t i, ir_ref val)
1388 void ir_list_remove(ir_list *l, uint32_t i)
1395 bool ir_list_contains(const ir_list *l, ir_ref val)
H A Dir_disasm.c64 ir_sym_node *l = p->child[0]; in ir_syms_rotateright() local
333 int32_t l, n; 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/iconv/
H A Diconv.c356 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-src/ext/posix/
H A Dposix.c1147 const struct limitlist *l = NULL; in PHP_FUNCTION() local
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c302 unsigned int l; in php_firebird_preprocess() local
723 char const *co, *l, *r; in firebird_handle_quoter() local
1163 HMODULE l = GetModuleHandle("fbclient"); in pdo_firebird_get_attribute() local
/php-src/sapi/phpdbg/
H A Dphpdbg_print.c28 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/php-src/main/streams/
H A Dstreams.c168 size_t l = 0; in php_stream_display_wrapper_errors() local
/php-src/ext/session/
H A Dsession.c1272 zend_llist *l = &SG(sapi_headers).headers; in php_session_remove_cookie() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_charset.c1040 uint32_t l; in mysqlnd_charsets_sanity_check() member
H A Dmysqlnd_structs.h39 size_t l; member
45 size_t l; member
/php-src/ext/random/
H A Drandom.c359 unsigned char *str = (unsigned char *) hexstr->val, c, l, d; local
617 static inline void fallback_seed_add(PHP_SHA1_CTX *c, void *p, size_t l){
/php-src/ext/gd/libgd/
H A Dgd.c1490 int l; in gdImageString() local
1501 int l; in gdImageStringUp() local
1514 int l; in gdImageString16() local
1525 int l; in gdImageStringUp16() local
1886 int l, x1, x2, dy; in gdImageFill() local
1982 int i, l, x1, x2, dy; in _gdImageFillTiled() local
H A Dgd_interpolation.c1490 int l; in gdImageScaleBicubicFixed() local
2016 int l; in gdImageRotateBicubicFixed() local

Completed in 206 milliseconds

1234