Searched defs:address (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/filters/
H A Dsed0.c34 static char *address(sed_commands_t *commands, char *expbuf,
137 if (lab->address == 0) {
169 if (lab->address == 0 || (lab->chain)) {
179 static void dechain(sed_label_t *lpt, sed_reptr_t *address) argument
182 if ((lpt == NULL) || (lpt->chain == NULL) || (address == NULL))
189 rep->lb1 = address;
192 rep->lb1 = address;
243 p = address(commands, commands->rep->ad1, &status);
264 p = address(commands, commands->rep->ad2, &status);
347 if (lpt->address) {
812 static char *address(sed_commands_t *commands, char *expbuf, function
[all...]
H A Dlibsed.h59 sed_reptr_t *address; member in struct:sed_label_s
/httpd/modules/proxy/
H A Dmod_serf.c407 apr_sockaddr_t *address; local
476 rv = apr_sockaddr_info_get(&address, choice->ip,
482 rv = apr_sockaddr_info_get(&address, conf->url.hostname,
562 conn = serf_connection_create(serfme, address,
583 ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r, APLOGNO(01133) "serf_context_run() for %pI", address);

Completed in 14 milliseconds