Home
last modified time | relevance | path

Searched refs:my_hv_store_ent (Results 1 – 9 of 9) sorted by relevance

/dports/devel/p5-Thrift-XS/Thrift-XS-1.04/src/
H A Dcommon.h32 #define my_hv_store_ent(a,b,c) hv_store_ent(a,b,c,0) macro
/dports/audio/p5-Audio-Scan/Audio-Scan-1.01/include/
H A Dcommon.h58 #define my_hv_store_ent(a,b,c) hv_store_ent(a,b,c,0) macro
/dports/audio/p5-Audio-FLAC-Header/Audio-FLAC-Header-2.4/
H A DHeader.xs45 #define my_hv_store_ent(a,b,c) (void)hv_store_ent(a,b,c,0) macro
143 my_hv_store_ent(app, appId, newSVpvn((char*)block->data.application.data, block->length)); in _read_metadata()
310 my_hv_store_ent(pictureContainer, type, newRV_noinc((SV*) picture)); in _read_metadata()
/dports/graphics/p5-Image-Scale/Image-Scale-0.12/include/
H A Dcommon.h40 #define my_hv_store_ent(a,b,c) hv_store_ent(a,b,c,0) macro
/dports/audio/p5-Audio-Scan/Audio-Scan-1.01/src/
H A Dasf.c786 my_hv_store_ent( asf->info, key, value ); in _parse_metadata()
934 my_hv_store_ent( mutex_hv, mutex_type_sv, newRV_noinc( (SV *)mutex_streams ) ); in _parse_advanced_mutual_exclusion()
1193 my_hv_store_ent( streaminfo, key, value ); in _store_stream_info()
1208 my_hv_store_ent( streaminfo, key, value ); in _store_stream_info()
1231 my_hv_store_ent( tags, key, newRV_noinc( (SV*)ref ) ); in _store_tag()
1236 my_hv_store_ent( tags, key, value ); in _store_tag()
H A Dflac.c735 my_hv_store_ent(app, id, data); in _flac_parse_application()
741 my_hv_store_ent(app, id, data); in _flac_parse_application()
H A Dwav.c318 my_hv_store_ent( tags, key, value ); in _parse_wav_list()
H A Dmp4.c1764 my_hv_store_ent( mp4->tags, key, newSVpvf( "%d/%d", num, total ) ); in _mp4_parse_ilst_data()
1767 my_hv_store_ent( mp4->tags, key, newSVuv(num) ); in _mp4_parse_ilst_data()
1779 my_hv_store_ent( mp4->tags, key, newSVpv( genre_string, 0 ) ); in _mp4_parse_ilst_data()
H A Did3.c804 my_hv_store_ent( id3->tags, key, value ); in _id3_parse_v2_frame_data()
807 my_hv_store_ent( id3->tags, key, &PL_sv_undef ); in _id3_parse_v2_frame_data()