Home
last modified time | relevance | path

Searched defs:len (Results 251 – 275 of 277) sorted by relevance

1...<<1112

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps.c788 zend_ulong len = Z_STRLEN(current_row[i]); in mysqlnd_stmt_fetch_row_buffered() local
H A Dmysqlnd_structs.h1109 size_t len; member
/PHP-7.4/Zend/
H A Dzend_API.h916 #define _ZEND_TRY_ASSIGN_STRINGL(zv, string, len, is_ref) do { \ argument
930 #define ZEND_TRY_ASSIGN_STRINGL(zv, string, len) \ argument
933 #define ZEND_TRY_ASSIGN_REF_STRINGL(zv, string, len) do { \ argument
H A Dzend_strtod.c592 unsigned int len; local
H A Dzend_types.h238 size_t len; member
H A Dzend_vm_def.h3375 size_t len = 0; variable
H A Dzend_execute.c3664 ZEND_API zend_function * ZEND_FASTCALL zend_fetch_function_str(const char *name, size_t len) /* {{{… in zend_fetch_function_str()
/PHP-7.4/ext/phar/
H A Dphar_internal.h439 uint32_t len; member
/PHP-7.4/ext/sodium/
H A Dlibsodium.c33 #define PHP_SODIUM_ZSTR_TRUNCATE(zs, len) do { ZSTR_LEN(zs) = (len); } while(0) argument
1917 size_t len; in PHP_FUNCTION() local
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c310 int len = zend_spprintf_unchecked(&p, 0, "%.*H", (int) EG(precision), Z_DVAL_P(parameter)); in really_register_bound_param() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfile.h405 size_t len; member
/PHP-7.4/ext/soap/
H A Dsoap.c4509 int len = strlen(function_name); local
4741 int len; local
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c440 static sljit_ins logical_imm(sljit_sw imm, sljit_s32 len) in logical_imm()
H A DsljitNativeX86_common.c495 sljit_u8 len; in sljit_generate_code() local
/PHP-7.4/main/
H A Dphp_streams.h458 #define php_stream_copy_to_stream_ex(src, dest, maxlen, len) _php_stream_copy_to_stream_ex((src), (… argument
/PHP-7.4/ext/standard/
H A Dbasic_functions.c4365 size_t options_len = 0, len; local
H A Dfilters.c1856 static size_t php_dechunk(char *buf, size_t len, php_chunked_filter_data *data) in php_dechunk()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c63 #define WHILE_WORKLIST(worklist, len, i) do { \ argument
/PHP-7.4/ext/date/
H A Dphp_date.c47 # define DATE_I64A(i, s, len) _i64toa_s(i, s, len, 10) argument
51 # define DATE_I64A(i, s, len) \ argument
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c349 int len = pcre2_config(what, NULL); in PHP_INI_END() local
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1610 size_t len; member
/PHP-7.4/ext/ldap/
H A Dldap.c3835 size_t len = 0; in php_ldap_do_escape() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5366 int len, repeat, len_save, consumed = 0; in scan_prefix() local
6787 int i, j, k, len, c; in optimize_class_chars() local
H A Dpcre2_internal.h322 #define GETUTF8LEN(c, eptr, len) \ argument
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1565 int len = 0; in strlen16() local

Completed in 2489 milliseconds

1...<<1112