Searched refs:pANTLR3_VECTOR_FACTORY (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3commontree.h141 pANTLR3_VECTOR_FACTORY vFactory;
H A Dantlr3interfaces.h102 typedef struct ANTLR3_VECTOR_FACTORY_struct *pANTLR3_VECTOR_FACTORY; typedef in typeref:struct:ANTLR3_VECTOR_FACTORY_struct
H A Dantlr3defs.h520 ANTLR3_API pANTLR3_VECTOR_FACTORY antlr3VectorFactoryNew (ANTLR3_UINT32 sizeHint);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A DDAAPParser.h173 pANTLR3_VECTOR_FACTORY vectors;
H A DRSPParser.h290 pANTLR3_VECTOR_FACTORY vectors;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/pregen/
H A DDAAPParser.h173 pANTLR3_VECTOR_FACTORY vectors;
H A DRSPParser.h290 pANTLR3_VECTOR_FACTORY vectors;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3collections.c100 static void newPool (pANTLR3_VECTOR_FACTORY factory);
101 static void closeVectorFactory (pANTLR3_VECTOR_FACTORY factory);
102 static pANTLR3_VECTOR newVector (pANTLR3_VECTOR_FACTORY factory);
103 static void returnVector (pANTLR3_VECTOR_FACTORY factory, pANTLR3_VECTOR vector);
1433 ANTLR3_API pANTLR3_VECTOR_FACTORY
1436 pANTLR3_VECTOR_FACTORY factory;
1440 factory = (pANTLR3_VECTOR_FACTORY)ANTLR3_MALLOC((size_t)(sizeof(ANTLR3_VECTOR_FACTORY)));
1477 returnVector (pANTLR3_VECTOR_FACTORY factory, pANTLR3_VECTOR vector)
1494 newPool(pANTLR3_VECTOR_FACTORY factory)
1524 closeVectorFactory (pANTLR3_VECTOR_FACTORY factor
[all...]
H A Dantlr3rewritestreams.c79 pANTLR3_VECTOR_FACTORY factory = ((pANTLR3_COMMON_TREE_ADAPTOR)(stream->adaptor->super))->arboretum->vFactory;
141 pANTLR3_VECTOR_FACTORY factory = ((pANTLR3_COMMON_TREE_ADAPTOR)(stream->adaptor->super))->arboretum->vFactory;
548 pANTLR3_VECTOR_FACTORY factory = ((pANTLR3_COMMON_TREE_ADAPTOR)(stream->adaptor->super))->arboretum->vFactory;

Completed in 175 milliseconds