Home
last modified time | relevance | path

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

/PHP-8.0/sapi/cli/
H A Dphp_cli_server.c1482 char *decoded_vpath_end; in normalize_vpath() local
1512 memmove(++p, n, decoded_vpath_end - n); in normalize_vpath()
1513 decoded_vpath_end -= n - p; in normalize_vpath()
1516 while (p < decoded_vpath_end) { in normalize_vpath()
1536 memmove(p, n, decoded_vpath_end - n); in normalize_vpath()
1537 decoded_vpath_end -= n - p; in normalize_vpath()
1540 memmove(p, n, decoded_vpath_end - n); in normalize_vpath()
1541 decoded_vpath_end -= n - p; in normalize_vpath()
1543 if (n < decoded_vpath_end) { in normalize_vpath()
1548 decoded_vpath_end -= nn - p; in normalize_vpath()
[all …]

Completed in 13 milliseconds