Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dtls13_both.cc418 CBB *body, body_storage, certificate_list; in tls13_add_certificate() local
426 body = &body_storage; in tls13_add_certificate()
532 body = &body_storage; in tls13_add_certificate()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dtls13_both.cc419 CBB *body, body_storage, certificate_list; in tls13_add_certificate() local
427 body = &body_storage; in tls13_add_certificate()
533 body = &body_storage; in tls13_add_certificate()
/external/libogg/include/ogg/
Dogg.h55 long body_storage; /* storage elements allocated */ member
/external/libogg/src/
Dframing.c191 os->body_storage=16*1024; in ogg_stream_init()
194 os->body_data=_ogg_malloc(os->body_storage*sizeof(*os->body_data)); in ogg_stream_init()
240 if(os->body_storage<=os->body_fill+needed){ in _os_body_expand()
242 ret=_ogg_realloc(os->body_data,(os->body_storage+needed+1024)* in _os_body_expand()
248 os->body_storage+=(needed+1024); in _os_body_expand()