Home
last modified time | relevance | path

Searched refs:strend (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/main/
H A Drfc1867.c544 char *strend = str; in php_ap_getword_conf() local
546 while (*strend && !isspace(*strend)) { in php_ap_getword_conf()
547 ++strend; in php_ap_getword_conf()
549 return substring_conf(str, strend - str, 0); in php_ap_getword_conf()
/PHP-8.0/ext/mbstring/
H A Dmbstring.c649 char *strend = str; in php_mb_rfc1867_getword_conf() local
651 while (*strend && !isspace(*(unsigned char *)strend)) { in php_mb_rfc1867_getword_conf()
652 ++strend; in php_mb_rfc1867_getword_conf()
654 return php_mb_rfc1867_substring_conf(encoding, str, strend - str, 0); in php_mb_rfc1867_getword_conf()

Completed in 28 milliseconds