Home
last modified time | relevance | path

Searched defs:str_len (Results 1 – 25 of 48) sorted by relevance

12

/PHP-7.2/ext/intl/formatter/
H A Dformatter_parse.c44 size_t str_len; in PHP_FUNCTION() local
135 size_t str_len; in PHP_FUNCTION() local
/PHP-7.2/ext/intl/grapheme/
H A Dgrapheme_string.c379 size_t str_len; in PHP_FUNCTION() local
678 …eme_extract_charcount_iter(UBreakIterator *bi, int32_t csize, unsigned char *pstr, int32_t str_len) in grapheme_extract_charcount_iter()
718 …eme_extract_bytecount_iter(UBreakIterator *bi, int32_t bsize, unsigned char *pstr, int32_t str_len) in grapheme_extract_bytecount_iter()
743 grapheme_extract_count_iter(UBreakIterator *bi, int32_t size, unsigned char *pstr, int32_t str_len) in grapheme_extract_count_iter()
778 size_t str_len; in PHP_FUNCTION() local
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.2/ext/standard/
H A Dbase64.c207 size_t str_len; in PHP_FUNCTION() local
229 size_t str_len; in PHP_FUNCTION() local
H A Dsoundex.c32 size_t i, _small, str_len, code, last; in PHP_FUNCTION() local
H A Ddir.c295 size_t str_len; in PHP_FUNCTION() local
327 size_t str_len; in PHP_FUNCTION() local
H A Dcrypt.c245 size_t str_len, salt_in_len = 0; in PHP_FUNCTION() local
H A Diptc.c324 size_t str_len; in PHP_FUNCTION() local
H A Dmail.c79 size_t j, str_len; in PHP_FUNCTION() local
H A Dpassword.c105 static int php_password_salt_to64(const char *str, const size_t str_len, const size_t out_len, char… in php_password_salt_to64()
H A Durl.c361 size_t str_len; in PHP_FUNCTION() local
/PHP-7.2/ext/filter/
H A Dlogical_filters.c86 static int php_filter_parse_int(const char *str, size_t str_len, zend_long *ret) { /* {{{ */ in php_filter_parse_int()
138 static int php_filter_parse_octal(const char *str, size_t str_len, zend_long *ret) { /* {{{ */ in php_filter_parse_octal()
161 static int php_filter_parse_hex(const char *str, size_t str_len, zend_long *ret) { /* {{{ */ in php_filter_parse_hex()
642 static int _php_filter_validate_ipv4(char *str, size_t str_len, int *ip) /* {{{ */ in _php_filter_validate_ipv4()
677 static int _php_filter_validate_ipv6(char *str, size_t str_len) /* {{{ */ in _php_filter_validate_ipv6()
/PHP-7.2/ext/json/
H A Djson.c210 PHP_JSON_API int php_json_decode_ex(zval *return_value, char *str, size_t str_len, zend_long option… in php_json_decode_ex()
266 size_t str_len; in PHP_FUNCTION() local
H A Djson_parser.y329 size_t str_len, in php_json_parser_init_ex()
345 size_t str_len, in php_json_parser_init()
H A Dphp_json.h102 static inline int php_json_decode(zval *return_value, char *str, int str_len, zend_bool assoc, zend… in php_json_decode()
H A Djson_scanner.c97 void php_json_scanner_init(php_json_scanner *s, char *str, size_t str_len, int options) in php_json_scanner_init()
/PHP-7.2/ext/intl/
H A Dintl_convertcpp.cpp28 int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len, UErrorCode *status) in intl_stringFromChar()
/PHP-7.2/ext/mbstring/
H A Dmbstring.c1020 static int _php_mb_match_regex(void *opaque, const char *str, size_t str_len) in _php_mb_match_regex()
1051 static int _php_mb_match_regex(void *opaque, const char *str, size_t str_len) in _php_mb_match_regex()
2902 size_t str_len, encoding_len; in PHP_FUNCTION() local
3098 size_t str_len, trimmarker_len, encoding_len; in PHP_FUNCTION() local
3426 size_t str_len, from_encoding_len; in PHP_FUNCTION() local
3454 size_t str_len, from_encoding_len; in PHP_FUNCTION() local
3481 size_t str_len, from_encoding_len; in PHP_FUNCTION() local
3506 size_t str_len; in PHP_FUNCTION() local
4118 size_t str_len, encoding_len; in php_mb_numericentity_exec() local
5107 size_t str_len; in PHP_FUNCTION() local
[all …]
/PHP-7.2/ext/recode/
H A Drecode.c149 size_t req_len, str_len; in PHP_FUNCTION() local
/PHP-7.2/main/
H A Dphp_output.h159 #define PHPWRITE(str, str_len) php_output_write((str), (str_len)) argument
160 #define PHPWRITE_H(str, str_len) php_output_write_unbuffered((str), (str_len)) argument
/PHP-7.2/Zend/
H A Dzend_ini_parser.y73 int str_len; in zend_ini_do_op() local
H A Dzend_ini_scanner.l155 static inline int convert_to_number(zval *retval, const char *str, const int str_len) in convert_to_number()
H A Dzend.h254 #define ZEND_WRITE(str, str_len) zend_write((str), (str_len)) argument
255 #define ZEND_WRITE_EX(str, str_len) write_func((str), (str_len)) argument
H A Dzend_ini_scanner.c157 static inline int convert_to_number(zval *retval, const char *str, const int str_len) in convert_to_number()
/PHP-7.2/ext/intl/transliterator/
H A Dtransliterator_methods.c300 size_t str_len; in PHP_FUNCTION() local

Completed in 80 milliseconds

12