Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c459 int *stateRemap; in xmlRegEpxFromParse() local
474 stateRemap = xmlMalloc(ret->nbStates * sizeof(int)); in xmlRegEpxFromParse()
475 if (stateRemap == NULL) { in xmlRegEpxFromParse()
482 stateRemap[i] = nbstates; in xmlRegEpxFromParse()
485 stateRemap[i] = -1; in xmlRegEpxFromParse()
494 xmlFree(stateRemap); in xmlRegEpxFromParse()
502 xmlFree(stateRemap); in xmlRegEpxFromParse()
524 xmlFree(stateRemap); in xmlRegEpxFromParse()
531 xmlFree(stateRemap); in xmlRegEpxFromParse()
546 xmlFree(stateRemap); in xmlRegEpxFromParse()
[all …]