/external/chromium_org/third_party/libxml/src/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/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/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...] |