Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/gd/
H A Dgd.c3711 int ch = 0, col, x, y, size, i, l = 0; in php_imagechar() local
/PHP-7.4/ext/filter/
H A Dlogical_filters.c501 size_t l; in _php_filter_validate_domain() local
600 size_t l; in php_filter_validate_url() local
/PHP-7.4/Zend/
H A Dzend_string.h145 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()
244 …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_smart_str.c64 static size_t zend_compute_escaped_string_len(const char *s, size_t l) { in zend_compute_escaped_string_len()
78 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_operators.c187 zend_long l = Z_RES_HANDLE_P(op); in _convert_scalar_to_number() local
468 zend_long l = (Z_RES_HANDLE_P(op) ? 1 : 0); in convert_to_boolean() local
H A Dzend_API.c514 zend_long l; in zend_parse_arg_double_weak() local
H A Dzend_language_scanner.l92 #define HANDLE_NEWLINES(s, l) \ argument
/PHP-7.4/main/streams/
H A Dstreams.c168 size_t l = 0; in php_stream_display_wrapper_errors() local
/PHP-7.4/ext/mbstring/
H A Dmbstring.c3344 size_t size, l, n; in PHP_FUNCTION() local
/PHP-7.4/ext/zip/
H A Dphp_zip.c132 # define CWD_STATE_ALLOC(l) emalloc(l) argument
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1520 int l; in gdImageString() local
1531 int l; in gdImageStringUp() local
1544 int l; in gdImageString16() local
1555 int l; in gdImageStringUp16() local
1916 int l, x1, x2, dy; in gdImageFill() local
2012 int i, l, x1, x2, dy; in _gdImageFillTiled() local
H A Dgd_interpolation.c1501 int l; in gdImageScaleBicubicFixed() local
2027 int l; in gdImageRotateBicubicFixed() local
/PHP-7.4/ext/date/lib/
H A Dparse_date.c109 #define TIMELIB_PROCESS_YEAR(x, l) { \ argument
/PHP-7.4/ext/phar/
H A Dphar_object.c1401 uint32_t l; member
/PHP-7.4/ext/imap/
H A Dphp_imap.c3946 int l = strlen(tmp) - 2, l2; in PHP_FUNCTION() local
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1335 size_t l = strlen(env_document_root); local
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c1190 int l = strlen(env_document_root); in init_request_info() local
/PHP-7.4/ext/standard/
H A Dstring.c144 unsigned char l = c & ~0x20; in php_hex2bin() local
1072 size_t l = p2 - p1; in php_explode() local
2391 zend_long l = 0, f; local
2470 zend_long l = 0; local
3608 size_t l; local
4286 size_t l = ZSTR_LEN(str); local
5568 ptrdiff_t l=0; local
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_util.c52 void grapheme_substr_ascii(char *str, size_t str_len, int32_t f, int32_t l, char **sub_str, int32_t… in grapheme_substr_ascii()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c770 size_t l = strlen(buf); in sapi_cli_server_log_write() local
1477 size_t l = strlen(*file); in php_cli_server_request_translate_vpath() local
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_driver.c247 char const *co, *l, *r; in firebird_handle_quoter() local
367 zend_long l, pindex = -1; in firebird_alloc_prepare_stmt() local
557 HMODULE l = GetModuleHandle("fbclient"); in firebird_handle_get_attribute() local
597 zend_long i = 0, l, sqlcode = isc_sqlcode(s); in pdo_firebird_fetch_error_func() local
/PHP-7.4/ext/posix/
H A Dposix.c1424 const struct limitlist *l = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/session/
H A Dsession.c1260 zend_llist *l = &SG(sapi_headers).headers; in php_session_remove_cookie() local
/PHP-7.4/ext/readline/
H A Dreadline.c542 static void _readline_long_zval(zval *ret, long l) in _readline_long_zval()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h91 #define mysql_stmt_prepare(s,q,l) mysqlnd_stmt_prepare((s), (q), (l)) argument
97 #define mysql_stmt_send_long_data(s,p,d,l) mysqlnd_stmt_send_long_data((s), (p), (d), (l)) argument

Completed in 203 milliseconds

123