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 - 3
of
3
) sorted by null
/external/libxml2/include/libxml/
c14n.h
71
xmlChar **
inclusive_ns_prefixes
,
79
xmlChar **
inclusive_ns_prefixes
,
87
xmlChar **
inclusive_ns_prefixes
,
115
xmlChar **
inclusive_ns_prefixes
,
/external/libxml2/
c14n.c
70
xmlChar **
inclusive_ns_prefixes
;
member in struct:_xmlC14NCtx
742
if(ctx->
inclusive_ns_prefixes
!= NULL) {
746
for (i = 0; ctx->
inclusive_ns_prefixes
[i] != NULL; ++i) {
747
prefix = ctx->
inclusive_ns_prefixes
[i];
[
all
...]
testapi.c
5353
xmlChar **
inclusive_ns_prefixes
; \/* the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise) *\/
local
5422
xmlChar **
inclusive_ns_prefixes
; \/* the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise) *\/
local
5498
xmlChar **
inclusive_ns_prefixes
; \/* the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise) *\/
local
[
all
...]
Completed in 69 milliseconds