Searched refs:strend (Results 1 – 2 of 2) sorted by relevance
521 char *strend = str; in php_ap_getword_conf() local523 while (*strend && !isspace(*strend)) { in php_ap_getword_conf()524 ++strend; in php_ap_getword_conf()526 return substring_conf(str, strend - str, 0); in php_ap_getword_conf()
646 char *strend = str; in php_mb_rfc1867_getword_conf() local648 while (*strend && !isspace(*(unsigned char *)strend)) { in php_mb_rfc1867_getword_conf()649 ++strend; in php_mb_rfc1867_getword_conf()651 return php_mb_rfc1867_substring_conf(encoding, str, strend - str, 0); in php_mb_rfc1867_getword_conf()
Completed in 23 milliseconds