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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c449 int *stringRemap; local
487 stringRemap = xmlMalloc(ret->nbAtoms * sizeof(int));
488 if (stringRemap == NULL) {
501 stringRemap[i] = j;
506 stringRemap[i] = nbatoms;
511 xmlFree(stringRemap);
521 xmlFree(stringRemap);
536 xmlFree(stringRemap);
565 atomno = stringRemap[trans->atom->no];
596 xmlFree(stringRemap);
[all...]

Completed in 65 milliseconds