Home
last modified time | relevance | path

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

/curl/lib/
H A Dbufq.c33 static bool chunk_is_empty(const struct buf_chunk *chunk) in chunk_is_empty() function
293 return !q->head || chunk_is_empty(q->head); in Curl_bufq_is_empty()
342 while(q->head && chunk_is_empty(q->head)) { in prune_head()
467 if(q->head && chunk_is_empty(q->head)) { in Curl_bufq_peek()
470 if(q->head && !chunk_is_empty(q->head)) { in Curl_bufq_peek()

Completed in 6 milliseconds