Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dtls13_both.cc425 CBB *body, body_storage, certificate_list; in tls13_add_certificate() local
433 body = &body_storage; in tls13_add_certificate()
538 body = &body_storage; in tls13_add_certificate()
/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()
/external/libogg/include/ogg/
Dogg.h55 long body_storage; /* storage elements allocated */ member