Searched refs:stringRemap (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dxmlregexp.c460 int *stringRemap; local
498 stringRemap = xmlMalloc(ret->nbAtoms * sizeof(int));
499 if (stringRemap == NULL) {
512 stringRemap[i] = j;
517 stringRemap[i] = nbatoms;
522 xmlFree(stringRemap);
532 xmlFree(stringRemap);
547 xmlFree(stringRemap);
576 atomno = stringRemap[trans->atom->no];
607 xmlFree(stringRemap);
[all...]

Completed in 111 milliseconds