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

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c456 int *stringRemap; local
494 stringRemap = xmlMalloc(ret->nbAtoms * sizeof(int));
495 if (stringRemap == NULL) {
508 stringRemap[i] = j;
513 stringRemap[i] = nbatoms;
518 xmlFree(stringRemap);
528 xmlFree(stringRemap);
543 xmlFree(stringRemap);
572 atomno = stringRemap[trans->atom->no];
603 xmlFree(stringRemap);
[all...]
/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 693 milliseconds