OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_empty_ns
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/
c14n.c
416
int
has_empty_ns
;
local
429
has_empty_ns
= (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL));
432
int start = (
has_empty_ns
) ? 0 : cur->nsPrevStart;
441
return(
has_empty_ns
);
449
int
has_empty_ns
;
local
462
has_empty_ns
= (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL));
478
return(
has_empty_ns
);
605
int
has_empty_ns
= 0;
local
635
has_empty_ns
= 1;
650
if(visible && !
has_empty_ns
) {
710
int
has_empty_ns
= 0;
local
[
all
...]
/external/libxml2/
c14n.c
416
int
has_empty_ns
;
local
429
has_empty_ns
= (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL));
432
int start = (
has_empty_ns
) ? 0 : cur->nsPrevStart;
441
return(
has_empty_ns
);
449
int
has_empty_ns
;
local
462
has_empty_ns
= (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL));
478
return(
has_empty_ns
);
605
int
has_empty_ns
= 0;
local
635
has_empty_ns
= 1;
650
if(visible && !
has_empty_ns
) {
710
int
has_empty_ns
= 0;
local
[
all
...]
Completed in 1253 milliseconds