Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/
Dlws-dsh.c94 dsh->locally_in_use = 0; in lws_dsh_create()
214 s.dsh->locally_in_use += s.best->asize; in _lws_dsh_alloc_tail()
216 assert(s.dsh->locally_in_use <= s.dsh->buffer_size); in _lws_dsh_alloc_tail()
262 s.dsh->locally_in_use += asize; in _lws_dsh_alloc_tail()
264 assert(s.dsh->locally_in_use <= s.dsh->buffer_size); in _lws_dsh_alloc_tail()
303 assert(dsh->locally_in_use >= _o->asize); in lws_dsh_free()
305 dsh->locally_in_use -= _o->asize; in lws_dsh_free()
307 assert(dsh->locally_in_use <= dsh->buffer_size); in lws_dsh_free()
404 dsh->locally_free, dsh->locally_in_use, desc); in lws_dsh_describe()
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h165 size_t locally_in_use; member