Home | History | Annotate | Download | only in libevent

Lines Matching refs:strsep

223 /* strsep replacement for platforms that lack it.  Only works if
226 strsep(char **s, const char *del)
1218 protocol = strsep(&line, " ");
1221 number = strsep(&line, " ");
1261 method = strsep(&line, " ");
1264 uri = strsep(&line, " ");
1267 version = strsep(&line, " ");
1511 skey = strsep(&svalue, ":");
2134 strsep(&argument, "?");
2139 argument = strsep(&p, "&");
2142 key = strsep(&value, "=");