Searched refs:t_len (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/standard/ |
| H A D | php_string.h | 130 PHPAPI char *php_stristr(char *s, char *t, size_t s_len, size_t t_len);
|
| H A D | string.c | 1616 PHPAPI char *php_stristr(char *s, char *t, size_t s_len, size_t t_len) argument 1619 php_strtolower(t, t_len); 1620 return php_memnstr(s, t, t_len, s + s_len);
|
| /PHP_TRUNK/main/ |
| H A D | snprintf.c | 441 int t_len; local 447 p = ap_php_conv_10((wide_int) decimal_point, FALSE, &exponent_is_negative, &temp[EXPONENT_LENGTH], &t_len); 453 while (t_len--) {
|
Completed in 13 milliseconds