Searched refs:body_storage (Results 1 – 4 of 4) sorted by relevance
418 CBB *body, body_storage, certificate_list; in tls13_add_certificate() local426 body = &body_storage; in tls13_add_certificate()532 body = &body_storage; in tls13_add_certificate()
419 CBB *body, body_storage, certificate_list; in tls13_add_certificate() local427 body = &body_storage; in tls13_add_certificate()533 body = &body_storage; in tls13_add_certificate()
55 long body_storage; /* storage elements allocated */ member
191 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()