Home
last modified time | relevance | path

Searched defs:length (Results 126 – 150 of 156) sorted by relevance

1234567

/php-src/ext/odbc/
H A Dodbc.stub.php336 function odbc_longreadlen(Odbc\Result $statement, int $length): true {}
/php-src/ext/openssl/
H A Dopenssl.stub.php431 function openssl_x509_check_private_key(OpenSSLCertificate|string $certificate, #[\SensitiveParamet…
/php-src/ext/dom/
H A Dnamespace_compat.c93 …_ns(php_dom_libxml_ns_mapper *mapper, xmlNsPtr *ptr, const char *uri, size_t length, const php_dom… in php_dom_libxml_ns_mapper_ensure_cached_ns()
H A Dxml_serializer.c438 size_t length; in dom_xml_generate_a_prefix() local
/php-src/ext/intl/uchar/
H A Duchar.c272 const char *name, int32_t length) { in enumCharNames_callback()
/php-src/main/
H A Dphp_ini.c327 const size_t length = strlen(filename); in php_load_zend_extension_cb() local
/php-src/ext/dom/lexbor/lexbor/css/
H A Dproperty.h149 lxb_css_value_length_percentage_t length; member
232 lxb_css_value_length_type_t length; member
/php-src/ext/filter/
H A Dlogical_filters.c985 int tokens, length, i, offset, exp_separator_set; in php_filter_validate_mac() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c536 int length; member
1706 sljit_sw length = end - begin; in detect_repeat() local
2037 int length = 0; in get_framesize() local
2455 int length = 1; in get_recurse_data_length() local
3306 static SLJIT_INLINE void reset_ovector(compiler_common *common, int length) in reset_ovector()
3395 static SLJIT_INLINE void do_reset_match(compiler_common *common, int length) in do_reset_match()
6952 int i, byte, length = 0; in optimize_class_ranges() local
8953 int length; in compile_char1_matchingpath() local
H A Dpcre2_intmodedep.h715 uint16_t length; /* Length of the name */ member
797 PCRE2_SIZE length; /* Used for character, string, or code lengths */ member
/php-src/ext/mysqlnd/
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()
H A Dmysqlnd_structs.h72 size_t length; member
88 zend_ulong length; /* Width of column (create length) */ member
/php-src/ext/sockets/
H A Dsockets.c834 zend_long length = 0; local
879 zend_long length, type = PHP_BINARY_READ; local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c49 sljit_uw length = (rex ? 2 : 1) + sizeof(sljit_s32); in emit_do_imm32() local
/php-src/ext/intl/
H A Dphp_intl.stub.php442 function grapheme_substr(string $string, int $offset, ?int $length = null): string|false {}
448 function grapheme_str_split(string $string, int $length = 1): array|false {}
/php-src/sapi/phpdbg/
H A Dphpdbg.c846 static inline size_t php_sapi_phpdbg_ub_write(const char *message, size_t length) /* {{{ */ in php_sapi_phpdbg_ub_write()
/php-src/ext/soap/
H A Dphp_sdl.h142 sdlRestrictionIntPtr length; member
/php-src/ext/spl/
H A Dspl_directory.c2617 zend_long length = 0; in PHP_METHOD() local
2648 zend_long length = 0; in PHP_METHOD() local
/php-src/Zend/
H A Dzend_API.c1986 …oc_stringl_ex(zval *arg, const char *key, size_t key_len, const char *str, size_t length) /* {{{ */ in add_assoc_stringl_ex()
2091 ZEND_API void add_index_stringl(zval *arg, zend_ulong index, const char *str, size_t length) /* {{{… in add_index_stringl()
2190 ZEND_API zend_result add_next_index_stringl(zval *arg, const char *str, size_t length) /* {{{ */ in add_next_index_stringl()
2333 …ty_stringl_ex(zval *arg, const char *key, size_t key_len, const char *str, size_t length) /* {{{ */ in add_property_stringl_ex()
H A Dzend_alloc.c2839 size_t length; local
2866 ZEND_API char* ZEND_FASTCALL zend_strndup(const char *s, size_t length)
/php-src/ext/standard/
H A Darray.c3316 static void php_splice(HashTable *in_hash, zend_long offset, zend_long length, HashTable *replace, …
3776 length = 0; local
3891 zend_long length = 0; /* How many elements to get */ local
H A Dstring.c3079 static zend_always_inline zend_long count_chars(const char *p, zend_long length, char ch)
3354 PHPAPI zend_string *php_str_to_str(const char *haystack, size_t length, const char *needle, size_t …
5687 zend_long offset = 0, length = 0; local
/php-src/ext/iconv/
H A Diconv.c1827 zend_long offset, length = 0; in PHP_FUNCTION() local
/php-src/ext/mysqli/
H A Dmysqli_api.c1384 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
/php-src/ext/date/
H A Dphp_date.c676 int length = 0; in date_format() local
4947 int length, have_format_spec = 0; in date_interval_format() local

Completed in 301 milliseconds

1234567