Home
last modified time | relevance | path

Searched refs:fetchString (Results 1 – 25 of 67) sorted by relevance

123

/dports/multimedia/mp4v2/mp4v2-2.0.0/src/itmf/
H A DTags.cpp86 fetchString( cim, CODE_NAME, name, c.name ); in c_fetch()
87 fetchString( cim, CODE_ARTIST, artist, c.artist ); in c_fetch()
89 fetchString( cim, CODE_ALBUM, album, c.album ); in c_fetch()
90 fetchString( cim, CODE_GROUPING, grouping, c.grouping ); in c_fetch()
91 fetchString( cim, CODE_COMPOSER, composer, c.composer ); in c_fetch()
92 fetchString( cim, CODE_COMMENTS, comments, c.comments ); in c_fetch()
94 fetchString( cim, CODE_GENRE, genre, c.genre ); in c_fetch()
103 fetchString( cim, CODE_TVSHOW, tvShow, c.tvShow ); in c_fetch()
109 fetchString( cim, CODE_SORTNAME, sortName, c.sortName ); in c_fetch()
118 fetchString( cim, CODE_LYRICS, lyrics, c.lyrics ); in c_fetch()
[all …]
H A DTags.h180 void fetchString ( const CodeItemMap&, const string&, string&, const char*& );
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/src/itmf/
H A DTags.cpp86 fetchString( cim, CODE_NAME, name, c.name ); in c_fetch()
87 fetchString( cim, CODE_ARTIST, artist, c.artist ); in c_fetch()
89 fetchString( cim, CODE_ALBUM, album, c.album ); in c_fetch()
90 fetchString( cim, CODE_GROUPING, grouping, c.grouping ); in c_fetch()
91 fetchString( cim, CODE_COMPOSER, composer, c.composer ); in c_fetch()
92 fetchString( cim, CODE_COMMENTS, comments, c.comments ); in c_fetch()
94 fetchString( cim, CODE_GENRE, genre, c.genre ); in c_fetch()
103 fetchString( cim, CODE_TVSHOW, tvShow, c.tvShow ); in c_fetch()
109 fetchString( cim, CODE_SORTNAME, sortName, c.sortName ); in c_fetch()
118 fetchString( cim, CODE_LYRICS, lyrics, c.lyrics ); in c_fetch()
[all …]
H A DTags.h180 void fetchString ( const CodeItemMap&, const string&, string&, const char*& );
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/src/itmf/
H A DTags.cpp86 fetchString( cim, CODE_NAME, name, c.name ); in c_fetch()
87 fetchString( cim, CODE_ARTIST, artist, c.artist ); in c_fetch()
89 fetchString( cim, CODE_ALBUM, album, c.album ); in c_fetch()
90 fetchString( cim, CODE_GROUPING, grouping, c.grouping ); in c_fetch()
91 fetchString( cim, CODE_COMPOSER, composer, c.composer ); in c_fetch()
92 fetchString( cim, CODE_COMMENTS, comments, c.comments ); in c_fetch()
94 fetchString( cim, CODE_GENRE, genre, c.genre ); in c_fetch()
103 fetchString( cim, CODE_TVSHOW, tvShow, c.tvShow ); in c_fetch()
109 fetchString( cim, CODE_SORTNAME, sortName, c.sortName ); in c_fetch()
118 fetchString( cim, CODE_LYRICS, lyrics, c.lyrics ); in c_fetch()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/src/itmf/
H A DTags.cpp86 fetchString( cim, CODE_NAME, name, c.name ); in c_fetch()
87 fetchString( cim, CODE_ARTIST, artist, c.artist ); in c_fetch()
89 fetchString( cim, CODE_ALBUM, album, c.album ); in c_fetch()
90 fetchString( cim, CODE_GROUPING, grouping, c.grouping ); in c_fetch()
91 fetchString( cim, CODE_COMPOSER, composer, c.composer ); in c_fetch()
92 fetchString( cim, CODE_COMMENTS, comments, c.comments ); in c_fetch()
94 fetchString( cim, CODE_GENRE, genre, c.genre ); in c_fetch()
103 fetchString( cim, CODE_TVSHOW, tvShow, c.tvShow ); in c_fetch()
109 fetchString( cim, CODE_SORTNAME, sortName, c.sortName ); in c_fetch()
118 fetchString( cim, CODE_LYRICS, lyrics, c.lyrics ); in c_fetch()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/src/itmf/
H A DTags.cpp86 fetchString( cim, CODE_NAME, name, c.name ); in c_fetch()
87 fetchString( cim, CODE_ARTIST, artist, c.artist ); in c_fetch()
89 fetchString( cim, CODE_ALBUM, album, c.album ); in c_fetch()
90 fetchString( cim, CODE_GROUPING, grouping, c.grouping ); in c_fetch()
91 fetchString( cim, CODE_COMPOSER, composer, c.composer ); in c_fetch()
92 fetchString( cim, CODE_COMMENTS, comments, c.comments ); in c_fetch()
94 fetchString( cim, CODE_GENRE, genre, c.genre ); in c_fetch()
103 fetchString( cim, CODE_TVSHOW, tvShow, c.tvShow ); in c_fetch()
109 fetchString( cim, CODE_SORTNAME, sortName, c.sortName ); in c_fetch()
118 fetchString( cim, CODE_LYRICS, lyrics, c.lyrics ); in c_fetch()
[all …]
/dports/security/cryptlib/cryptlib-3.4.3/test/
H A Dssl.c1594 char fetchString[ 128 ]; in connectSSLTLS() local
1607 strcpy( fetchString, "CAPA\r\n" ); in connectSSLTLS()
1611 strcpy( fetchString, "a003 CAPABILITY\r\n" ); in connectSSLTLS()
1615 strcpy( fetchString, "USER test\r\n" ); in connectSSLTLS()
1623 fetchStringLen = strlen( fetchString ); in connectSSLTLS()
1625 ebcdicToAscii( fetchString, fetchStringLen ); in connectSSLTLS()
1739 strcpy( fetchString, "QUIT\r\n" ); in connectSSLTLS()
1743 strcpy( fetchString, "USER test\r\n" ); in connectSSLTLS()
1751 strcpy( fetchString, "QUIT\r\n" ); in connectSSLTLS()
1753 fetchStringLen = strlen( fetchString ); in connectSSLTLS()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hugo/
H A Dfile.h76 virtual const char *fetchString(const int index) = 0;
137 virtual const char *fetchString(const int index);
149 const char *fetchString(const int index);
H A Dfile_v1d.cpp96 const char *FileManager_v1d::fetchString(const int index) { in fetchString() function in Hugo::FileManager_v1d
H A Dparser_v1d.cpp242 Utils::notifyBox(_vm->_file->fetchString(obj[i]._commentIndex)); in isBackgroundWord_v1()
295 Utils::notifyBox(_vm->_file->fetchString(obj[i]._commentIndex)); in isCatchallVerb_v1()
H A Dfile_v2d.cpp164 const char *FileManager_v2d::fetchString(const int index) { in fetchString() function in Hugo::FileManager_v2d
H A Dschedule.cpp1263 Utils::notifyBox(_vm->_file->fetchString(action->_a12._stringIndex)); // Fetch string from file in doAction()
1388 Utils::notifyBox(_vm->_file->fetchString(action->_a40._stringIndex)); in doAction()
1400 if (Utils::yesNoBox(_vm->_file->fetchString(action->_a43._promptIndex))) in doAction()
1552 response = Utils::promptBox(_vm->_file->fetchString(action->_a3._promptIndex)); in promptAction()
1562 if (strstr(resp, _vm->_file->fetchString(action->_a3._responsePtr[0]))) in promptAction()
1595 response = Utils::promptBox(_vm->_file->fetchString(action->_a3._promptIndex)); in promptAction()
1598 …debug(1, "doAction(act3), expecting answer %s", _vm->_file->fetchString(action->_a3._responsePtr[0… in promptAction()
1603 const char *tmpStr = _vm->_file->fetchString(action->_a3._responsePtr[dx]); in promptAction()
H A Dparser_v3d.cpp421 Utils::notifyBox(_vm->_file->fetchString(obj[i]._commentIndex)); in isCatchallVerb_v3()
449 Utils::notifyBox(_vm->_file->fetchString(obj[i]._commentIndex)); in isBackgroundWord_v3()
/dports/games/scummvm/scummvm-2.5.1/engines/hugo/
H A Dfile.h76 virtual const char *fetchString(const int index) = 0;
137 const char *fetchString(const int index) override;
149 const char *fetchString(const int index) override;
H A Dfile_v1d.cpp96 const char *FileManager_v1d::fetchString(const int index) { in fetchString() function in Hugo::FileManager_v1d
H A Dparser_v1d.cpp242 Utils::notifyBox(_vm->_file->fetchString(obj[i]._commentIndex)); in isBackgroundWord_v1()
295 Utils::notifyBox(_vm->_file->fetchString(obj[i]._commentIndex)); in isCatchallVerb_v1()
H A Dfile_v2d.cpp164 const char *FileManager_v2d::fetchString(const int index) { in fetchString() function in Hugo::FileManager_v2d
H A Dschedule.cpp1263 Utils::notifyBox(_vm->_file->fetchString(action->_a12._stringIndex)); // Fetch string from file in doAction()
1388 Utils::notifyBox(_vm->_file->fetchString(action->_a40._stringIndex)); in doAction()
1400 if (Utils::yesNoBox(_vm->_file->fetchString(action->_a43._promptIndex))) in doAction()
1552 response = Utils::promptBox(_vm->_file->fetchString(action->_a3._promptIndex)); in promptAction()
1562 if (strstr(resp, _vm->_file->fetchString(action->_a3._responsePtr[0]))) in promptAction()
1595 response = Utils::promptBox(_vm->_file->fetchString(action->_a3._promptIndex)); in promptAction()
1598 …debug(1, "doAction(act3), expecting answer %s", _vm->_file->fetchString(action->_a3._responsePtr[0… in promptAction()
1603 const char *tmpStr = _vm->_file->fetchString(action->_a3._responsePtr[dx]); in promptAction()
H A Dparser_v3d.cpp421 Utils::notifyBox(_vm->_file->fetchString(obj[i]._commentIndex)); in isCatchallVerb_v3()
449 Utils::notifyBox(_vm->_file->fetchString(obj[i]._commentIndex)); in isBackgroundWord_v3()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/
H A DNdbOpenJPAValueHandler.java177 return sm.fetchString(fieldNumber); in getString()
339 return sm.fetchString(fieldNumber); in getLobString()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/
H A DNdbOpenJPAValueHandler.java177 return sm.fetchString(fieldNumber); in getString()
339 return sm.fetchString(fieldNumber); in getLobString()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/
H A DNdbOpenJPAValueHandler.java177 return sm.fetchString(fieldNumber); in getString()
339 return sm.fetchString(fieldNumber); in getLobString()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/
H A DNdbOpenJPAValueHandler.java177 return sm.fetchString(fieldNumber); in getString()
339 return sm.fetchString(fieldNumber); in getLobString()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/
H A DNdbOpenJPAValueHandler.java177 return sm.fetchString(fieldNumber); in getString()
339 return sm.fetchString(fieldNumber); in getLobString()

123