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

/httpd/server/
H A Dvhost.c146 static const char *get_addresses(apr_pool_t *p, const char *w_, argument
158 if (*w_ == '\0')
161 wlen = strlen(w_); /* wlen must be > 0 at this point */
162 w = apr_pstrmemdup(p, w_, wlen);

Completed in 13 milliseconds