OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inclusive_ns_prefixes
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libxml/src/
c14n.c
68
xmlChar **
inclusive_ns_prefixes
;
member in struct:_xmlC14NCtx
739
if(ctx->
inclusive_ns_prefixes
!= NULL) {
743
for (i = 0; ctx->
inclusive_ns_prefixes
[i] != NULL; ++i) {
744
prefix = ctx->
inclusive_ns_prefixes
[i];
[
all
...]
testapi.c
5357
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
5426
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
5502
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
...]
/external/libxml2/
c14n.c
68
xmlChar **
inclusive_ns_prefixes
;
member in struct:_xmlC14NCtx
739
if(ctx->
inclusive_ns_prefixes
!= NULL) {
743
for (i = 0; ctx->
inclusive_ns_prefixes
[i] != NULL; ++i) {
744
prefix = ctx->
inclusive_ns_prefixes
[i];
[
all
...]
Completed in 102 milliseconds