Home
last modified time | relevance | path

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

/PHP-5.4/sapi/cli/
H A Dphp_cli_server.c1434 char *decoded_vpath_end; in normalize_vpath() local
1451 memmove(++p, n, decoded_vpath_end - n); in normalize_vpath()
1452 decoded_vpath_end -= n - p; in normalize_vpath()
1455 while (p < decoded_vpath_end) { in normalize_vpath()
1475 memmove(p, n, decoded_vpath_end - n); in normalize_vpath()
1476 decoded_vpath_end -= n - p; in normalize_vpath()
1479 memmove(p, n, decoded_vpath_end - n); in normalize_vpath()
1480 decoded_vpath_end -= n - p; in normalize_vpath()
1482 if (n < decoded_vpath_end) { in normalize_vpath()
1487 decoded_vpath_end -= nn - p; in normalize_vpath()
[all …]

Completed in 9 milliseconds