Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c487 int *stateRemap; in xmlRegEpxFromParse() local
502 stateRemap = xmlMalloc(ret->nbStates * sizeof(int)); in xmlRegEpxFromParse()
503 if (stateRemap == NULL) { in xmlRegEpxFromParse()
510 stateRemap[i] = nbstates; in xmlRegEpxFromParse()
513 stateRemap[i] = -1; in xmlRegEpxFromParse()
522 xmlFree(stateRemap); in xmlRegEpxFromParse()
530 xmlFree(stateRemap); in xmlRegEpxFromParse()
552 xmlFree(stateRemap); in xmlRegEpxFromParse()
559 xmlFree(stateRemap); in xmlRegEpxFromParse()
574 xmlFree(stateRemap); in xmlRegEpxFromParse()
[all …]