Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dbuffer.c942 int toklen; in buffer_path_simplify() local
991 toklen = out - slash; in buffer_path_simplify()
992 if (toklen == 3 && pre == (('.' << 8) | '.')) { in buffer_path_simplify()
1003 } else if (toklen == 1 || pre == (('/' << 8) | '.')) { in buffer_path_simplify()