Home | History | Annotate | Download | only in libevent

Lines Matching refs:strsep

202 /* strsep replacement for platforms that lack it.  Only works if
205 strsep(char **s, const char *del)
1496 protocol = strsep(&line, " ");
1499 number = strsep(&line, " ");
1533 method = strsep(&line, " ");
1536 uri = strsep(&line, " ");
1539 version = strsep(&line, " ");
1823 skey = strsep(&svalue, ":");
2832 argument = strsep(&p, "&");
2835 key = strsep(&value, "=");