Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_pq.c76 size_t ncapacity; in nghttp2_pq_push() local
78 ncapacity = nghttp2_max(4, (pq->capacity * 2)); in nghttp2_pq_push()
81 ncapacity * sizeof(nghttp2_pq_entry *)); in nghttp2_pq_push()
85 pq->capacity = ncapacity; in nghttp2_pq_push()

Completed in 3 milliseconds