HomeSort by relevance Sort by last modified time
    Searched refs:valuep2 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 188 void *valuep2; member in struct:_xmlRegAtom
818 if ((atom->type == XML_REGEXP_STRING) && (atom->valuep2 != NULL))
819 xmlFree(atom->valuep2);
    [all...]
  /external/libxml2/
xmlregexp.c 191 void *valuep2; member in struct:_xmlRegAtom
822 if ((atom->type == XML_REGEXP_STRING) && (atom->valuep2 != NULL))
823 xmlFree(atom->valuep2);
    [all...]

Completed in 8607 milliseconds