Home
last modified time | relevance | path

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

/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c1567 char *decoded_vpath_end; in normalize_vpath() local
1584 memmove(++p, n, decoded_vpath_end - n); in normalize_vpath()
1585 decoded_vpath_end -= n - p; in normalize_vpath()
1588 while (p < decoded_vpath_end) { in normalize_vpath()
1608 memmove(p, n, decoded_vpath_end - n); in normalize_vpath()
1609 decoded_vpath_end -= n - p; in normalize_vpath()
1612 memmove(p, n, decoded_vpath_end - n); in normalize_vpath()
1613 decoded_vpath_end -= n - p; in normalize_vpath()
1615 if (n < decoded_vpath_end) { in normalize_vpath()
1620 decoded_vpath_end -= nn - p; in normalize_vpath()
[all …]

Completed in 12 milliseconds