Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c434 xmlRegCalloc2(size_t dim1, size_t dim2, size_t elemSize) { in xmlRegCalloc2() function
571 transitions = (int *) xmlRegCalloc2(nbstates + 1, nbatoms + 1, in xmlRegEpxFromParse()
607 transdata = (void **) xmlRegCalloc2(nbstates, nbatoms, in xmlRegEpxFromParse()