Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Drfc1867.c625 while (*strend && *strend != quote) { in php_ap_getword_conf()
626 if (*strend == '\\' && strend[1] && strend[1] == quote) { in php_ap_getword_conf()
629 ++strend; in php_ap_getword_conf()
632 if (*strend && *strend == quote) { in php_ap_getword_conf()
635 strend++; in php_ap_getword_conf()
643 ++strend; in php_ap_getword_conf()
648 strend = str; in php_ap_getword_conf()
649 while (*strend && !isspace(*strend)) { in php_ap_getword_conf()
650 ++strend; in php_ap_getword_conf()
655 while (*strend && isspace(*strend)) { in php_ap_getword_conf()
[all …]

Completed in 7 milliseconds