OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inclusive_ns_prefixes
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/include/libxml/
c14n.h
60
xmlChar **
inclusive_ns_prefixes
,
68
xmlChar **
inclusive_ns_prefixes
,
76
xmlChar **
inclusive_ns_prefixes
,
104
xmlChar **
inclusive_ns_prefixes
,
/external/libxml2/
c14n.c
66
xmlChar **
inclusive_ns_prefixes
;
member in struct:_xmlC14NCtx
736
if(ctx->
inclusive_ns_prefixes
!= NULL) {
740
for (i = 0; ctx->
inclusive_ns_prefixes
[i] != NULL; ++i) {
741
prefix = ctx->
inclusive_ns_prefixes
[i];
[
all
...]
Completed in 633 milliseconds