Home
last modified time | relevance | path

Searched refs:read_tag (Results 126 – 150 of 340) sorted by relevance

12345678910>>...14

/dports/databases/xapian-core12/xapian-core-1.2.25/bin/
H A Dxapian-inspect.cc121 cursor.read_tag(); in do_until()
194 cursor.read_tag(); in main()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/psf/
H A Dplugin.cc66 bool read_tag(const char *filename, VFSFile &file, Tuple &tuple, Index<char> *image);
146 bool PSFPlugin::read_tag(const char *filename, VFSFile &file, Tuple &tuple, Index<char> *image) in read_tag() function in PSFPlugin
/dports/textproc/uim-el/uim-d1ac9d9/gtk2/pad/
H A Dja.c267 static unsigned int read_tag; variable
308 read_tag = g_io_add_watch(channel, G_IO_IN | G_IO_HUP | G_IO_ERR, in check_helper_connection()
319 g_source_remove(read_tag); in helper_disconnect_cb()
/dports/textproc/uim-gtk/uim-d1ac9d9/gtk2/pad/
H A Dja.c267 static unsigned int read_tag; variable
308 read_tag = g_io_add_watch(channel, G_IO_IN | G_IO_HUP | G_IO_ERR, in check_helper_connection()
319 g_source_remove(read_tag); in helper_disconnect_cb()
/dports/textproc/uim-gtk3/uim-d1ac9d9/gtk2/pad/
H A Dja.c267 static unsigned int read_tag; variable
308 read_tag = g_io_add_watch(channel, G_IO_IN | G_IO_HUP | G_IO_ERR, in check_helper_connection()
319 g_source_remove(read_tag); in helper_disconnect_cb()
/dports/textproc/uim-qt5/uim-d1ac9d9/gtk2/pad/
H A Dja.c267 static unsigned int read_tag; variable
308 read_tag = g_io_add_watch(channel, G_IO_IN | G_IO_HUP | G_IO_ERR, in check_helper_connection()
319 g_source_remove(read_tag); in helper_disconnect_cb()
/dports/textproc/uim-m17nlib/uim-d1ac9d9/gtk2/pad/
H A Dja.c267 static unsigned int read_tag; variable
308 read_tag = g_io_add_watch(channel, G_IO_IN | G_IO_HUP | G_IO_ERR, in check_helper_connection()
319 g_source_remove(read_tag); in helper_disconnect_cb()
/dports/science/octopus/octopus-10.5/src/basic/
H A Doct_f.c396 int found_something, read_tag; in FC_FUNC_() local
428 read_tag = (int) strtol(num_start, &num_end, 10); in FC_FUNC_()
430 if ( read_tag != *tag ) continue; /* tag does not match */ in FC_FUNC_()
/dports/japanese/uim-anthy/uim-d1ac9d9/gtk2/pad/
H A Dja.c267 static unsigned int read_tag; variable
308 read_tag = g_io_add_watch(channel, G_IO_IN | G_IO_HUP | G_IO_ERR, in check_helper_connection()
319 g_source_remove(read_tag); in helper_disconnect_cb()
/dports/graphics/argyllcms/Argyll_V1.9.2/xicc/
H A Dxcal.c223 if ((vg = (icmVideoCardGamma *)c->read_tag(c, icSigVideoCardGammaTag)) == NULL) { in xcal_read_icc()
239 if ((td = (icmTextDescription *)c->read_tag(c, icSigDeviceMfgDescTag)) != NULL) { in xcal_read_icc()
242 if ((td = (icmTextDescription *)c->read_tag(c, icSigDeviceModelDescTag)) != NULL) { in xcal_read_icc()
245 if ((td = (icmTextDescription *)c->read_tag(c, icSigProfileDescriptionTag)) != NULL) { in xcal_read_icc()
248 if ((tx = (icmText *)c->read_tag(c, icSigCopyrightTag)) != NULL) { in xcal_read_icc()
/dports/multimedia/audacious/audacious-4.1/src/libaudtag/
H A Dtag_module.h33 virtual bool read_tag (VFSFile & file, Tuple & tuple, Index<char> * image);
H A Dtag_module.cc80 bool TagModule::read_tag (VFSFile & file, Tuple & tuple, Index<char> * image) in read_tag() function in audtag::TagModule
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/console/
H A Dplugin.h41 bool read_tag (const char * filename, VFSFile & file, Tuple & tuple, Index<char> * image);
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dffmetadec.c145 static int read_tag(const uint8_t *line, AVDictionary **m) in read_tag() function
202 read_tag(bp.str, m); in read_header()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dffmetadec.c142 static int read_tag(const uint8_t *line, AVDictionary **m) in read_tag() function
199 read_tag(bp.str, m); in read_header()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dffmetadec.c145 static int read_tag(const uint8_t *line, AVDictionary **m) in read_tag() function
202 read_tag(bp.str, m); in read_header()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/sid/
H A Dxmms-sid.cc62 bool read_tag(const char *filename, VFSFile &file, Tuple &tuple, Index<char> *image);
258 bool SIDPlugin::read_tag(const char *filename, VFSFile &file, Tuple &tuple, Index<char> *image) in read_tag() function in SIDPlugin
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dffmetadec.c145 static int read_tag(const uint8_t *line, AVDictionary **m) in read_tag() function
202 read_tag(bp.str, m); in read_header()
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/brass/
H A Dbrass_postlist.cc450 cursor->read_tag(); in flush()
475 cursor->read_tag(); in flush()
527 cursor->read_tag(); in flush()
696 cursor->read_tag(); in BrassPostList()
775 cursor->read_tag(); in next_chunk()
852 cursor->read_tag(); in move_to_chunk_containing()
1015 cursor->read_tag(); in get_chunk()
/dports/irc/irssi/irssi-1.2.3/src/fe-common/core/
H A Dfe-exec.h31 int read_tag; member
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/vorbis/
H A Dvorbis.h29 bool read_tag (const char * filename, VFSFile & file, Tuple & tuple, Index<char> * image);
/dports/www/you-get/you-get-0.4.1545/src/you_get/processor/
H A Djoin_flv.py203 def read_tag(stream): function
307 meta_tags = map(read_tag, ins)
325 tag = read_tag(stream)
/dports/science/py-scipy/scipy-1.7.1/scipy/io/matlab/tests/
H A Dtest_mio5_utils.py95 assert_raises(IOError, c_reader.read_tag)
100 assert_raises(ValueError, c_reader.read_tag)
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/chert/
H A Dchert_postlist.cc450 cursor->read_tag(); in flush()
475 cursor->read_tag(); in flush()
527 cursor->read_tag(); in flush()
696 cursor->read_tag(); in ChertPostList()
775 cursor->read_tag(); in next_chunk()
852 cursor->read_tag(); in move_to_chunk_containing()
1012 cursor->read_tag(); in get_chunk()
/dports/textproc/xml-format/xml-format-0.2/
H A Dprotos.h14 int read_tag(FILE *infile, char *tag_name_ptr, int max_tag_len);

12345678910>>...14