Home
last modified time | relevance | path

Searched refs:stringpair (Results 1 – 15 of 15) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/bin/embryo/
H A Dembryo_cc_sclist.c37 static stringpair *
46 if (!(cur = (stringpair *)malloc(sizeof(stringpair)))) in insert_stringpair()
89 static stringpair *
111 delete_stringpair(stringpair * root, stringpair * item) in delete_stringpair()
113 stringpair *cur; in delete_stringpair()
137 stringpair *
140 stringpair *cur; in insert_alias()
227 stringpair *cur; in adjustindex()
238 stringpair *
241 stringpair *cur; in insert_subst()
[all …]
H A Dembryo_cc_sc.h256 } stringpair; typedef
592 stringpair *insert_alias(char *name, char *alias);
593 stringpair *find_alias(char *name);
599 stringpair *insert_subst(char *pattern, char *substitution,
602 stringpair *find_subst(char *name, int length);
H A Dembryo_cc_sc2.c1246 stringpair *def; in command()
1659 stringpair *subst; in substallpatterns()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gl/
H A Dwgl_api_unittest.cc13 typedef std::pair<std::string, std::string> stringpair; typedef
58 stringpair GetExtensions() { in GetExtensions()
62 return stringpair( in GetExtensions()
137 EXPECT_EQ(stringpair(kFakeExtensions, kFakeExtensions), in TEST_F()
141 EXPECT_EQ(stringpair(kFilteredExtensions, kFilteredExtensions), in TEST_F()
/dports/net/openldap25-server/openldap-2.5.9/contrib/ldapc++/src/
H A DLdifReader.cpp21 typedef std::pair<std::string, std::string> stringpair; typedef
171 m_currentRecord.push_back( stringpair(type, value) ); in readNextRecord()
182 std::list<stringpair>::const_iterator i = m_currentRecord.begin(); in getEntryRecord()
/dports/net/openldap24-server/openldap-2.4.59/contrib/ldapc++/src/
H A DLdifReader.cpp21 typedef std::pair<std::string, std::string> stringpair; typedef
171 m_currentRecord.push_back( stringpair(type, value) ); in readNextRecord()
182 std::list<stringpair>::const_iterator i = m_currentRecord.begin(); in getEntryRecord()
/dports/net/openldap25-client/openldap-2.5.9/contrib/ldapc++/src/
H A DLdifReader.cpp21 typedef std::pair<std::string, std::string> stringpair; typedef
171 m_currentRecord.push_back( stringpair(type, value) ); in readNextRecord()
182 std::list<stringpair>::const_iterator i = m_currentRecord.begin(); in getEntryRecord()
/dports/net/openldap26-client/openldap-2.6.0/contrib/ldapc++/src/
H A DLdifReader.cpp21 typedef std::pair<std::string, std::string> stringpair; typedef
171 m_currentRecord.push_back( stringpair(type, value) ); in readNextRecord()
182 std::list<stringpair>::const_iterator i = m_currentRecord.begin(); in getEntryRecord()
/dports/net/openldap26-server/openldap-2.6.0/contrib/ldapc++/src/
H A DLdifReader.cpp21 typedef std::pair<std::string, std::string> stringpair; typedef
171 m_currentRecord.push_back( stringpair(type, value) ); in readNextRecord()
182 std::list<stringpair>::const_iterator i = m_currentRecord.begin(); in getEntryRecord()
/dports/net/openldap24-client/openldap-2.4.59/contrib/ldapc++/src/
H A DLdifReader.cpp21 typedef std::pair<std::string, std::string> stringpair; typedef
171 m_currentRecord.push_back( stringpair(type, value) ); in readNextRecord()
182 std::list<stringpair>::const_iterator i = m_currentRecord.begin(); in getEntryRecord()
/dports/science/gromacs/gromacs-2021.4/src/external/clFFT/src/library/
H A Dgenerator.stockham.h113 typedef std::pair<std::string,std::string> stringpair; typedef
114 inline stringpair ComplexMul(const char *type, const char * a, const char * b, bool forward = true)
116 stringpair result;
316 stringpair product = ComplexMul((RegBaseType<PR>(2)).c_str(), "result", phasor.c_str()); in GenerateTwiddleTable()
/dports/math/clfft/clFFT-2.12.2/src/library/
H A Dgenerator.stockham.h112 typedef std::pair<std::string,std::string> stringpair; typedef
113 inline stringpair ComplexMul(const char *type, const char * a, const char * b, bool forward = true)
115 stringpair result;
319 stringpair product = ComplexMul((RegBaseType<PR>(2)).c_str(), "result", phasor.c_str()); in GenerateTwiddleTable()
/dports/net-p2p/libswift/libswift-dc0cbcc/
H A Dhttpgw.cpp929 map.insert(stringpair("scheme", scheme)); in ParseURI()
930 map.insert(stringpair("server",oss.str())); in ParseURI()
931 map.insert(stringpair("path", path)); in ParseURI()
933 map.insert(stringpair("swarmidhex",swarmidhexstr)); in ParseURI()
934 map.insert(stringpair("filename",filename)); in ParseURI()
942 map.insert(stringpair(std::string(url_query_keys[i]),std::string(valcstr))); in ParseURI()
959 map.insert(stringpair(std::string(url_query_keys[i]),std::string(valcstr))); in ParseURI()
H A Dswift.h504 typedef std::pair<std::string,std::string> stringpair; typedef
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dsqnutil1.c6708 typedef struct stringpair { struct