Home
last modified time | relevance | path

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

/dports/audio/icecast/icecast-2.4.4/src/
H A Dformat_ogg.c96 if (*ogg_info->bos_end == NULL) in format_ogg_attach_header()
98 refbuf->next = *ogg_info->bos_end; in format_ogg_attach_header()
99 *ogg_info->bos_end = refbuf; in format_ogg_attach_header()
100 ogg_info->bos_end = &refbuf->next; in format_ogg_attach_header()
128 ogg_info->bos_end = &ogg_info->header_pages; in format_ogg_free_headers()
183 state->bos_end = &state->header_pages; in format_ogg_get_plugin()
H A Dformat_ogg.h39 refbuf_t **bos_end; member
/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/src/
H A Dformat_ogg.c106 if (*ogg_info->bos_end == NULL) in format_ogg_attach_header()
108 refbuf->associated = *ogg_info->bos_end; in format_ogg_attach_header()
109 *ogg_info->bos_end = refbuf; in format_ogg_attach_header()
110 ogg_info->bos_end = (refbuf_t**)&refbuf->associated; in format_ogg_attach_header()
130 ogg_info->bos_end = &ogg_info->header_pages; in format_ogg_free_headers()
203 state->bos_end = &state->header_pages; in ogg_apply_client()
H A Dformat_ogg.h42 refbuf_t **bos_end; member
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMFurFeedback.h534 void setBaseOpacitySamples(size_t bos_start,size_t bos_end,double* bos) in setBaseOpacitySamples() argument
536 fprintf(mFile,"\tsetAttr \".bos[%i:%i]\" ", bos_start,bos_end); in setBaseOpacitySamples()
537 size_t size = (bos_end-bos_start)*1+1; in setBaseOpacitySamples()
545 void startBaseOpacitySamples(size_t bos_start,size_t bos_end)const in startBaseOpacitySamples() argument
547 fprintf(mFile,"\tsetAttr \".bos[%i:%i]\"",bos_start,bos_end); in startBaseOpacitySamples()