Home
last modified time | relevance | path

Searched refs:t_len (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/standard/
H A Dphp_string.h49 PHPAPI char *php_stristr(char *s, char *t, size_t s_len, size_t t_len);
H A Dstring.c1704 PHPAPI char *php_stristr(char *s, char *t, size_t s_len, size_t t_len) argument
1706 return (char*)php_memnistr(s, t, t_len, s + s_len);
/php-src/main/
H A Dsnprintf.c340 size_t t_len; in php_conv_fp() local
346 …php_conv_10((int64_t) decimal_point, false, &exponent_is_negative, &temp[EXPONENT_LENGTH], &t_len); in php_conv_fp()
352 while (t_len--) { in php_conv_fp()

Completed in 25 milliseconds