Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dhttpd.c2186 char *tptr; in handle_incoming_and_exit() local
2343 tptr = percent_decode_in_place(urlcopy, /*strict:*/ 1); in handle_incoming_and_exit()
2344 if (tptr == NULL) in handle_incoming_and_exit()
2346 if (tptr == urlcopy + 1) { in handle_incoming_and_exit()
2354 urlp = tptr = urlcopy; in handle_incoming_and_exit()
2358 if (*tptr == '/') { in handle_incoming_and_exit()
2361 if (*tptr == '.') { in handle_incoming_and_exit()
2362 if (tptr[1] == '.' && (tptr[2] == '/' || tptr[2] == '\0')) { in handle_incoming_and_exit()
2371 tptr++; in handle_incoming_and_exit()
2373 if (tptr[1] == '/' || tptr[1] == '\0') { in handle_incoming_and_exit()
[all …]