Home
last modified time | relevance | path

Searched refs:my_hv_exists (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/p5-Image-Scale/Image-Scale-0.12/
H A DScale.xs107 if (my_hv_exists(opts, "width")) in resize()
110 if (my_hv_exists(opts, "height")) in resize()
117 if (my_hv_exists(opts, "keep_aspect")) in resize()
120 if (my_hv_exists(opts, "ignore_exif")) { in resize()
125 if (my_hv_exists(opts, "bgcolor")) in resize()
128 if (my_hv_exists(opts, "memory_limit")) in resize()
131 if (my_hv_exists(opts, "type")) in resize()
134 if (my_hv_exists(opts, "filter")) { in resize()
/dports/audio/p5-Audio-Scan/Audio-Scan-1.01/
H A DScan.xs248 && my_hv_exists(info, "audio_offset")
249 && my_hv_exists(info, "audio_size")
250 && !my_hv_exists(info, "audio_md5")
/dports/graphics/p5-Image-Scale/Image-Scale-0.12/src/
H A Dimage.c45 if (my_hv_exists(self, "file")) { in image_gif_read_buf()
104 if (my_hv_exists(self, "offset")) { in image_gif_read_buf()
110 if (my_hv_exists(self, "length")) in image_gif_read_buf()
/dports/devel/p5-Thrift-XS/Thrift-XS-1.04/src/
H A Dcommon.h34 #define my_hv_exists(a,b) hv_exists(a,b,strlen(b)) macro
/dports/audio/p5-Audio-Scan/Audio-Scan-1.01/include/
H A Dcommon.h60 #define my_hv_exists(a,b) hv_exists(a,b,strlen(b)) macro
/dports/graphics/p5-Image-Scale/Image-Scale-0.12/include/
H A Dcommon.h42 #define my_hv_exists(a,b) hv_exists(a,b,strlen(b)) macro
/dports/audio/p5-Audio-Scan/Audio-Scan-1.01/src/
H A Dmp4.c38 if ( my_hv_exists(info, "seek_offset") ) { in mp4_find_frame()
88 if ( !my_hv_exists(info, "samplerate") ) { in mp4_find_frame_return_info()
510 if ( !my_hv_exists(info, "avg_bitrate") ) { in _mp4_parse()
1141 if ( my_hv_exists( mp4->info, "song_length_ms" ) ) { in _mp4_parse_mdhd()
1156 if ( my_hv_exists( mp4->info, "song_length_ms" ) ) { in _mp4_parse_mdhd()
1305 if ( my_hv_exists(mp4->info, "avg_bitrate") ) { in _mp4_parse_esds()
1822 if ( my_hv_exists( mp4->tags, (char *)ckey ) ) { in _mp4_parse_ilst_data()
H A Did3.c316 if ( my_hv_exists(id3->info, "id3_version") ) { in _id3_parse_v2()
1250 if ( my_hv_exists( id3->tags, id ) ) { in _id3_set_array_tag()
1620 if ( my_hv_exists(id3->tags, "TYER") ) { in _id3_convert_tdrc()
1632 if ( my_hv_exists(id3->tags, "TDAT") ) { in _id3_convert_tdrc()
1646 if ( my_hv_exists(id3->tags, "TIME") ) { in _id3_convert_tdrc()
H A Dogg.c418 if ( my_hv_exists(tags, "ALLPICTURES") ) { in _parse_vorbis_comments()
471 if ( my_hv_exists(tags, "ALLPICTURES") ) { in _parse_vorbis_comments()
H A Dflac.c730 if ( my_hv_exists(flac->tags, "APPLICATION") ) { in _flac_parse_application()
912 if ( my_hv_exists(flac->tags, "ALLPICTURES") ) { in _flac_parse_picture()
H A Dape.c242 if (my_hv_exists(tag->info, "audio_size")) { in _ape_get_tag_info()
H A Dasf.c937 if ( !my_hv_exists( asf->info, "mutex_list" ) ) { in _parse_advanced_mutual_exclusion()
1166 if ( !my_hv_exists( info, "streams" ) ) { in _store_stream_info()
1516 if ( !my_hv_exists(info, "streams") ) { in asf_find_frame()
H A Dmp3.c129 if (my_hv_exists(info, "audio_size")) { in _has_ape()