HomeSort by relevance Sort by last modified time
    Searched full:oldns (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/libxml/src/
tree.c 1225 if (cur->oldNs != NULL) xmlFreeNsList(cur->oldNs);
    [all...]
debugXML.c 130 xmlNsPtr oldNs = ((xmlDocPtr) node)->oldNs;
131 if (oldNs == ns)
    [all...]
xmlreader.c 532 if (cur->oldNs != NULL) xmlFreeNsList(cur->oldNs);
    [all...]
parser.c     [all...]
HTMLparser.c     [all...]
  /external/libxml2/
tree.c 1243 if (cur->oldNs != NULL) xmlFreeNsList(cur->oldNs);
    [all...]
debugXML.c 130 xmlNsPtr oldNs = ((xmlDocPtr) node)->oldNs;
131 if (oldNs == ns)
    [all...]
xmlreader.c 535 if (cur->oldNs != NULL) xmlFreeNsList(cur->oldNs);
    [all...]
parser.c     [all...]
HTMLparser.c     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 892 unsigned OldNS = IdentifierNamespace;
893 assert((OldNS & (IDNS_Tag | IDNS_Ordinary |
897 assert(!(OldNS & ~(IDNS_Tag | IDNS_Ordinary | IDNS_Type |
905 if (OldNS & (IDNS_Tag | IDNS_TagFriend)) {
912 if (OldNS & (IDNS_Ordinary | IDNS_OrdinaryFriend | IDNS_LocalExtern)) {
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
tree.h 534 struct _xmlNs *oldNs; /* Global namespace, the old way */
    [all...]
  /external/libxml2/include/libxml/
tree.h 571 struct _xmlNs *oldNs; /* Global namespace, the old way */
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
xslt.c     [all...]

Completed in 2116 milliseconds