Searched defs:colonW (Results 1 – 3 of 3) sorted by relevance
/reactos/sdk/lib/crt/string/ |
H A D | strerror.c | 197 static const WCHAR colonW[] = {':', ' ', '\0'}; in __wcserror_s() local
|
/reactos/dll/win32/xmllite/ |
H A D | writer.c | 193 static const WCHAR colonW[] = {':',0}; in alloc_element() local
|
/reactos/dll/win32/winhttp/ |
H A D | request.c | 605 static const WCHAR spaceW[] = {' ',0}, crlfW[] = {'\r','\n',0}, colonW[] = {':',' ',0}; in build_request_string() local 1396 static const WCHAR spaceW[] = {' ',0}, crlfW[] = {'\r','\n',0}, colonW[] = {':',' ',0}; in build_proxy_connect_string() local
|