#include <stdlib.h>
#include "apu.h"
#include "apr.h"
#include "apr_general.h"
#include "apr_strings.h"
#include "apr_want.h"
#include "apr_uri.h"
Go to the source code of this file.
◆ APR_WANT_STRFUNC
◆ NOTEND_HOSTINFO
◆ NOTEND_PATH
◆ T_ALPHA
| #define T_ALPHA 0x08 /* 'A' ... 'Z', 'a' ... 'z' */ |
◆ T_HASH
◆ T_NUL
◆ T_QUESTION
| #define T_QUESTION 0x02 /* '?' */ |
◆ T_SCHEME
◆ T_SLASH
| #define T_SLASH 0x01 /* '/' */ |
◆ schemes_t
◆ APU_DECLARE() [1/2]
◆ APU_DECLARE() [2/2]
◆ schemes
Initial value:=
{
{"http", 80 },
{"ftp", 21 },
{"https", 443 },
{"gopher", 70 },
{"ldap", 389 },
{"nntp", 119 },
{"snews", 563 },
{"imap", 143 },
{"pop", 110 },
{"sip", 5060 },
{"rtsp", 554 },
{"wais", 210 },
{"z39.50r", 210 },
{"z39.50s", 210 },
{"prospero", 191 },
{"nfs", 2049 },
{"tip", 3372 },
{"acap", 674 },
{"telnet", 23 },
{"ssh", 22 },
}
Definition at line 48 of file apr_uri.c.
◆ uri_delims