Searched refs:newPool (Results 1 – 6 of 6) sorted by relevance
/external/antlr/runtime/C/src/ |
D | antlr3commontoken.c | 68 static ANTLR3_BOOLEAN newPool (pANTLR3_TOKEN_FACTORY factory); 117 newPool(factory); in antlr3TokenFactoryNew() 152 newPool(pANTLR3_TOKEN_FACTORY factory) in newPool() function 218 if (!newPool(factory)) in newPoolToken() 261 newPool(factory); in factoryReset()
|
D | antlr3commontree.c | 58 static ANTLR3_BOOLEAN newPool (pANTLR3_ARBORETUM factory); 106 newPool(factory); in antlr3ArboretumNew() 124 newPool(pANTLR3_ARBORETUM factory) in newPool() function 194 if (!newPool(factory)) in newPoolTree()
|
D | antlr3collections.c | 100 static ANTLR3_BOOLEAN newPool (pANTLR3_VECTOR_FACTORY factory); 1475 newPool(factory); in antlr3VectorFactoryNew() 1517 newPool(pANTLR3_VECTOR_FACTORY factory) in newPool() function 1701 if (!newPool(factory)) in newVector()
|
/external/python/cpython3/Modules/expat/ |
D | xmlparse.c | 6574 STRING_POOL *newPool, in copyEntityTable() argument 6589 name = poolCopyString(newPool, oldE->name); in copyEntityTable() 6596 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable() 6605 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable() 6612 tem = poolCopyString(newPool, oldE->publicId); in copyEntityTable() 6619 const XML_Char *tem = poolCopyStringN(newPool, oldE->textPtr, in copyEntityTable() 6627 const XML_Char *tem = poolCopyString(newPool, oldE->notation); in copyEntityTable()
|
/external/expat/lib/ |
D | xmlparse.c | 6574 STRING_POOL *newPool, in copyEntityTable() argument 6589 name = poolCopyString(newPool, oldE->name); in copyEntityTable() 6596 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable() 6605 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable() 6612 tem = poolCopyString(newPool, oldE->publicId); in copyEntityTable() 6619 const XML_Char *tem = poolCopyStringN(newPool, oldE->textPtr, in copyEntityTable() 6627 const XML_Char *tem = poolCopyString(newPool, oldE->notation); in copyEntityTable()
|
/external/python/cpython2/Modules/expat/ |
D | xmlparse.c | 6574 STRING_POOL *newPool, in copyEntityTable() argument 6589 name = poolCopyString(newPool, oldE->name); in copyEntityTable() 6596 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable() 6605 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable() 6612 tem = poolCopyString(newPool, oldE->publicId); in copyEntityTable() 6619 const XML_Char *tem = poolCopyStringN(newPool, oldE->textPtr, in copyEntityTable() 6627 const XML_Char *tem = poolCopyString(newPool, oldE->notation); in copyEntityTable()
|