Home
last modified time | relevance | path

Searched defs:length (Results 51 – 75 of 99) sorted by relevance

1234

/PHP-7.4/Zend/
H A Dzend_alloc.h171 #define estrndup(s, length) _estrndup((s), (length) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC) argument
185 #define estrndup_rel(s, length) _estrndup((s), (length) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_… argument
211 #define pestrndup(s, length, persistent) ((persistent)?zend_strndup((s),(length)):estrndup((s),(len… argument
H A Dzend_language_scanner.l741 size_t original_offset = offset, length = 0; in zend_get_scanned_file_offset() local
843 size_t length; in zend_multibyte_yyinput_again() local
/PHP-7.4/main/
H A Dmergesort.c265 size_t i, length, size2, sense; in setup() local
H A Dfopen_wrappers.c365 size_t length; local
H A Dphp_ini.c335 const size_t length = strlen(filename); in php_load_zend_extension_cb() local
/PHP-7.4/ext/date/lib/
H A Dtimelib.c255 int timelib_strncasecmp(const char *s1, const char *s2, size_t length) in timelib_strncasecmp()
/PHP-7.4/ext/standard/
H A Diptc.c132 unsigned int length; in php_iptc_skip_variable() local
H A Dhtml.c781 static inline int process_named_entity_html(const char **buf, const char **start, size_t *length) in process_named_entity_html()
810 static inline int resolve_named_entity_html(const char *start, size_t length, const entity_ht *ht, … in resolve_named_entity_html()
H A Dpassword.c96 static zend_string* php_password_make_salt(size_t length) /* {{{ */ in php_password_make_salt()
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp108 int32_t length; in snext() local
118 int32_t length = -1; in next() local
/PHP-7.4/ext/pcre/pcre2lib/
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
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_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_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_convert.c402 convert_glob_write_str(pcre2_output_context *out, PCRE2_SIZE length) in convert_glob_write_str()
/PHP-7.4/ext/curl/
H A Dinterface.c1475 size_t length = size * nmemb; in curl_write() local
1640 int length = 0; in curl_read() local
1703 size_t length = size * nmemb; in curl_write_header() local
/PHP-7.4/ext/oci8/
H A Doci8_interface.c406 zend_long length; in PHP_FUNCTION() local
745 zend_long offset = -1, length = -1; in PHP_FUNCTION() local
896 zend_long length = 0; in PHP_FUNCTION() local
977 zend_long start = -1, length = -1, block_length; in PHP_FUNCTION() local
/PHP-7.4/main/streams/
H A Dfilter.c130 …et_split(php_stream_bucket *in, php_stream_bucket **left, php_stream_bucket **right, size_t length) in php_stream_bucket_split()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c381 sljit_s32 length = 1 + (rex ? 1 : 0) + sizeof(sljit_s32); in emit_do_imm32() local
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c301 # define mysql_real_escape_string_quote(mysql, to, from, length, quote) \ argument
/PHP-7.4/ext/intl/converter/
H A Dconverter.c223 const char *codeUnits, int32_t length, in php_converter_to_u_callback()
306 const UChar *codeUnits, int32_t length, UChar32 codePoint, in php_converter_from_u_callback()
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_string.c383 zend_long lstart = 0, length = 0; in PHP_FUNCTION() local
/PHP-7.4/ext/filter/
H A Dlogical_filters.c952 int tokens, length, i, offset, exp_separator_set; in php_filter_validate_mac() local
/PHP-7.4/ext/intl/uchar/
H A Duchar.c304 const char *name, int32_t length) { in enumCharNames_callback()

Completed in 139 milliseconds

1234