OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:oldns
(Results
1 - 15
of
15
) 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
1236
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/clang/include/clang/AST/
DeclBase.h
830
unsigned
OldNS
= IdentifierNamespace;
831
assert((
OldNS
& (IDNS_Tag | IDNS_Ordinary |
834
assert(!(
OldNS
& ~(IDNS_Tag | IDNS_Ordinary | IDNS_Type |
840
if (
OldNS
& (IDNS_Tag | IDNS_TagFriend)) {
847
if (
OldNS
& (IDNS_Ordinary | IDNS_OrdinaryFriend)) {
[
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
533
struct _xmlNs *
oldNs
; /* Global namespace, the old way */
[
all
...]
/external/chromium_org/third_party/libxslt/libxslt/
xslt.c
[
all
...]
/external/libxslt/libxslt/
xslt.c
[
all
...]
Completed in 1031 milliseconds