OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ns_default
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/
c14n.c
651
static xmlNs
ns_default
;
local
653
memset(&
ns_default
, 0, sizeof(
ns_default
));
654
if(!xmlC14NVisibleNsStackFind(ctx->ns_rendered, &
ns_default
)) {
655
xmlC14NPrintNamespaces(&
ns_default
, ctx);
818
static xmlNs
ns_default
;
local
820
memset(&
ns_default
, 0, sizeof(
ns_default
));
822
already_rendered = xmlExcC14NVisibleNsStackFind(ctx->ns_rendered, &
ns_default
, ctx);
824
xmlC14NPrintNamespaces(&
ns_default
, ctx)
827
static xmlNs
ns_default
;
local
[
all
...]
/external/libxml2/
c14n.c
651
static xmlNs
ns_default
;
local
653
memset(&
ns_default
, 0, sizeof(
ns_default
));
654
if(!xmlC14NVisibleNsStackFind(ctx->ns_rendered, &
ns_default
)) {
655
xmlC14NPrintNamespaces(&
ns_default
, ctx);
818
static xmlNs
ns_default
;
local
820
memset(&
ns_default
, 0, sizeof(
ns_default
));
822
already_rendered = xmlExcC14NVisibleNsStackFind(ctx->ns_rendered, &
ns_default
, ctx);
824
xmlC14NPrintNamespaces(&
ns_default
, ctx)
827
static xmlNs
ns_default
;
local
[
all
...]
Completed in 27 milliseconds