Home
last modified time | relevance | path

Searched refs:cp_left (Results 1 – 1 of 1) sorted by relevance

/dports/audio/shairport-sync/shairport-sync-3.3.9/
H A Drtsp.c1102 int cp_left = req->contentlength; in handle_set_parameter_parameter() local
1113 while (cp_left && cp) { in handle_set_parameter_parameter()
1114 next = nextline(cp, cp_left); in handle_set_parameter_parameter()
1120 cp_left -= (next - cp); in handle_set_parameter_parameter()
1122 cp_left = 0; in handle_set_parameter_parameter()
2052 int cp_left = req->contentlength; in handle_announce() local
2054 while (cp_left && cp) { in handle_announce()
2055 next = nextline(cp, cp_left); in handle_announce()
2056 cp_left -= next - cp; in handle_announce()
2204 while (cp_left > 1) { in handle_announce()
[all …]