Lines Matching defs:split
90 char *split;
97 split = apr_strtok(cache_config, ",", &tok);
98 while (split) {
100 split = apr_strtok(NULL,",", &tok);
113 split = apr_strtok(cache_config, ",", &tok);
114 while (split) {
120 rv = apr_parse_addr_port(&host_str, &scope_id, &port, split, p);
123 "Failed to Parse memcache Server: '%s'", split);
130 "no hostname specified: '%s'", split);
160 split = apr_strtok(NULL,",", &tok);