HomeSort by relevance Sort by last modified time
    Searched refs:nb_namespaces (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.h 130 void startElementNs(const AtomicString& localName, const AtomicString& prefix, const AtomicString& uri, int nb_namespaces,
  /external/chromium_org/third_party/libxml/src/include/libxml/
SAX2.h 115 int nb_namespaces,
parser.h 676 * @nb_namespaces: number of namespace definitions on that node
693 int nb_namespaces,
    [all...]
  /external/libxml2/include/libxml/
SAX2.h 115 int nb_namespaces,
parser.h 676 * @nb_namespaces: number of namespace definitions on that node
693 int nb_namespaces,
    [all...]
  /external/chromium_org/third_party/libxml/src/
pattern.c 183 int nb_namespaces; /* the number of namespaces */ member in struct:_xmlPatParserContext
309 cur->nb_namespaces = i;
311 cur->nb_namespaces = 0;
958 for (i = 0;i < ctxt->nb_namespaces;i++) {
964 if (i >= ctxt->nb_namespaces) {
1079 for (i = 0;i < ctxt->nb_namespaces;i++) {
1085 if (i >= ctxt->nb_namespaces) {
1146 for (i = 0;i < ctxt->nb_namespaces;i++) {
1152 if (i >= ctxt->nb_namespaces) {
    [all...]
testSAX.c 888 int nb_namespaces,
908 fprintf(stdout, ", %d", nb_namespaces);
911 for (i = 0;i < nb_namespaces * 2;i++) {
runtest.c     [all...]
xmllint.c     [all...]
SAX2.c     [all...]
xmlreader.c 688 * @nb_namespaces: number of namespace definitions on that node
702 int nb_namespaces,
715 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces,
    [all...]
xmlschemas.c     [all...]
testapi.c 5090 int nb_namespaces; \/* number of namespace definitions on that node *\/ local
5121 xmlSAX2StartElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar **)attributes); local
    [all...]
  /external/libxml2/
pattern.c 183 int nb_namespaces; /* the number of namespaces */ member in struct:_xmlPatParserContext
309 cur->nb_namespaces = i;
311 cur->nb_namespaces = 0;
958 for (i = 0;i < ctxt->nb_namespaces;i++) {
964 if (i >= ctxt->nb_namespaces) {
1079 for (i = 0;i < ctxt->nb_namespaces;i++) {
1085 if (i >= ctxt->nb_namespaces) {
1146 for (i = 0;i < ctxt->nb_namespaces;i++) {
1152 if (i >= ctxt->nb_namespaces) {
    [all...]
xmllint.c     [all...]
SAX2.c     [all...]
xmlreader.c 688 * @nb_namespaces: number of namespace definitions on that node
702 int nb_namespaces,
715 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces,
    [all...]
xmlschemas.c     [all...]

Completed in 1000 milliseconds