Source position: apr_uri.inc line 77
type apr_uri_t = record |
scheme: PAnsiChar; |
hostinfo: PAnsiChar; |
user: PAnsiChar; |
password: PAnsiChar; |
hostname: PAnsiChar; |
port_str: PAnsiChar; |
path: PAnsiChar; |
query: PAnsiChar; |
fragment: PAnsiChar; |
hostent: Pointer; |
port: apr_port_t; |
BitFlags: Cardinal; |
end; |