Home
last modified time | relevance | path

Searched refs:newPool (Results 1 – 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3commontoken.c68 static void newPool (pANTLR3_TOKEN_FACTORY factory);
117 newPool(factory); in antlr3TokenFactoryNew()
152 newPool(pANTLR3_TOKEN_FACTORY factory) in newPool() function
202 newPool(factory); in newPoolToken()
238 newPool(factory); in factoryReset()
Dantlr3commontree.c58 static void newPool (pANTLR3_ARBORETUM factory);
106 newPool(factory); in antlr3ArboretumNew()
124 newPool(pANTLR3_ARBORETUM factory) in newPool() function
179 newPool(factory); in newPoolTree()
Dantlr3collections.c100 static void newPool (pANTLR3_VECTOR_FACTORY factory);
1453 newPool(factory); in antlr3VectorFactoryNew()
1495 newPool(pANTLR3_VECTOR_FACTORY factory) in newPool() function
1664 newPool(factory); in newVector()
/external/python/cpython2/Modules/expat/
Dxmlparse.c5903 STRING_POOL *newPool, in copyEntityTable() argument
5918 name = poolCopyString(newPool, oldE->name); in copyEntityTable()
5925 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable()
5934 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable()
5941 tem = poolCopyString(newPool, oldE->publicId); in copyEntityTable()
5948 const XML_Char *tem = poolCopyStringN(newPool, oldE->textPtr, in copyEntityTable()
5956 const XML_Char *tem = poolCopyString(newPool, oldE->notation); in copyEntityTable()
/external/expat/lib/
Dxmlparse.c5940 STRING_POOL *newPool, in copyEntityTable() argument
5955 name = poolCopyString(newPool, oldE->name); in copyEntityTable()
5962 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable()
5971 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable()
5978 tem = poolCopyString(newPool, oldE->publicId); in copyEntityTable()
5985 const XML_Char *tem = poolCopyStringN(newPool, oldE->textPtr, in copyEntityTable()
5993 const XML_Char *tem = poolCopyString(newPool, oldE->notation); in copyEntityTable()