Searched refs:strp (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/ereg/ |
H A D | ereg.c | 634 char *spliton, *str, *strp, *endp; in php_split() local 646 strp = str; in php_split() 647 endp = strp + str_len; in php_split() 658 while ((count == -1 || count > 1) && !(err = regexec(&re, strp, 1, subs, 0))) { in php_split() 663 strp += subs[0].rm_eo; in php_split() 680 add_next_index_stringl(return_value, strp, size, 1); in php_split() 683 strp = strp + subs[0].rm_eo; in php_split() 703 size = endp - strp; in php_split() 705 add_next_index_stringl(return_value, strp, size, 1); in php_split()
|
/PHP-5.6/ext/standard/ |
H A D | string.c | 2917 static void php_strtr_free_strp(void *strp) argument 2919 STR_FREE(*(char**)strp);
|
Completed in 25 milliseconds