Home
last modified time | relevance | path

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

123

/PHP-5.4/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.4/ext/intl/grapheme/
H A Dgrapheme_string.c403 int str_len, sub_str_len, ustr_len; in PHP_FUNCTION() local
701 …eme_extract_charcount_iter(UBreakIterator *bi, int32_t csize, unsigned char *pstr, int32_t str_len) in grapheme_extract_charcount_iter()
738 …eme_extract_bytecount_iter(UBreakIterator *bi, int32_t bsize, unsigned char *pstr, int32_t str_len) in grapheme_extract_bytecount_iter()
772 grapheme_extract_count_iter(UBreakIterator *bi, int32_t size, unsigned char *pstr, int32_t str_len) in grapheme_extract_count_iter()
813 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.4/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.c1136 int str_len; in php_implode() local
1529 int str_len; local
2197 int str_len; local
2238 int str_len; local
2696 int str_len; local
3227 int str_len; local
3402 int str_len; local
3424 int str_len; local
4110 int str_len; local
4376 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()
1436 int str_len, hint_charset_len = 0; in php_html_entities() local
1486 int str_len; in PHP_FUNCTION() local
1508 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.c154 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.c81 int j, str_len; in PHP_FUNCTION() local
H A Diptc.c303 int str_len; in PHP_FUNCTION() local
H A Durl.c378 int str_len; in PHP_FUNCTION() local
/PHP-5.4/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.4/ext/json/
H A Dphp_json.h75 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.c655 PHP_JSON_API void php_json_decode_ex(zval *return_value, char *str, int str_len, int options, long … in php_json_decode_ex()
791 int str_len; in PHP_FUNCTION() local
/PHP-5.4/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.4/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.4/ext/recode/
H A Drecode.c149 int req_len, str_len; in PHP_FUNCTION() local
/PHP-5.4/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.4/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.4/ext/intl/transliterator/
H A Dtransliterator_methods.c304 int str_len; in PHP_FUNCTION() local
/PHP-5.4/ext/intl/collator/
H A Dcollator_convert.c194 int str_len = 0; in collator_convert_zstr_utf16_to_utf8() local
H A Dcollator_sort.c548 int str_len = 0; in PHP_FUNCTION() local

Completed in 181 milliseconds

123