Home
last modified time | relevance | path

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

/php-src/sapi/cli/
H A Dphp_cli_server.c1541 char *decoded_vpath_end; in normalize_vpath() local
1571 memmove(++p, n, decoded_vpath_end - n); in normalize_vpath()
1572 decoded_vpath_end -= n - p; in normalize_vpath()
1575 while (p < decoded_vpath_end) { in normalize_vpath()
1595 memmove(p, n, decoded_vpath_end - n); in normalize_vpath()
1596 decoded_vpath_end -= n - p; in normalize_vpath()
1599 memmove(p, n, decoded_vpath_end - n); in normalize_vpath()
1600 decoded_vpath_end -= n - p; in normalize_vpath()
1602 if (n < decoded_vpath_end) { in normalize_vpath()
1607 decoded_vpath_end -= nn - p; in normalize_vpath()
[all …]

Completed in 13 milliseconds