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

  /external/libxml2/
pattern.c 186 int nb_namespaces; /* the number of namespaces */ member in struct:_xmlPatParserContext
313 cur->nb_namespaces = i;
315 cur->nb_namespaces = 0;
962 for (i = 0;i < ctxt->nb_namespaces;i++) {
968 if (i >= ctxt->nb_namespaces) {
1084 for (i = 0;i < ctxt->nb_namespaces;i++) {
1090 if (i >= ctxt->nb_namespaces) {
1151 for (i = 0;i < ctxt->nb_namespaces;i++) {
1157 if (i >= ctxt->nb_namespaces) {
    [all...]
testapi.c 5111 int nb_namespaces; \/* number of namespace definitions on that node *\/ local
5142 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...]

Completed in 77 milliseconds