Home
last modified time | relevance | path

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

/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.swansonvitamins.com39 Disallow: /*submit=addToOrder*
/dports/graphics/animorph/animorph-0.3/include/animorph/
H A DxmlParser.h419 void *addToOrder(int *_pos, int nc, void *p, int size, XMLElementType xtype);
/dports/graphics/animorph/animorph-0.3/src/
H A DxmlParser.cpp976 void *XMLNode::addToOrder(int *_pos, int nc, void *p, int size, XMLElementType xtype) in addToOrder() function in XMLNode
1006 d->pChild=(XMLNode*)addToOrder(&pos,d->nChild,d->pChild,sizeof(XMLNode),eNodeChild); in addChild_WOSD()
1030 d->pText=(XMLCSTR*)addToOrder(&pos,d->nText,d->pText,sizeof(XMLSTR),eNodeText); in addText_WOSD()
1040 d->pClear=(XMLClear *)addToOrder(&pos,d->nClear,d->pClear,sizeof(XMLClear),eNodeClear); in addClear_WOSD()
2027 d->pChild=(XMLNode*)addToOrder(&pos,d->nChild,d->pChild,sizeof(XMLNode),eNodeChild); in addChild()
/dports/net/libzmq2/zeromq-2.2.0/foreign/xmlParser/
H A DxmlParser.hpp614 void *addToOrder(int memInc, int *_pos, int nc, void *p, int size, XMLElementType xtype);
H A DxmlParser.cpp1139 void *XMLNode::addToOrder(int memoryIncrease,int *_pos, int nc, void *p, int size, XMLElementType x… in addToOrder() function in XMLNode
1169 …d->pChild=(XMLNode*)addToOrder(memoryIncrease,&pos,d->nChild,d->pChild,sizeof(XMLNode),eNodeChild); in addChild_priv()
1195 d->pText=(XMLCSTR*)addToOrder(memoryIncrease,&pos,d->nText,d->pText,sizeof(XMLSTR),eNodeText); in addText_priv()
1206 …d->pClear=(XMLClear *)addToOrder(memoryIncrease,&pos,d->nClear,d->pClear,sizeof(XMLClear),eNodeCle… in addClear_priv()
2286 d->pChild=(XMLNode*)addToOrder(0,&pos,d->nChild,d->pChild,sizeof(XMLNode),eNodeChild); in addChild()
/dports/audio/libcoverart/libcoverart-1.0.0/src/
H A DxmlParser.h585 void *addToOrder(int memInc, int *_pos, int nc, void *p, int size, XMLElementType xtype);
H A DxmlParser.cpp1142 void *XMLNode::addToOrder(int memoryIncrease,int *_pos, int nc, void *p, int size, XMLElementType x… in addToOrder() function in XMLNode
1172 …d->pChild=(XMLNode*)addToOrder(memoryIncrease,&pos,d->nChild,d->pChild,sizeof(XMLNode),eNodeChild); in addChild_priv()
1198 d->pText=(XMLCSTR*)addToOrder(memoryIncrease,&pos,d->nText,d->pText,sizeof(XMLSTR),eNodeText); in addText_priv()
1209 …d->pClear=(XMLClear *)addToOrder(memoryIncrease,&pos,d->nClear,d->pClear,sizeof(XMLClear),eNodeCle… in addClear_priv()
2303 d->pChild=(XMLNode*)addToOrder(0,&pos,d->nChild,d->pChild,sizeof(XMLNode),eNodeChild); in addChild()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/XML/
H A DxmlParser.h615 void *addToOrder(int memInc, int *_pos, int nc, void *p, int size, XMLElementType xtype);
H A DxmlParser.cpp1138 void *XMLNode::addToOrder(int memoryIncrease,int *_pos, int nc, void *p, int size, XMLElementType x… in addToOrder() function in XMLNode
1168 …d->pChild=(XMLNode*)addToOrder(memoryIncrease,&pos,d->nChild,d->pChild,sizeof(XMLNode),eNodeChild); in addChild_priv()
1194 d->pText=(XMLCSTR*)addToOrder(memoryIncrease,&pos,d->nText,d->pText,sizeof(XMLSTR),eNodeText); in addText_priv()
1205 …d->pClear=(XMLClear *)addToOrder(memoryIncrease,&pos,d->nClear,d->pClear,sizeof(XMLClear),eNodeCle… in addClear_priv()
2304 d->pChild=(XMLNode*)addToOrder(0,&pos,d->nChild,d->pChild,sizeof(XMLNode),eNodeChild); in addChild()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/include/dcmtk/ofstd/
H A Dofxml.h636 void *addToOrder(int memInc, int *_pos, int nc, void *p, int size, XMLElementType xtype);
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/libsrc/
H A Dofxml.cc1283 void *XMLNode::addToOrder(int memoryIncrease,int *_pos, int nc, void *p, int size, XMLElementType x… in addToOrder() function in XMLNode
1313 …d->pChild=OFreinterpret_cast(XMLNode*, addToOrder(memoryIncrease,&pos,d->nChild,d->pChild,OFstatic… in addChild_priv()
1339 …d->pText=OFreinterpret_cast(XMLCSTR*, addToOrder(memoryIncrease,&pos,d->nText,d->pText,OFstatic_ca… in addText_priv()
1350 …d->pClear=OFreinterpret_cast(XMLClear *,addToOrder(memoryIncrease,&pos,d->nClear,d->pClear,OFstati… in addClear_priv()
2446 …d->pChild=OFreinterpret_cast(XMLNode*, addToOrder(0,&pos,d->nChild,d->pChild,OFstatic_cast(int, si… in addChild()
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources186632 ifTrue: [self addToOrder: anItem]
186665 addToOrder: anItem
H A DPharo-1.4.changes97096 ifTrue: [self addToOrder: anItem]