Home
last modified time | relevance | path

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

/PHP-8.1/sapi/cli/
H A Dphp_cli_server.c1499 char *decoded_vpath_end; in normalize_vpath() local
1529 memmove(++p, n, decoded_vpath_end - n); in normalize_vpath()
1530 decoded_vpath_end -= n - p; in normalize_vpath()
1533 while (p < decoded_vpath_end) { in normalize_vpath()
1553 memmove(p, n, decoded_vpath_end - n); in normalize_vpath()
1554 decoded_vpath_end -= n - p; in normalize_vpath()
1557 memmove(p, n, decoded_vpath_end - n); in normalize_vpath()
1558 decoded_vpath_end -= n - p; in normalize_vpath()
1560 if (n < decoded_vpath_end) { in normalize_vpath()
1565 decoded_vpath_end -= nn - p; in normalize_vpath()
[all …]

Completed in 11 milliseconds