Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/intl/formatter/
H A Dformatter_parse.c43 int str_len; in PHP_FUNCTION() local
134 int str_len; in PHP_FUNCTION() local
/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_string.c405 int str_len, sub_str_len, ustr_len; in PHP_FUNCTION() local
703 …eme_extract_charcount_iter(UBreakIterator *bi, int32_t csize, unsigned char *pstr, int32_t str_len) in grapheme_extract_charcount_iter()
740 …eme_extract_bytecount_iter(UBreakIterator *bi, int32_t bsize, unsigned char *pstr, int32_t str_len) in grapheme_extract_bytecount_iter()
774 grapheme_extract_count_iter(UBreakIterator *bi, int32_t size, unsigned char *pstr, int32_t str_len) in grapheme_extract_count_iter()
815 int str_len, ustr_len; in PHP_FUNCTION() local
H A Dgrapheme_util.c52 void grapheme_substr_ascii(char *str, int str_len, int f, int l, int argc, char **sub_str, int *sub… in grapheme_substr_ascii()
/PHP-5.5/ext/standard/
H A Dbase64.c224 int str_len, ret_length; in PHP_FUNCTION() local
245 int str_len, ret_length; in PHP_FUNCTION() local
H A Dstring.c1150 int str_len; in php_implode() local
1543 int str_len; local
2211 int str_len; local
2252 int str_len; local
2716 int str_len; local
3197 int str_len; local
3372 int str_len; local
3394 int str_len; local
4087 int str_len; local
4356 int str_len; local
[all …]
H A Dsoundex.c32 int i, _small, str_len, code, last; in PHP_FUNCTION() local
H A Dhtml.c92 size_t str_len, in get_next_char()
353 size_t str_len, in php_next_utf8_char()
1441 int str_len, hint_charset_len = 0; in php_html_entities() local
1491 int str_len; in PHP_FUNCTION() local
1513 int str_len, hint_charset_len = 0; in PHP_FUNCTION() local
H A Ddir.c295 int ret, str_len; in PHP_FUNCTION() local
326 int ret, str_len; in PHP_FUNCTION() local
H A Dcrypt.c261 int str_len, salt_in_len = 0; in PHP_FUNCTION() local
H A Dquot_print.c266 int str_len; in PHP_FUNCTION() local
H A Dmetaphone.c36 int str_len; in PHP_FUNCTION() local
H A Dmail.c83 int j, str_len; in PHP_FUNCTION() local
H A Dpassword.c82 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-5.5/ext/filter/
H A Dlogical_filters.c69 static int php_filter_parse_int(const char *str, unsigned int str_len, long *ret TSRMLS_DC) { /* {{… in php_filter_parse_int()
121 static int php_filter_parse_octal(const char *str, unsigned int str_len, long *ret TSRMLS_DC) { /* … in php_filter_parse_octal()
144 static int php_filter_parse_hex(const char *str, unsigned int str_len, long *ret TSRMLS_DC) { /* {{… in php_filter_parse_hex()
557 static int _php_filter_validate_ipv4(char *str, int str_len, int *ip) /* {{{ */ in _php_filter_validate_ipv4()
/PHP-5.5/ext/intl/
H A Dintl_convertcpp.cpp28 int intl_stringFromChar(UnicodeString &ret, char *str, int32_t str_len, UErrorCode *status) in intl_stringFromChar()
/PHP-5.5/ext/json/
H A Dphp_json.h77 static inline void php_json_decode(zval *return_value, char *str, int str_len, zend_bool assoc, lon… in php_json_decode()
H A Djson.c662 PHP_JSON_API void php_json_decode_ex(zval *return_value, char *str, int str_len, int options, long … in php_json_decode_ex()
805 int str_len; in PHP_FUNCTION() local
/PHP-5.5/sapi/apache2filter/
H A Dapache_config.c127 uint str_len; in merge_php_config() local
166 uint str_len; in apply_config() local
/PHP-5.5/sapi/apache2handler/
H A Dapache_config.c145 uint str_len; in merge_php_config() local
188 uint str_len; in apply_config() local
/PHP-5.5/ext/recode/
H A Drecode.c149 int req_len, str_len; in PHP_FUNCTION() local
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1001 static int _php_mb_match_regex(void *opaque, const char *str, size_t str_len) in _php_mb_match_regex()
1032 static int _php_mb_match_regex(void *opaque, const char *str, size_t str_len) in _php_mb_match_regex()
2717 int mblen, str_len, encoding_len; in PHP_FUNCTION() local
2895 int str_len, trimmarker_len, encoding_len; in PHP_FUNCTION() local
3039 int str_len, new_len; in PHP_FUNCTION() local
3114 int str_len, from_encoding_len; in PHP_FUNCTION() local
3139 int str_len, from_encoding_len; in PHP_FUNCTION() local
3163 int str_len, from_encoding_len; in PHP_FUNCTION() local
3185 int str_len; in PHP_FUNCTION() local
3710 int str_len, encoding_len; in php_mb_numericentity_exec() local
[all …]
/PHP-5.5/main/
H A Dphp_output.h163 #define PHPWRITE(str, str_len) php_output_write((str), (str_len) TSRMLS_CC) argument
164 #define PHPWRITE_H(str, str_len) php_output_write_unbuffered((str), (str_len) TSRMLS_CC) argument
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_methods.c304 int str_len; in PHP_FUNCTION() local
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp291 int str_len; in TimeZone_get_debug_info() local
/PHP-5.5/ext/intl/collator/
H A Dcollator_convert.c194 int str_len = 0; in collator_convert_zstr_utf16_to_utf8() local

Completed in 89 milliseconds

123