Home
last modified time | relevance | path

Searched defs:trailing_slash (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gio/win32/
Dgwinhttpfile.c391 …int trailing_slash = winhttp_file->url.lpszUrlPath[winhttp_file->url.dwUrlPathLength-1] == L'/'? 1… in g_winhttp_file_resolve_relative_path() local
/third_party/nghttp2/src/
DHttpServer.cc1288 auto trailing_slash = path[path.size() - 1] == '/'; in prepare_response() local