Home
last modified time | relevance | path

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

12

/php-src/ext/json/
H A Djson.c182 PHP_JSON_API zend_result php_json_decode_ex(zval *return_value, const char *str, size_t str_len, ze… in php_json_decode_ex()
204 PHP_JSON_API bool php_json_validate_ex(const char *str, size_t str_len, zend_long options, zend_lon… in php_json_validate_ex()
263 size_t str_len; in PHP_FUNCTION() local
317 size_t str_len; in PHP_FUNCTION() local
H A Djson_parser.y338 size_t str_len, in php_json_parser_init_ex()
354 size_t str_len, in php_json_parser_init()
H A Dphp_json.h109 static inline zend_result php_json_decode(zval *return_value, const char *str, size_t str_len, bool… in php_json_decode()
/php-src/ext/intl/formatter/
H A Dformatter_parse.c37 size_t str_len; in PHP_FUNCTION() local
131 size_t str_len; in PHP_FUNCTION() local
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c318 size_t str_len; in PHP_FUNCTION() local
595 …eme_extract_charcount_iter(UBreakIterator *bi, int32_t csize, unsigned char *pstr, int32_t str_len) in grapheme_extract_charcount_iter()
635 …eme_extract_bytecount_iter(UBreakIterator *bi, int32_t bsize, unsigned char *pstr, int32_t str_len) in grapheme_extract_bytecount_iter()
660 grapheme_extract_count_iter(UBreakIterator *bi, int32_t size, unsigned char *pstr, int32_t str_len) in grapheme_extract_count_iter()
694 size_t str_len; in PHP_FUNCTION() local
H A Dgrapheme_util.c50 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-src/ext/filter/
H A Dlogical_filters.c94 static int php_filter_parse_int(const char *str, size_t str_len, zend_long *ret) { /* {{{ */ in php_filter_parse_int()
147 static int php_filter_parse_octal(const char *str, size_t str_len, zend_long *ret) { /* {{{ */ in php_filter_parse_octal()
170 static int php_filter_parse_hex(const char *str, size_t str_len, zend_long *ret) { /* {{{ */ in php_filter_parse_hex()
721 static int _php_filter_validate_ipv4(char *str, size_t str_len, int *ip) /* {{{ */ in _php_filter_validate_ipv4()
756 static int _php_filter_validate_ipv6(char *str, size_t str_len, int ip[8]) /* {{{ */ in _php_filter_validate_ipv6()
/php-src/ext/standard/
H A Dsoundex.c28 size_t i, _small, str_len, code, last; in PHP_FUNCTION() local
H A Ddir.c209 size_t str_len; in PHP_FUNCTION() local
240 size_t str_len; in PHP_FUNCTION() local
H A Dcrypt.c193 size_t str_len, salt_in_len = 0; in PHP_FUNCTION() local
H A Diptc.c309 size_t str_len; in PHP_FUNCTION() local
H A Durl.c334 size_t str_len; in PHP_FUNCTION() local
H A Dhtml.c96 size_t str_len, in get_next_char()
357 size_t str_len, in php_next_utf8_char()
H A Dbase64.c1234 size_t str_len; in PHP_FUNCTION() local
1251 size_t str_len; in PHP_FUNCTION() local
H A Dbasic_functions.c640 PHPAPI zend_string *php_getenv(const char *str, size_t str_len) { in php_getenv()
702 size_t str_len; in PHP_FUNCTION() local
2522 size_t str_len = 0; local
/php-src/ext/intl/
H A Dintl_convertcpp.cpp24 int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len, UErrorCode *status) in intl_stringFromChar()
/php-src/Zend/
H A Dzend_ini_parser.y69 int str_len; in zend_ini_do_op() local
289 static inline zend_result convert_to_number(zval *retval, const char *str, const int str_len) in convert_to_number()
H A Dzend.h324 #define ZEND_WRITE(str, str_len) zend_write((str), (str_len)) argument
325 #define ZEND_WRITE_EX(str, str_len) write_func((str), (str_len)) argument
H A Dzend_execute_API.c1296 ZEND_API zend_result zend_eval_stringl(const char *str, size_t str_len, zval *retval_ptr, const cha… in zend_eval_stringl()
1364 ZEND_API zend_result zend_eval_stringl_ex(const char *str, size_t str_len, zval *retval_ptr, const … in zend_eval_stringl_ex()
/php-src/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
H A Doutput.c84 static size_t php_output_stdout(const char *str, size_t str_len) in php_output_stdout()
89 static size_t php_output_stderr(const char *str, size_t str_len) in php_output_stderr()
/php-src/sapi/fpm/fpm/
H A Dzlog.c412 struct zlog_stream *stream, const char *str, size_t str_len) /* {{{ */ in zlog_stream_buf_copy_cstr()
463 struct zlog_stream *stream, const char *str, size_t str_len) /* {{{ */ in zlog_stream_buf_append()
733 ssize_t zlog_stream_str(struct zlog_stream *stream, const char *str, size_t str_len) /* {{{ */ in zlog_stream_str()
/php-src/ext/intl/transliterator/
H A Dtransliterator_methods.c270 size_t str_len; in PHP_FUNCTION() local
/php-src/ext/intl/collator/
H A Dcollator_sort.c502 size_t str_len = 0; in PHP_FUNCTION() local
/php-src/ext/intl/converter/
H A Dconverter.c704 size_t str_len; in PHP_METHOD() local
729 size_t str_len, src_len, dest_len; in PHP_METHOD() local

Completed in 72 milliseconds

12