HomeSort by relevance Sort by last modified time
    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
750 if(ctx->inclusive_ns_prefixes != NULL) {
754 for (i = 0; ctx->inclusive_ns_prefixes[i] != NULL; ++i) {
755 prefix = ctx->inclusive_ns_prefixes[i];
    [all...]
testapi.c 5378 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
5447 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
5523 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 288 milliseconds