Home
last modified time | relevance | path

Searched defs:length (Results 51 – 75 of 112) sorted by path

12345

/PHP-8.0/ext/intl/uchar/
H A Duchar.c269 const char *name, int32_t length) { in enumCharNames_callback()
/PHP-8.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c924 size_t length) in mbfl_substr()
1069 size_t length) in mbfl_strcut()
H A Dmbfl_memory_device.h41 size_t length; member
48 size_t length; member
/PHP-8.0/ext/mbstring/
H A Dmbstring.c2362 MBSTRING_API char *php_mb_convert_encoding_ex(const char *input, size_t length, const mbfl_encoding… in php_mb_convert_encoding_ex()
2402 MBSTRING_API char *php_mb_convert_encoding(const char *input, size_t length, const mbfl_encoding *t… in php_mb_convert_encoding()
3894 …_check_encoding_impl(mbfl_buffer_converter *convd, const char *input, size_t length, const mbfl_en… in php_mb_check_encoding_impl()
3916 MBSTRING_API int php_mb_check_encoding(const char *input, size_t length, const mbfl_encoding *encod… in php_mb_check_encoding()
H A Dmbstring.stub.php24 function mb_str_split(string $string, int $length = 1, ?string $encoding = null): array {}
46 function mb_substr(string $string, int $start, ?int $length = null, ?string $encoding = null): stri…
48 function mb_strcut(string $string, int $start, ?int $length = null, ?string $encoding = null): stri…
/PHP-8.0/ext/mysqli/
H A Dmysqli_api.c1881 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_alloc.c511 static char * _mysqlnd_pememdup(const char * const ptr, size_t length, zend_bool persistent MYSQLND… in _mysqlnd_pememdup()
542 static char * _mysqlnd_pestrndup(const char * const ptr, size_t length, zend_bool persistent MYSQLN… in _mysqlnd_pestrndup()
747 static char * mysqlnd_zend_mm_pememdup(const char * const ptr, size_t length, zend_bool persistent … in mysqlnd_zend_mm_pememdup()
759 static char * mysqlnd_zend_mm_pestrndup(const char * const ptr, size_t length, zend_bool persistent… in mysqlnd_zend_mm_pestrndup()
H A Dmysqlnd_ps_codec.c215 zend_ulong length; /* First byte encodes the length*/ in ps_fetch_time() local
272 zend_ulong length; /* First byte encodes the length*/ in ps_fetch_date() local
309 zend_ulong length; /* First byte encodes the length*/ in ps_fetch_datetime() local
372 const zend_ulong length = php_mysqlnd_net_field_length(row); in ps_fetch_string() local
388 const zend_ulong length = php_mysqlnd_net_field_length(row); in ps_fetch_bit() local
H A Dmysqlnd_structs.h75 size_t length; member
91 zend_ulong length; /* Width of column (create length) */ member
H A Dmysqlnd_wireprotocol.c153 php_mysqlnd_net_store_length(zend_uchar *packet, const uint64_t length) in php_mysqlnd_net_store_length()
180 php_mysqlnd_net_store_length_size(uint64_t length) in php_mysqlnd_net_store_length_size()
/PHP-8.0/ext/oci8/
H A Doci8.stub.php63 function oci_lob_read(OCILob $lob, int $length): string|false {}
75 function oci_lob_write(OCILob $lob, string $data, ?int $length = null): int|false {}
79 function oci_lob_truncate(OCILob $lob, int $length = 0): bool {}
81 function oci_lob_erase(OCILob $lob, ?int $offset = null, ?int $length = null): int|false {}
89 function oci_lob_copy(OCILob $to, OCILob $from, ?int $length = null): bool {}
574 public function read(int $length) {}
610 public function write(string $data, ?int $length = null) {}
622 public function truncate(int $length = 0) {}
628 public function erase(?int $offset = null, ?int $length = null) {}
652 public function writeToFile(string $filename, ?int $offset = null, ?int $length = null) {}
[all …]
H A Doci8_interface.c346 zend_long length; in PHP_FUNCTION() local
630 zend_long offset, length; in PHP_FUNCTION() local
749 zend_long length; in PHP_FUNCTION() local
826 zend_long start, length, block_length; in PHP_FUNCTION() local
H A Doci8_lob.c115 int php_oci_lob_get_length (php_oci_descriptor *descriptor, ub4 *length) in php_oci_lob_get_length()
240 ub4 length = 0; in php_oci_lob_read() local
505 …b_copy (php_oci_descriptor *descriptor_dest, php_oci_descriptor *descriptor_from, zend_long length) in php_oci_lob_copy()
835 int php_oci_lob_erase (php_oci_descriptor *descriptor, zend_long offset, ub4 length, ub4 *bytes_era… in php_oci_lob_erase()
/PHP-8.0/ext/odbc/
H A Dodbc.stub.php11 function odbc_longreadlen($statement, int $length): bool {}
/PHP-8.0/ext/openssl/
H A Dopenssl.c2092 long i, length, num; in openssl_x509v3_subjectAltName() local
H A Dopenssl.stub.php216 function openssl_random_pseudo_bytes(int $length, &$strong_result = null): string {}
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_compile.c819 uint16_t length; member
926 uint32_t length; in show_parsed() local
5200 find_dupname_details(PCRE2_SPTR name, uint32_t length, int *indexptr, in find_dupname_details()
6230 uint32_t length = *(++pptr); in compile_branch() local
6650 uint32_t length = *(++pptr); in compile_branch() local
6759 uint32_t length = pptr[3]; in compile_branch() local
7988 PCRE2_SIZE length; in compile_regex() local
8758 add_name_to_table(compile_block *cb, PCRE2_SPTR name, int length, in add_name_to_table()
9190 uint32_t length = *(++pptr); in get_branchlength() local
9654 PCRE2_SIZE length = 1; /* Allow for final END opcode */ in pcre2_compile() local
H A Dpcre2_context.c348 pcre2_set_max_pattern_length(pcre2_compile_context *ccontext, PCRE2_SIZE length) in pcre2_set_max_pattern_length()
H A Dpcre2_convert.c402 convert_glob_write_str(pcre2_output_context *out, PCRE2_SIZE length) in convert_glob_write_str()
H A Dpcre2_dfa_match.c672 int length = 1 + LINK_SIZE + in internal_dfa_match() local
3240 pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_dfa_match()
H A Dpcre2_intmodedep.h708 uint16_t length; /* Length of the name */ member
789 PCRE2_SIZE length; /* Used for character, string, or code lengths */ member
H A Dpcre2_jit_compile.c507 int length; member
1622 sljit_sw length = end - begin; in detect_repeat() local
1938 int length = 0; in get_framesize() local
2325 int length = 1; in get_recurse_data_length() local
3116 static SLJIT_INLINE void reset_ovector(compiler_common *common, int length) in reset_ovector()
3205 static SLJIT_INLINE void do_reset_match(compiler_common *common, int length) in do_reset_match()
6634 int i, byte, length = 0; in optimize_class_ranges() local
7939 int length; in compile_simple_assertion_matchingpath() local
8423 int length; in compile_char1_matchingpath() local
H A Dpcre2_jit_match.c85 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_jit_match()
H A Dpcre2_match.c358 PCRE2_SIZE length; in match_ref() local
598 PCRE2_SIZE length; /* Used for various length calculations */ in match() local
6102 pcre2_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_match()
H A Dpcre2_study.c107 int length = -1; in find_minlength() local

Completed in 275 milliseconds

12345