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

  /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...]
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 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) {
1083 for (i = 0;i < ctxt->nb_namespaces;i++) {
1089 if (i >= ctxt->nb_namespaces) {
1150 for (i = 0;i < ctxt->nb_namespaces;i++) {
1156 if (i >= ctxt->nb_namespaces) {
    [all...]

Completed in 218 milliseconds