Home
last modified time | relevance | path

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

/reactos/dll/win32/urlmon/
H A Duri.c79 INT port_offset; member
2727 uri->port_offset = -1; in canonicalize_port()
2749 uri->port_offset = uri->canon_len-uri->authority_start; in canonicalize_port()
2769 uri->port_offset = uri->canon_len-uri->authority_start; in canonicalize_port()
3145 uri->port_offset = -1; in canonicalize_hierpart()
4348 if(This->port_offset > -1 && is_default_port(This->scheme_type, This->port) && in Uri_GetPropertyBSTR()
4351 … *pbstrProperty = SysAllocStringLen(This->canon_uri+This->authority_start, This->port_offset); in Uri_GetPropertyBSTR()
4611 if(This->port_offset > -1 && in Uri_GetPropertyLength()
4615 *pcchProperty = This->port_offset; in Uri_GetPropertyLength()