HomeSort by relevance Sort by last modified time
    Searched refs:inclusive_ns_prefixes (Results 1 - 2 of 2) 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 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 30 milliseconds