Home
last modified time | relevance | path

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

12

/PHP-7.3/ext/intl/formatter/
H A Dformatter_parse.c44 size_t str_len; in PHP_FUNCTION() local
134 size_t str_len; in PHP_FUNCTION() local
/PHP-7.3/ext/intl/grapheme/
H A Dgrapheme_string.c383 size_t str_len; in PHP_FUNCTION() local
682 …eme_extract_charcount_iter(UBreakIterator *bi, int32_t csize, unsigned char *pstr, int32_t str_len) in grapheme_extract_charcount_iter()
722 …eme_extract_bytecount_iter(UBreakIterator *bi, int32_t bsize, unsigned char *pstr, int32_t str_len) in grapheme_extract_bytecount_iter()
747 grapheme_extract_count_iter(UBreakIterator *bi, int32_t size, unsigned char *pstr, int32_t str_len) in grapheme_extract_count_iter()
782 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.3/ext/filter/
H A Dlogical_filters.c84 static int php_filter_parse_int(const char *str, size_t str_len, zend_long *ret) { /* {{{ */ in php_filter_parse_int()
136 static int php_filter_parse_octal(const char *str, size_t str_len, zend_long *ret) { /* {{{ */ in php_filter_parse_octal()
159 static int php_filter_parse_hex(const char *str, size_t str_len, zend_long *ret) { /* {{{ */ in php_filter_parse_hex()
694 static int _php_filter_validate_ipv4(char *str, size_t str_len, int *ip) /* {{{ */ in _php_filter_validate_ipv4()
729 static int _php_filter_validate_ipv6(char *str, size_t str_len) /* {{{ */ in _php_filter_validate_ipv6()
/PHP-7.3/ext/json/
H A Djson.c246 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()
315 size_t str_len; in PHP_FUNCTION() local
H A Djson_parser.y328 size_t str_len, in php_json_parser_init_ex()
344 size_t str_len, in php_json_parser_init()
H A Dphp_json.h103 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.3/ext/standard/
H A Dsoundex.c31 size_t i, _small, str_len, code, last; in PHP_FUNCTION() local
H A Ddir.c293 size_t str_len; in PHP_FUNCTION() local
325 size_t str_len; in PHP_FUNCTION() local
H A Dcrypt.c243 size_t str_len, salt_in_len = 0; in PHP_FUNCTION() local
H A Dbase64.c787 size_t str_len; in PHP_FUNCTION() local
809 size_t str_len; in PHP_FUNCTION() local
H A Diptc.c322 size_t str_len; in PHP_FUNCTION() local
H A Dmail.c77 size_t j, str_len; in PHP_FUNCTION() local
H A Dpassword.c110 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()
/PHP-7.3/ext/intl/
H A Dintl_convertcpp.cpp26 int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len, UErrorCode *status) in intl_stringFromChar()
/PHP-7.3/ext/mbstring/
H A Dmbstring.c2316 size_t str_len, enc_name_len; in PHP_FUNCTION() local
2801 size_t str_len, encoding_len; in PHP_FUNCTION() local
2962 size_t str_len, trimmarker_len, encoding_len; in PHP_FUNCTION() local
3286 int case_mode, const char *str, size_t str_len, size_t *ret_len, in mbstring_convert_case()
3299 size_t str_len, from_encoding_len; in PHP_FUNCTION() local
3338 size_t str_len, from_encoding_len; in PHP_FUNCTION() local
3372 size_t str_len, from_encoding_len; in PHP_FUNCTION() local
3404 size_t str_len; in PHP_FUNCTION() local
3935 size_t str_len, encoding_len; in php_mb_numericentity_exec() local
4897 size_t str_len; in PHP_FUNCTION() local
[all …]
/PHP-7.3/ext/recode/
H A Drecode.c146 size_t req_len, str_len; in PHP_FUNCTION() local
/PHP-7.3/main/
H A Dphp_output.h157 #define PHPWRITE(str, str_len) php_output_write((str), (str_len)) argument
158 #define PHPWRITE_H(str, str_len) php_output_write_unbuffered((str), (str_len)) argument
/PHP-7.3/sapi/fpm/fpm/
H A Dzlog.c415 struct zlog_stream *stream, const char *str, size_t str_len) /* {{{ */ in zlog_stream_buf_copy_cstr()
465 struct zlog_stream *stream, const char *str, size_t str_len) /* {{{ */ in zlog_stream_buf_append()
735 ssize_t zlog_stream_str(struct zlog_stream *stream, const char *str, size_t str_len) /* {{{ */ in zlog_stream_str()
/PHP-7.3/ext/intl/transliterator/
H A Dtransliterator_methods.c300 size_t str_len; in PHP_FUNCTION() local
/PHP-7.3/Zend/
H A Dzend_ini_parser.y71 int str_len; in zend_ini_do_op() local
H A Dzend_ini_scanner.l153 static inline int convert_to_number(zval *retval, const char *str, const int str_len) in convert_to_number()
H A Dzend.h261 #define ZEND_WRITE(str, str_len) zend_write((str), (str_len)) argument
262 #define ZEND_WRITE_EX(str, str_len) write_func((str), (str_len)) argument
H A Dzend_ini_scanner.c156 static inline int convert_to_number(zval *retval, const char *str, const int str_len) in convert_to_number()

Completed in 149 milliseconds

12