Searched refs:strend (Results 1 – 3 of 3) sorted by relevance
561 char *strend = str; in php_ap_getword_conf() local563 while (*strend && !isspace(*strend)) { in php_ap_getword_conf()564 ++strend; in php_ap_getword_conf()566 return substring_conf(str, strend - str, 0); in php_ap_getword_conf()
1164 char *strend = str; in php_mb_rfc1867_getword_conf() local1166 while (*strend && !isspace(*(unsigned char *)strend)) { in php_mb_rfc1867_getword_conf()1167 ++strend; in php_mb_rfc1867_getword_conf()1169 return php_mb_rfc1867_substring_conf(encoding, str, strend - str, 0); in php_mb_rfc1867_getword_conf()
264 2006/11/17: [impl] declare strend hash table functions in regint.h.
Completed in 23 milliseconds