strsep           1218 third_party/libevent/http.c 	protocol = strsep(&line, " ");
strsep           1221 third_party/libevent/http.c 	number = strsep(&line, " ");
strsep           1261 third_party/libevent/http.c 	method = strsep(&line, " ");
strsep           1264 third_party/libevent/http.c 	uri = strsep(&line, " ");
strsep           1267 third_party/libevent/http.c 	version = strsep(&line, " ");
strsep           1511 third_party/libevent/http.c 		skey = strsep(&svalue, ":");
strsep           2134 third_party/libevent/http.c 	strsep(&argument, "?");
strsep           2139 third_party/libevent/http.c 		argument = strsep(&p, "&");
strsep           2142 third_party/libevent/http.c 		key = strsep(&value, "=");